2 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/2a5636080210
changeset: 5338:2a5636080210
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Wed Jan 09 13:06:01 2008 +0100
summary: Fix mutt_dotlock build issue on cygwin (closes #3009).
htt
#3011: Mutt with IMAP not listing subscribed folders with new mail
I am not sure, if this is a bug.
'''Mutt 1.5.15+20070412''' (2007-04-11) with patches from Ubuntu does not
show new messages in subscribed folder.
Accessing the Maildir directly shows there are new messages in my
subfolders.
The attached patch (based on 1.5.17) does two things:
(1) Creates a "hide_quoted" mutt variable for controlling whether
quoted text hiding is enabled. This allows mutt to be configured to
always hide quoted text by default; and any toggling of this option
persists between messages.
(2) Changes
#498: mutt does not process PGP/MIME in digests
Comment (by jidanni):
Worst of all, my .muttrc,
{{{
spam "X-Spam-Status: .*score=([-0-9.]+)" %1
set index_format="%H %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
set sort=spam
}}}
is useless on digests, because after I hit v, there is no "o" e
#3003: Maildir in expansion function is 0x0 after message send
Changes (by pdmef):
* status: new => closed
* resolution: => invalid
Comment:
Anything that uses sockets is a candidate for account-hook, and mutt at
least runs these when it needs a new connection. So I guess this is a
con