summaryrefslogtreecommitdiffstats
path: root/recvattach.c
AgeCommit message (Collapse)Author
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-12The attached patch removes some redundant code related to the macroThomas Roessler
function stuff. Since each menu calls km_dokey() to get the 'op' number to execute, the 'menu' argument to km_dokey() _is_ the CurrentMenu. Hence, there is no need to explicitly save/restore the CurrentMenu all over the code. The only places it is being captured now is just before mutt_enter_comamnd() is called. This is to help the 'exec' command completion code so that it knows which menu to try and complete the function name from. (From: Vikas Agnihotri <VikasA@att.com>)
1998-10-05Vikas' macro_function patch.Thomas Roessler
1998-10-01Translate the various help lines.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-23Disable recursive invocations of the attach-message function.Thomas Roessler
1998-09-13This patch adds on-demand loading of character set tables,Thomas Roessler
changes the default location of $SHAREDIR, and fixes some compilation problems occuring on machines without PGP installed.
1998-09-12When entering a 'set' command on the command-line,Thomas Roessler
pressing TAB after string_var= will insert the current value of that variable. Note that this works only for variables of type 'string'. Also fixes the following buglets in command-completion: 1. doesnt work if you started the command-line with whitespace 2. Seems to think that 'Set', 'ReSeT', etc are valid commands (since it checks for 'strcasecmp' instead of 'strcmp' when completing the variable names Also fixes the following buglets in command-completion: (From: Vikas Agnihotri <VikasA@att.com>)
1998-09-08This patch makes the view attachment menu show allThomas Roessler
message/rfc822 parts as a new level, not only the multipart messages. This makes it possible to display a message/rfc822 part which includes only a image/jpeg part or something else which cant be viewed in the pager. (From: Jimmy Mäkelä <jmy@flashback.net>)
1998-09-08Change the interface of pgp_decrypt_mime() to enable thisThomas Roessler
function to do some sanity checks.
1998-09-07Don't descend into multipart/encrypted on the recvattachThomas Roessler
menu.
1998-09-07[patch-0.94.5i.tlr.pgp_fixes.1] This patch fixes variousThomas Roessler
pgp-related issues. In particular, mutt won't segfault when trying to decrypt-save messages from the index, and the presence of a PGP-encrypted body part on the attachment menu will no longer confuse the MIME parser.
1998-09-07Introducing decrypt-save, decrypt-copy, andThomas Roessler
$forw{ard,}-decrypt. Based on work by Emil Laurentiu.
1998-08-27[patch-0.94.4i.gt.arrowcursor.1] Padding to the end ofThomas Roessler
line/right jusitifying does not work in menus when $arrow_cursor is set, because the extra space needed for the arrow is not taken into account. (From Gero Treuner <gero@faveve.uni-stuttgart.de>)
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08GPG support, first take.Thomas Roessler
1998-06-08Mutt 0.92.9i.mutt-0-92-9iThomas Roessler
1998-06-08Initial revisionThomas Roessler