]> git.wh0rd.org - home.git/blobdiff - .config/mutt/formatting.rc
mutt updates
[home.git] / .config / mutt / formatting.rc
diff --git a/.config/mutt/formatting.rc b/.config/mutt/formatting.rc
new file mode 100644 (file)
index 0000000..0d93baa
--- /dev/null
@@ -0,0 +1,64 @@
+# 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 %N %f" # file browser menu
+
+# http://www.mutt.org/doc/devel/manual.html#index-format
+set index_format = "%5C %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
+# %?<sequence_char>?<optional_string>?   print <opt> iff <seq> is non zero
+# %?<sequence_char>?<if_string>&<else_string>?
+#
+#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 )?───"