summaryrefslogtreecommitdiffstats
path: root/editmsg.c (follow)
Commit message (Expand)AuthorAgeLines
* Improve mutt_decrease_mtime() error handling.Kevin McCarthy2020-05-08-1/+6
* Fix edit-message false-modified bug.Kevin McCarthy2020-05-08-0/+7
* Fix rc error setting in edit_one_message().Kevin McCarthy2020-05-08-0/+2
* Convert edit_one_message() to use buffer pool.Kevin McCarthy2019-09-27-13/+17
* Clean up code indentation.Kevin McCarthy2019-01-04-2/+2
* Remove trailing whitespace.Kevin McCarthy2018-12-31-14/+14
* Add the trash folder patch.Kevin McCarthy2016-07-17-0/+1
* pass context in mx_close_messageDamien Riegel2016-06-18-1/+1
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-10/+10
* Add translation comments and improvements.Kevin McCarthy2015-09-13-0/+1
* fix typos in commentsOndřej Bílka2013-07-23-1/+1
* Pass buffer size to mutt_mktemp()Rocco Rutte2009-06-21-1/+1
* Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte2009-03-15-1/+1
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Decrement the mtime of the tempfile during edit-message to make muttGary Johnson2007-08-31-2/+7
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Partially fix debian bug #275060 (editing a message in a mbox losesTAKAHASHI Tamotsu2005-02-12-3/+6
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* This patch removes the Kendra format from mutt. (The support wasBrendan Cully2003-08-05-2/+1
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* Fixing #1149: Truncate files used for editing messages.Michael Elkins2002-09-09-0/+15
* Fix $editor and $visual. Based on an earlier patch from EdmundMichael Elkins2002-07-24-2/+1
* Rename the new M_NEW by M_NEWFOLDER. There was another constant ofThomas Roessler2002-03-20-1/+1
* Don't fopen mail folders in append mode where we should safe_fopen()Thomas Roessler2002-03-13-1/+1
* Unify "Can't stat" messages. Suggested by Byrial.Thomas Roessler2001-10-11-1/+1
* Fix #185: is_from would return 0 (i.e., error) when parsing Jan 1Thomas Roessler2000-07-07-1/+1
* Comment cosmetics. From Martin Michlmayer.Thomas Roessler2000-04-22-1/+2
* Use Editor with a fall-back to visual when editing messages.Thomas Roessler2000-03-16-1/+2
* The FSF apparently has moved.Thomas Roessler2000-03-03-2/+1
* Fix index updates when closing or synching mail folders fails.Thomas Roessler2000-03-03-3/+3
* Use Visual, not Editor, for editing messages. Noted by MariusThomas Roessler2000-01-16-1/+1
* More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler2000-01-10-1/+1
* Update copyright notices for unstable.Thomas Roessler2000-01-06-1/+1
* Fix a small bug in the new edit-message feature. From AndrejThomas Roessler1999-10-26-0/+3
* Don't copy the Status header to the user's edit buffer - we destroyThomas Roessler1999-09-02-1/+1
* A new edit-message feature, giving the raw message in an editor.Thomas Roessler1999-09-02-0/+204