neomutt-samples/config/variable/05-003-alias_format.txt
2018-11-30 20:16:19 +01:00

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"