Alias Options#
$alias_file#
- Description:
Save new aliases to this file
- Type:
- Notes:
- Default:
set alias_file = "~/.neomuttrc"
The default file in which to save aliases created by <create-alias>.
Entries added to this file are encoded in the character set specified by $config_charset if it is set or the current character set otherwise.
The default for this option is the currently used neomuttrc file, or ~/.neomuttrc if no user neomuttrc was found.
Note
NeoMutt will not automatically source this file; you must explicitly use :source for it to be executed in case this option points to a dedicated alias file.
$alias_format#
- Description:
Format string for the Alias Dialog
- Type:
- Notes:
- Default:
set alias_format = "%3i %f%t %-15a %-56A | %C%> %Y"
- Alternative:
set alias_format = "%3{number} %{flags}%{tagged} %-15{alias} %-56{address} | %{comment}%{padding-hard: }%{tags}"
Specify the format of the data displayed in the Alias Dialog.
Format Sequences
Short |
Long Name |
Description |
|---|---|---|
|
|
Full Address (Name and Email) |
|
|
Alias name |
|
|
Comment |
|
|
Email Address |
|
|
Flags - currently, a |
|
|
Index number |
|
|
Real name |
|
|
Alias is tagged (selected) |
|
|
User-defined tags (labels) |
|
|
Soft-fill with character |
|
|
Right justify the rest of the string and pad with character |
|
|
Pad to the end of the line with character |
See also
Expandos: Tutorial Conditional, Howto Conditional, Formatting, Reference
The following sequences are deprecated; they will be removed in the future.
Deprecated |
Action |
|---|---|
|
Use |
|
Use |
|
Use |
$alias_sort#
- Description:
Sort method for the Alias Dialog
- Type:
- Notes:
- Default:
set alias_sort = alias
Specifies how the entries in the Alias and Query Dialogs are sorted.
Value |
Sort by |
|---|---|
|
Alias short name |
|
Email Address |
|
Real Name |
|
The order the Aliases were configured |
Deprecated Value |
Use this instead |
|---|---|
|
|
Note
If set, this overrides the order of entries returned by the $query_command.
$query_command#
- Description:
External command to query an external address book
- Type:
- Default:
(empty)
set query_command = ""
This specifies the command NeoMutt will use to make external address queries.
The string may contain a %s, which will be substituted with the query string the user types.
NeoMutt will add quotes around the string substituted for %s automatically according to shell quoting rules, so you should avoid adding your own.
If no %s is found in the string, NeoMutt will append the userβs query to the end of the string.
See also
$query_format#
- Description:
Format string for the Query Dialog (address book)
- Type:
- Notes:
- Default:
set query_format = "%3i %t %-25N %-25E | %C%> %Y"
- Alternative:
set query_format = "%3{number} %{tagged} %-25{name} %-25{email} | %{comment}%{padding-hard: }%{tags}"
Specify the format of the data displayed in the Query Dialog.
Format Sequences
Short |
Long Name |
Description |
|---|---|---|
|
|
Full Address (Name and Email) |
|
|
Comment |
|
|
Email Address |
|
|
Index number |
|
|
Real name |
|
|
Alias is tagged (selected) |
|
|
User-defined tags (labels) |
|
|
Soft-fill with character |
|
|
Right justify the rest of the string and pad with character |
|
|
Pad to the end of the line with character |
The following sequences are deprecated; they will be removed in the future.
Deprecated |
Action |
|---|---|
|
Use |
|
Use |
|
Use |
|
Use |
See also
Expandos: Tutorial Conditional, Howto Conditional, Formatting, Reference