summaryrefslogtreecommitdiffstats
path: root/compose.c
AgeCommit message (Collapse)Author
2001-04-19Don't try to select the secret key from the public key ring.Thomas Roessler
2001-02-12Auto-detect the micalg used with PGP/MIME signatures.Thomas Roessler
2001-01-27Add collapsing to the receive-attach menu, and improve digestThomas Roessler
handling that way.
2000-11-27Make sure edit-type works without a segmentation fault from theThomas Roessler
receive-attach menu.
2000-10-10Vsevolod Volkov's POP mailbox patch.Thomas Roessler
2000-06-21More character set clean-up.Thomas Roessler
2000-06-21Fix character set selection. Postponing and recalling messagesThomas Roessler
should work again, now.
2000-06-19No need to include iconv.h.Thomas Roessler
2000-06-16patch-1.3.3.tlr.change_charset.1Thomas Roessler
2000-06-14Remove recode-attachment, and the "decoder" API. (EGE)Thomas Roessler
2000-05-24Make charset-hook work with an external iconv implementation.Thomas Roessler
2000-05-16Some fixes to the size calculation code.Thomas Roessler
2000-05-16A modified version of Will Fiveash's compose format patch.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.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-14Fix a couple of random perror() calls and related problems.Thomas Roessler
2000-02-10PGP-cleanup patch from Roland Rosenfeld. Thanks!Thomas Roessler
2000-01-29Michael Elkins' content-disposition patch, with some small changes.Thomas Roessler
2000-01-20Typo noted by edmundo@rano.org.Thomas Roessler
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
replaces the sequence: safe_free (&s); s = safe_strdup (t);
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-10-21Another sprintf-vs-null issue.Thomas Roessler
1999-10-05small fixes from Gero Treuner.Thomas Roessler
1999-09-02A new edit-message feature, giving the raw message in an editor.Thomas Roessler
1999-08-15Make attach-message work with IMAP folders.Thomas Roessler
1999-07-21*grr* avoid a warning about /* in a comment.Thomas Roessler
1999-07-21call mutt_update_encoding() after changing an attachment's contentThomas Roessler
type.
1999-06-08- Add a $weed option.Thomas Roessler
- Add out-of-band reporting of signature status.
1999-06-03Experimental: New PGP invocation interface. The invocations are doneThomas Roessler
through formats, so all this should fit more cleanly into mutt now.
1999-04-12Clean-up, from Vikas.Thomas Roessler
1999-04-12Fix default character set setting when attaching text files.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-03[unstable] Produce some reasonable character set support whenThomas Roessler
postponing messages. Additionally, this patch fixes a nasty pointer leak in load_charset() [noted with electric fence], and a completely mis-lead attempt to use bsearch(). Apparently, nobody ever tested the utf8 decoder for quite some time.
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-26$resolve should be honored when doing toggle-unlink on the composeThomas Roessler
menu.
1999-01-25This may fix a core dump under certain circumstances. Can't checkThomas Roessler
this out since I don't get the segfault.
1999-01-22Enable tagging in the file browser.Thomas Roessler
1999-01-22Heavy hacking on mutt's pgp support. We no longer read the completeThomas Roessler
key ring into memory. For gpg, performance is heavily improved due to the fact that we are passing a couple of key hints to the key ring parsing back-end.
1999-01-14Mixmaster user interface beautification.Thomas Roessler
1999-01-13Qualify addresses before passing them to mixmaster.Thomas Roessler
1999-01-13A first take at adding a mixmaster front-end to mutt. Don't worry,Thomas Roessler
it's optional. ;-)
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1998-12-16Permit the user to set the typical MIME parameters used withThomas Roessler
application/pgp messages.
1998-12-10Redraw fix after the content type was changed on the compose menu.Thomas Roessler
1998-12-02The attached patch fixes yet another redraw related bug. When I callThomas Roessler
OP_SAVE from the Compose menu and use the file-browser and 'q' out of the file-browser, the screen still shows the browser, but the control is really in the Compose menu. A Ctrl-L verifies this. Basically, a screen redraw is missing. From Vikas.
1998-12-02From the Compose menu, invoke attach-message. Tag a whole bunch ofThomas Roessler
messages. Say, for example, 100. When you exit the folder, the Compose menu's status line has disappeared. Fix from Vikas.
1998-11-18This patch simplifies the generation of content type parametersThomas Roessler
significantly by introducing a funciton mutt_set_parameter(). Additionally, we re-use code from parse.c for parsing user-input content type headers on the compose screen.