Customise Alias Display#
Prerequisites#
One or more aliases defined and loaded (see Using the Address Book).
Available Format Sequences#
Sequence |
Description |
|---|---|
|
Index number |
|
Alias short name |
|
Full address (name and email) |
|
Email address only |
|
Real name only |
|
Comment text |
|
User-defined tags |
|
Flags ( |
|
Tagged indicator |
See Alias Options for the complete list and long-name alternatives.
Show Only Name and Email#
set alias_format = "%3i %-20N %E"
Expected result: a compact view with just the real name and email address.
Change the Sort Order#
Set
$alias_sort:
set alias_sort = "name"
Value |
Sorts by |
|---|---|
|
Alias short name |
|
Email address |
|
Real name |
|
Order in config file |
Prefix with reverse- to invert the order.
Expected result: the alias menu is sorted by real name.
See Alias Options for full reference and Format Strings for general formatting guidance.