summaryrefslogtreecommitdiffstats
path: root/commands.c
AgeCommit message (Collapse)Author
2001-06-05Check mutt_create_filter*'s return value for errors. This shouldThomas Roessler
avoid a bunch of possible crashes.
2001-05-21Attachment deletion for IMAP folders. By Brendan Cully.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
locale-independent and case-insensitive string comparisons. Needed for mutt to work in iso-8859-9 environments, where tolower('I') != 'i'.
2001-04-24When the character set is changed, ask whether or not mutt shouldThomas Roessler
convert.
2001-02-13Add a function check-traditional-pgp which can be used to handleThomas Roessler
old-style PGP messages and/or parts more easily.
2001-02-08Replace various instances of endwin() by mutt_endwin(). This shouldThomas Roessler
help to avoid chaotic screen output on the "second" screen.
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-11-27Make sure edit-type works without a segmentation fault from theThomas Roessler
receive-attach menu.
2000-11-23Don't endwin() before invoking the display_filter.Thomas Roessler
2000-11-19Introduce a new option named $print_split. While we are on it,Thomas Roessler
unify the pipe-message and print-message code, and fix the PGP key-extraction code so it doesn't interact with OPTPIPEDECODE in strange manners any more.
2000-10-17Fix pager and index display when non-printable space characters areThomas Roessler
encountered. From EGE.
2000-10-10Vsevolod Volkov's POP mailbox patch.Thomas Roessler
2000-06-21More character set clean-up.Thomas Roessler
2000-06-21Apply message-hook to more commands, and make it more useful byThomas Roessler
permitting the "~h" and "~b" pattern specifiers. Bad enough, this removes message-hook abilities from the receive-attachment menu.
2000-06-20Do some comparisons case-insensitive.Thomas Roessler
2000-06-16patch-1.3.3.tlr.change_charset.1Thomas Roessler
2000-06-15patch-1.3.3.tlr.message_hook.1Thomas Roessler
2000-06-15nits.Thomas Roessler
2000-06-15patch-1.2.bbell.display_filter.2.Thomas Roessler
2000-06-13Only display PGP signature verification status if verification wasThomas Roessler
tried.
2000-05-28Don't bother the user with messages about PGP signature verificationThomas Roessler
when there is no PGP stuff about the message.
2000-05-28Modified version of Byrial Jensen's signature verification patch.Thomas Roessler
2000-05-20Add a display-hook command. From Byrial Jensen.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-03-16Add the $print_decode option.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-03-03Fix index updates when closing or synching mail folders fails.Thomas Roessler
There were some bug-fixes hidden in that code.
2000-02-10PGP-cleanup patch from Roland Rosenfeld. Thanks!Thomas Roessler
2000-01-19Don't move the index cursor after a failed attempt to save aThomas Roessler
message. From Joe Orton <joe@orton.demon.co.uk>.
2000-01-08Unified edit-type function for the index, compose, andThomas Roessler
receive-attachment menus. Mostly by Michael Elkins.
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-07Rewriting lots of the recvattach code.Thomas Roessler
1999-09-12The attached patch (imap-turbocharge.diff):Thomas Roessler
* changes mutt_buffy_check to only poll the selected folder when it is opened, not all mailboxes (unless the timeout has expired). This is a noticeable win if you have a few IMAP mailboxes. * sets the default checkinterval to 60 seconds from 0. Things are much much slower with 0. * makes some cosmetic renames * moves lots of generic imap stuff into a separate file, imap/util.c * abstracts the process of sending a command to an IMAP server a bit better (lots more to do here, though). * moves the message-set creation code used by the new fastdelete code into its own function, since it is generally useful. * implements server-side copy of messages. Tagged messages are copied in one command, thanks to the message-set function. Speedy! (From: Brendan Cully; modifications by tlr.)
1999-08-18Fetch senders' keys also when decrypting a message. There may be aThomas Roessler
signature.
1999-08-15Various changes added over the last week:Thomas Roessler
- $delete_untag - creation of "application/pgp" messages - an attempt to fix prepare. - Browser format changes
1999-07-28Add a hook which enables us to fetch PGP keys from servers onThomas Roessler
demand. Look out for pkspxy. :-)
1999-07-26Fix a missing #ifdef. From Matt Armstrong <matt@lickey.com>.Thomas Roessler
1999-06-10Use the same address with take-alias and display-address.Thomas Roessler
1999-06-08- Add a $weed option.Thomas Roessler
- Add out-of-band reporting of signature status.
1999-06-03Experimental: Use OPTWEED for _all_ header weeding throughout mutt.Thomas Roessler
1999-02-10patch.mutt-0.95.1i.ld.signals.1: A major redesign of how childThomas Roessler
processes are invoked. From Liviu.
1999-02-09Reorder headers when decode-piping.Thomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
Additionally, this change introduces a M_CHARCONV state flag which gives us some more control about when character set conversions are actually done. Current versions of mutt would happily apply character set conversions when, e.g., saving a text/plain attachment to a file. (We had at least one corrupt russing translation file due to this mis-feature.) Additionally, we clean up some of the character set related code in handler.c. Most of that is now done by the decoder functions in charset.c.
1999-01-07Merge in the mailcap patch from stable.Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-11-10Experimental support for the so-called "kendra" mail folder format.Thomas Roessler
This seems to be used on OS/2 and is, actually, a slibhtly modified version of the MMDF format.
1998-10-28Gero Treuner's help-wrap patch.Thomas Roessler
1998-10-21Byrial Jensen's mutt_multi_choice() patch plus some GermanThomas Roessler
translations.
1998-10-16Don't write out bad content-length and lines headers whenThomas Roessler
decode-saving a message.