mirror of
https://github.com/neomutt/samples.git
synced 2025-02-18 10:30:49 +01:00
14 lines
647 B
Plaintext
14 lines
647 B
Plaintext
# -------------------------------------------------------------------------
|
|
# Name alias_format
|
|
# -------------------------------------------------------------------------
|
|
# Specifies the format of the data displayed for the ``alias'' menu. The
|
|
# following printf(3)-style sequences are available:
|
|
# %a Alias name
|
|
# %f Flags - currently, a ``d'' for an alias marked for deletion
|
|
# %n Index number
|
|
# %r Address which alias expands to
|
|
# %t Character which indicates if the alias is tagged for inclusion
|
|
# -------------------------------------------------------------------------
|
|
|
|
# set alias_format="%4n %2f %t %-10a %r"
|