Address book sorting functions. More...
Go to the source code of this file.
Enumerations | |
enum | AliasSortType { ALIAS_SORT_ALIAS , ALIAS_SORT_EMAIL , ALIAS_SORT_NAME , ALIAS_SORT_UNSORTED } |
Methods for sorting Aliases/Queries. More... | |
Address book sorting functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file sort.h.
enum AliasSortType |
Methods for sorting Aliases/Queries.
Enumerator | |
---|---|
ALIAS_SORT_ALIAS | Sort by Alias short name. |
ALIAS_SORT_EMAIL | |
ALIAS_SORT_NAME | Sort by Real Name. |
ALIAS_SORT_UNSORTED | Sort by the order the Aliases were configured. |
Definition at line 29 of file sort.h.