]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/muttrc
mutt: some more customisation
[dotfiles.git] / mutt / muttrc
index c08c9c96c368a9f61cb8d497177bf7fe07b145dc..4c342fac6f1177ab40f0d1d6cf6ca1db6f19cf80 100644 (file)
@@ -12,8 +12,6 @@ set editor = vim
 # goobook
 set query_command = "goobook query '%s'"
 
-unset move
-
 # sort/threading
 set sort              = threads
 set sort_aux          = last-date-received
@@ -21,6 +19,10 @@ set sort_re           = yes
 set duplicate_threads = yes
 set collapse_unread   = no
 
+# lists
+subscribe ^chakra-.*@googlegroups.com
+subscribe clementine-player@googlegroups.com
+
 # look and feel
 set pager_index_lines = 12
 set pager_context     = 5
@@ -31,9 +33,17 @@ set tilde             = yes   # fills end of messages with tilde
 set markers           = no
 set status_on_top     = yes   # also help on bottom
 set index_format="%Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
+set index_format="[%Z] %{%e/%m} %-20.20L  %?M?+ ?%s"
+
+
+# header
+ignore *
+unignore from: to: cc: date: subject:
+unhdr_order *
+hdr_order from: to: cc: date: subject:
 
 # sidebar
-set sidebar_width = 12
+set sidebar_width = 14
 set sidebar_visible = yes
 set sidebar_delim = '|'
 set sidebar_sort = no
@@ -49,6 +59,7 @@ alternative_order text/plain text/enriched text/html    # save html for last
 set folder       = "~/mail"         # mail folder
 set spoolfile    = "+gmail/inbox"   # set inbox
 unset record                        # do not move sent msgs to a folder, gmail does that
+unset move                          # do not move read msgs, gmail does that
 set postponed    = "+gmail/drafts"  # drafts folder
 set header_cache = "~/.cache/mutt"  # cache headers for speedss
 source ~/.mutt/mailboxes            # source mailboxes generetated by offlineimap