]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

do not list spam status in index of imap folders
authormartin f. krafft <madduck@madduck.net>
Wed, 26 May 2010 15:57:26 +0000 (17:57 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 26 May 2010 15:57:26 +0000 (17:57 +0200)
.mutt/hooks

index 97e0e6a8d782accb22a8a66be48406229f38ea90..171978a9b68525f2ffb9aa39fffc692869244de9 100644 (file)
@@ -23,6 +23,10 @@ send2-hook '~C @members\.ebay\.com' 'set envelope_from'
 #macro index L '<enter>L'
 # NOTE: using M-F-T from procmail for now
 
+# do not get spam status via imap, as it would download the entire message
+folder-hook . 'set index_format="%4C %Z %{%b %d} %-15.15F %4c %?H?[%H] ?%s"'
+folder-hook imaps?:// 'set index_format="%4C %Z %{%b %d} %-15.15F %4c %s"'
+
 folder-hook spam push '<tag-pattern>~O<enter><tag-prefix><set-flag>n<tag-prefix><clear-flag>*<limit>~N<enter><sort-mailbox>p<first-entry>'
 
 folder-hook . 'set pager_index_lines=5'