# http://www.mutt.org/doc/devel/manual.html#formatstrings
# alias_format
# (format of data displayed for the alias menu)
# %a alias name %n index number %r address %t tag-character
# %f flags (d for deleted)
#
#set alias_format="%4n %2f %t %-12a %r"
# attach_format
#
# (controls the look of the compose and attach menu)
# %c = requires charset conversion (n or c) %C = Charset
# %d = description %D = deleted flag
# %e = MIME content-transfer-encoding %f = filename
# %I = disposition (I=inline, A=attachment)
# %m = major MIME type %M = MIME subtype %n = attachment number
# %s = size %t = tagged flag %T = tree
# %u = unlink
# %>X = right justify and pad with "X" %|X = pad with "X" to end of line
#
#set attach_format="%u%D%t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
#set attach_format="%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
#set attach_format="%u%D%I %t%4n %T%.80d%> [%.7m/%.20M, %.6e%?C?, %C?, %s] "
# compose_format
# (Controls the status line of the compose menu)
# %a = number of attachments %h = local hostname
# %l = approx. size of msg %v = Mutt version
#
#set compose_format="-- %v-- Compose [Approximate Message Size: %l Attachments: %a]%>-" # }}}
# See strftime man page; replaces %d/%D in index_format.
set date_format = "%d %b %Y %H:%M"
# %C current number %d last modified %f filename
# %F permissions %g group %l number of hard links
# %N "N" if new mail %s size in bytes %t "*" if tagged
# %u owner name %>X right justify the rest and pad with "X"
# %|X pad to the end of the line with character "X"
#set folder_format="%3C %t %N %F %-8.8u %-8.8g %8s %d %f" # file browser menu
set folder_format="%F %d %8s %f" # file browser menu
set folder_format="sh -c '~/.config/mutt/folder.sh \"$@\"' -- '%f' '%F %d %8s'|"
# http://www.mutt.org/doc/devel/manual.html#index-format
set index_format = "%4C %Z %?M?»& ?%s %* %B %-20.20n %D"
#set pager_format="-%Z- %C/%m [%[%H:%M]] %-17.17n %s"
# %b # of folders with new mail %d # of deleted msgs
# %f mbox path %F # of flagged msgs %h hostname
# %m total# of messages %M # of shown msgs %n # of new msgs
# %l bytes in mbox %L size of limited msgs %o # of old msgs
# %p # of postponed. msgs %P percentage of the display
# %r readonly/changed %s sorting method %S sort_aux method
# %t # of tagged msgs %u # of unread msgs %v Mutt version
# %>X = right justify and pad with "X" %|X = pad with "X" to end of line
# %??? print iff is non zero
# %??&?
#
#set status_format="[%r] %h %f (%s) [%M/%m] [N=%n,*=%t,post=%p,new=%b]"
#set status_format="-%r-%v--[%?M?%M/?%m msgs%?n?, %n new?%?d?, %d del?%?F?, %F flag?%?t?, %t tag?%?p?, %p postp?%?b?, %b inc?%?l?, %l?]--(%f)--%s/%S-%>-%P-"
#set status_format="-%r-%v--[%?M?%M/?%m msgs%?n?, %n new?%?d?, %d del?%?F?, %F flag?%?t?, %t tag?%?p?, %p postp?%?b?, %b inc?%?l?, ?%?L?%L/?%?l?%l?]--(%f)--%s/%S-%>-%P-"
#set status_format="-%r-%v--[%?M?%M/?%m msgs%?n?, %n new?%?d?, %d del?%?F?, %F flag?%?t?, %t tag?%?p?, %p postp?%?b?, %b inc?%?l?, %l?]--(%f)--%s-%>-%P-"
#set status_format = "───[ Folder: %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───"