index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editmsg.c
Age
Commit message (
Expand
)
Author
2020-05-08
Improve mutt_decrease_mtime() error handling.
Kevin McCarthy
2020-05-08
Fix edit-message false-modified bug.
Kevin McCarthy
2020-05-08
Fix rc error setting in edit_one_message().
Kevin McCarthy
2019-09-27
Convert edit_one_message() to use buffer pool.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2016-07-17
Add the trash folder patch.
Kevin McCarthy
2016-06-18
pass context in mx_close_message
Damien Riegel
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2015-09-13
Add translation comments and improvements.
Kevin McCarthy
2013-07-23
fix typos in comments
Ondřej Bílka
2009-06-21
Pass buffer size to mutt_mktemp()
Rocco Rutte
2009-03-15
Use safe_fclose() instead of fclose(), add fclose() to check_sec.sh
Rocco Rutte
2009-01-04
Update copyrights. Closes #3016.
Brendan Cully
2007-08-31
Decrement the mtime of the tempfile during edit-message to make mutt
Gary Johnson
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-02-12
Partially fix debian bug #275060 (editing a message in a mbox loses
TAKAHASHI Tamotsu
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2003-08-05
This patch removes the Kendra format from mutt. (The support was
Brendan Cully
2002-12-11
Fix Mike's and my e-mail addresses in copyright lines.
Thomas Roessler
2002-09-09
Fixing #1149: Truncate files used for editing messages.
Michael Elkins
2002-07-24
Fix $editor and $visual. Based on an earlier patch from Edmund
Michael Elkins
2002-03-20
Rename the new M_NEW by M_NEWFOLDER. There was another constant of
Thomas Roessler
2002-03-13
Don't fopen mail folders in append mode where we should safe_fopen()
Thomas Roessler
2001-10-11
Unify "Can't stat" messages. Suggested by Byrial.
Thomas Roessler
2000-07-07
Fix #185: is_from would return 0 (i.e., error) when parsing Jan 1
Thomas Roessler
2000-04-22
Comment cosmetics. From Martin Michlmayer.
Thomas Roessler
2000-03-16
Use Editor with a fall-back to visual when editing messages.
Thomas Roessler
2000-03-03
The FSF apparently has moved.
Thomas Roessler
2000-03-03
Fix index updates when closing or synching mail folders fails.
Thomas Roessler
2000-01-16
Use Visual, not Editor, for editing messages. Noted by Marius
Thomas Roessler
2000-01-10
More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.
Thomas Roessler
2000-01-06
Update copyright notices for unstable.
Thomas Roessler
1999-10-26
Fix a small bug in the new edit-message feature. From Andrej
Thomas Roessler
1999-09-02
Don't copy the Status header to the user's edit buffer - we destroy
Thomas Roessler
1999-09-02
A new edit-message feature, giving the raw message in an editor.
Thomas Roessler