## =================================== ## format strings: ## "forw_format", "hdr_format", "pager_format", and "status_format". ## format strings use these format fields (as of version 0.67): ## a-cd-f--i--lmn----stu---y- lower case letters (12) ## --C--F-----LMN----ST---XYZ upper case letters (09) ## %a address of the author ## %c number of characters (bytes) in the message ## %C current message number ## %d date and time of the message ## %f entire From: line (address + real name) ## %F entire From: line, unless from self ## %i message-id of the current message ## %l number of lines in the message ## %L list-from function ## %m number of the month (1-12) ## %M three-letter abbreviation for the month ## %n real (personal) name of author ## %N number of the day of the month ## %s subject of the message ## %S status of the message ([New], [Deleted], [Flagged], [Tagged]) ## %t the appropriate character from the ``tochars'' string ## %T total number of message in the mailbox ## %u user (login) name of the author ## %y last two digits of the year ## %>X right justify the rest of the string and pad with characater "X" ## %|X pad to the end of the line with character "X" ## %Y year ## %Z message status flags ## forw_format - format the text used in the format attribution ## default: set forw_format="[%a: %s]" set forw_format="%s (fwd)" ## hdr_format - format of all mails shown in the index display ## Examples: ## set hdr_format="%4C %Z %M %2N %-15.15F (%6c) %s" ## set hdr_format="%4C %Z %2m%2N %-17.17n (%4c) %s" ## set hdr_format="%4C %Z %2m%2N %-17.17n (%4l) %s" ## set hdr_format="%4C %Z %y%02m%02N %-17.17F (%3l) %s" # Sven's favourite # set hdr_format="%Z %3C %{%b %d} %-17.17L (%3l) %s" set hdr_format="%Z%3C %{%b %d} %-21.21F %s" # Adam's favourite ## pager_format - format of summary on current mail in the pager ## (until 0.52: pager_fmt) ## Examples: ## set pager_format="%S %C/%T: %-20.20n %s" # default ## set pager_format="%S %C/%T?%n: %-20.20n %s" set pager_format="%S [%C/%T] %n (%l) %s" # Sven's favourite ## status_format - format of summary on the current folder in the index ## meta strings: ## -----f-h---lmn-p--st-v---- lower case letters (09) ## ------------M----------X-- upper case letters (02) ## %d the number of messages with the flag 'delete' (v64) ## %f the full pathname of the current mailbox ## %h local hostname ## %l size (in bytes) of the current mailbox ## %m the number of messages in the mailbox ## %M the number of messages shown (i.e., which match the current limit) ## %n number of new messages in the mailbox ## %p number of postponed messages ## %s current sorting mode ## %t number of tagged messages ## %v Mutt version string ## %>X right justify the rest of the string and pad with "X" ## %|X pad to the end of the line with "X" ## Examples: ## set status_format="%v: %f (%s) [%?M/?%m] [flags:%?t tagged,?%n new%?p post?]" #TEST ## set status_format="%v: %f (%s) [%?M/?%m] [flags:%?t tagged,?%n new]" ## set status_format="%v: %f (%s) [%M/%m]\n[flags:n=%n,D=%d,t=%t,!=%F]" ## set status_format="%v: %f (%s) [%M/%m] [flags:n=%n,t=%t]" ## set status_format="%v: (%s) [%M/%m] [flags:n=%n,t=%t]" ## set status_format="%v: (%s) [%M/%m] [flags:n:%n,t:%t,p:%p]" ## set status_format="%v: (%s) [%M/%m] [flags:%?02n new?,t:%t]" ## set status_format="%v: %f (%s) [%M/%m] [flags:%n new,%?t tagged?]" ## set status_format="%v: %f (%s) [%M/%m;%l bytes] [N=%n,*=%t,post=%p]" set status_format="%v: %f (%s) [%M/%m] [N=%n,*=%t,post=%p,new=%b]%> %r"