summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2001-10-09automatic post-release commit for mutt-1.3.23mutt-1-3-23-relThomas Roessler
2001-10-07We do update .mh_sequences files now.Thomas Roessler
2001-10-06Documentation for check-traditional-pgp and for edit-type when usedThomas Roessler
in read mode.
2001-10-02Fix #801.Thomas Roessler
2001-10-01Create mh_sequences files when they don't exist. Suggested byThomas Roessler
TAKIZAWA Takashi <taki@luna.email.ne.jp>.
2001-09-28More character set aliases, from Ionel Mugurel CiobicaThomas Roessler
<tgakic@sg10.chem.tue.nl>.
2001-09-28Color fix from Brandon Long. Welcome back!Thomas Roessler
2001-09-26OK, I couldn't resist. ;-)Thomas Roessler
Depending on the user's usage patterns and configuration, there may be a strong bias in maildir files moving either within the new or to the cur subfolder. This patch adds hit counters for each of these directories. Mutt will then look first into the directory encountered more frequently in the past. This should help to reduce the cost of chasing messages a bit, and isn't too costly itself. (Another possibility for optimization may be to actually base the prediction on the configuration and on the message flags as we know them - in particular, the mark_old and move options could have some effect here. Thinking about message flags, one could even replace the simple heuristic currently implemented by a matrix recording hit counters depending on flags. But then again, it's all just playing around, since this function will be invoked only rarely. ;-)
2001-09-26Fix inconsistencies between printing and displaying ofThomas Roessler
message/rfc822 body parts.
2001-09-26Fix attachment printing.Thomas Roessler
2001-09-26Search for messages which may have been moving under our feet inThomas Roessler
maildir folders. Suggested by Bjoern Jacke.
2001-09-26Remove --comment '' - it breaks pgpewrap and isn't necessary withThomas Roessler
more recent gpg versions.
2001-09-21updateThomas Roessler
2001-09-17fix #737.Thomas Roessler
2001-09-14updateThomas Roessler
2001-09-11More addressbook fixes.Thomas Roessler
2001-09-11The addressbook used to crash when someone issued the alias andThomas Roessler
unalias commands while on that menu. This patch has a basic fix for this behaviour, and adds delete and undelete functions to this menu. While I'm on it, I've also made sure that "apply-tag" untags everything on all menus. The original crash was noted by Oliver Kauss <kauss@gmx.de>.
2001-09-08Thomas Guettler <thomas@thomas-guettler.de> reports a segfault whenThomas Roessler
you search for "~b \\${".
2001-09-08updateThomas Roessler
2001-09-06updateThomas Roessler
2001-09-06Try to fix a boundary condition: Assume that you are in a limitedThomas Roessler
view which includes the folder's last message. Display that message. Wait until a new message is added to the current folder which does NOT match the limit pattern. Press tab. Mutt would get confused. I think that this patch fixes the problem (but I'm not entirely sure).
2001-09-05BSD/OS portability fix from Edmund Grimley Evans. #758.Thomas Roessler
2001-09-05patch-1.3.22.1.remove_warnings.awn.1, from Andrew W. Nosenko.Thomas Roessler
2001-09-04updateThomas Roessler
2001-09-04patch-bac.canonifypath-4.Thomas Roessler
The attached patch reverts the IMAP canonification patch I reverted a version ago (sorry for being so wishy-washy). This time I put in some code to preserve IMAP URL passwords in the initial pass, so people who like to use those sorts of URLs still can. That was the only reason I had reverted the patch before. (From Brendan Cully.)
2001-09-04updatesThomas Roessler
2001-09-04patch-bac.tunnelreopen-1 from Brendan Cully.Thomas Roessler
2001-09-03Don't lose track of the current message when collapsing and changingThomas Roessler
sort modes wildly. Noted by David T-G.
2001-09-03Make MH sequences variable.Thomas Roessler
2001-09-03updateThomas Roessler
2001-09-03Don't try to attach non-regular files. #754.Thomas Roessler
2001-08-31Mention mailto URL support.Thomas Roessler
2001-08-31Fix some memory leaks. From Pawel Salek, by way of Brendan Cully.Thomas Roessler
2007-03-01update tagsconvert-repo
2001-08-30automatic post-release commit for mutt-1.3.22.1mutt-1-3-22-1-relThomas Roessler
2007-03-01update tagsconvert-repo
2001-08-30automatic post-release commit for mutt-1.3.22mutt-1-3-22-relThomas Roessler
2001-08-30updateThomas Roessler
2001-08-30more preparations for stabilizing 1.3.Thomas Roessler
2001-08-30README.UPGRADE is quite outdated.Thomas Roessler
2001-08-30documentation updates.Thomas Roessler
2001-08-30mention ~/.mutt/muttrcThomas Roessler
2001-08-30Fix #750 / deb#108628.Thomas Roessler
2001-08-30patch-20010829.vvv.pop_authThomas Roessler
2001-08-28Don't do character conversion when we call an external handler for aThomas Roessler
text type. Assume that the conversion is done there.
2001-08-28updateThomas Roessler
2001-08-24Don't use the 7bit encoding for non-text MIME types. This mayThomas Roessler
produce slightly longer messages, but it helps to avoid corruption with binary attachments which look like text, but aren't.
2001-08-24updateThomas Roessler
2001-08-24More liberally apply MIME encodings to non-text body parts whenThomas Roessler
there's a ^From_ line.
2001-08-23updateThomas Roessler