]> granicus.if.org Git - neomutt/history - editmsg.c
merge: light refactoring
[neomutt] / editmsg.c
2017-11-20 Reis RadomilMigrate code to use mutt_file_chmod{,_add,_rm} functions
2017-11-16 Richard Russonmerge: Standardise the names of the muttlib functions
2017-11-16 Richard Russonrename file functions
2017-11-16 Richard Russonrename lib to mutt
2017-11-15 Richard Russonmerge: add <edit-or-view-raw-message>
2017-11-15 Reis Radomileditmsg.c: Implement mutt_view_message() function
2017-10-24 Richard Russonfix actions on tagged messages (#823)
2017-10-14 Richard Russonsplit up 'if' statements that assign and test
2017-10-14 Richard Russonmerge: minor code cleanups
2017-10-14 Richard Russonreduce scope of variables 824/head
2017-09-07 Richard RussonNeoMutt 2017-09-07 (1.9.0) neomutt-20170907
2017-09-07 Richard Russonclang-format
2017-09-06 Richard Russonmerge: tidying in preparation for config changes
2017-09-06 Richard Russonrename: Global variables to match their config item
2017-08-03 Richard Russonmerge: trivial code fixes
2017-08-03 Richard Russonrename: global boolean variables (insert underscores)
2017-08-03 Richard Russontidy: squeeze blank lines
2017-08-03 Richard Russondoxygen: fix comments
2017-08-03 Richard Russonmerge: create library of shared code
2017-08-02 Richard Russondrop lib.c
2017-08-02 Richard Russonchange code to use lib/lib.h
2017-07-21 Richard Russondoxygen: tidy comments
2017-07-17 Richard Russonmerge: improve doxygen comments
2017-07-17 Richard Russondoxygen: add file templates
2017-07-17 Richard Russondoxygen: fix all comments
2017-07-14 Richard Russonmerge: sync to mutt/default
2017-07-07 Richard Russonmerge: sync to mutt/default
2017-06-02 Richard Russonmerge: sync to mutt/stable
2017-05-23 Richard Russonabbreviate pointer tests against NULL
2017-05-23 Richard Russonreduce the scope of for loop variables
2017-05-17 Richard Russonbuild: split up mutt.h, protos.h 580/head
2017-05-17 Richard Russonmerge: typedefs -> plain structs
2017-05-15 Richard Russonreplace 'MESSAGE' with 'struct Message'
2017-05-15 Richard Russonreplace 'HEADER' with 'struct Header'
2017-05-15 Richard Russonreplace 'CONTEXT' with 'struct Context'
2017-04-21 Richard Russonmerge: upstream release 1.8.2
2017-04-13 Richard Russonmerge: upstream release 1.8.1 neomutt-20170414
2017-04-13 Richard Russonapply clang-format to the source code
2017-04-11 Richard Russonmerge: fix coverity defects
2017-04-10 Richard Russoncoverity: unused variables
2017-04-08 Richard Russonbool-ify structs
2017-03-30 Richard Russonmerge: Tidy the code - Part 3
2017-03-30 Richard Russontidy: initialise pointers
2017-03-30 Richard Russontidy: license text
2017-03-30 Richard Russontidy: comments
2017-03-17 Richard Russonmerge: Tidy the code - Part 1
2017-03-16 Richard Russondrop #if HAVE_CONFIG_H
2017-03-16 Richard Russondelete trailing whitespace
2016-08-24 Richard Russonmerge: contrib/keybase
2016-08-18 Richard Russonmerge: contrib/keybase
2016-08-18 Richard Russonmerge: contrib/vim-keybindings
2016-08-18 Kevin McCarthymerge default into stable
2016-07-18 Kevin McCarthyAdd the trash folder patch.
2016-07-06 Kevin McCarthymerge stable
2016-07-01 Kevin McCarthymerge stable
2016-06-18 Damien Riegelpass context in mx_close_message
2016-05-24 Kevin McCarthymerge stable
2016-05-09 Derek MartinChange M_* symbols to MUTT_*
2016-04-02 Kevin McCarthymerge default into stable
2016-01-01 Kevin McCarthymerge stable
2015-12-08 Kevin McCarthymerge stable
2015-10-18 Kevin McCarthymerge stable
2015-09-30 Kevin McCarthymerge stable
2015-09-13 Kevin McCarthyAdd translation comments and improvements.
2013-07-23 Ondřej Bílkafix typos in comments
2009-06-21 Rocco RuttePass buffer size to mutt_mktemp()
2009-03-15 Rocco RutteUse safe_fclose() instead of fclose(), add fclose(...
2009-01-04 Brendan CullyUpdate copyrights. Closes #3016.
2007-08-31 Gary JohnsonDecrement the mtime of the tempfile during edit-message...
2007-04-01 Brendan CullyMerge flea restore
2005-09-17 Brendan CullyGah, forgot the zip code when updating the FSF address...
2005-09-17 Brendan CullyUpdate FSF address (via sed, I hope nothing got mangled...
2005-02-12 TAKAHASHI TamotsuPartially fix debian bug #275060 (editing a message...
2005-02-03 Brendan CullyAdd config.h to the top of every C file that could...
2003-08-05 Brendan CullyThis patch removes the Kendra format from mutt. (The...
2002-12-11 Thomas RoesslerFix Mike's and my e-mail addresses in copyright lines.
2002-09-09 Michael ElkinsFixing #1149: Truncate files used for editing messages.
2002-07-24 Michael ElkinsFix $editor and $visual. Based on an earlier patch...
2002-03-20 Thomas RoesslerRename the new M_NEW by M_NEWFOLDER. There was another...
2002-03-13 Thomas RoesslerDon't fopen mail folders in append mode where we should...
2001-10-11 Thomas RoesslerUnify "Can't stat" messages. Suggested by Byrial.
2000-07-07 Thomas RoesslerFix #185: is_from would return 0 (i.e., error) when...
2000-04-22 Thomas RoesslerComment cosmetics. From Martin Michlmayer.
2000-03-16 Thomas RoesslerUse Editor with a fall-back to visual when editing...
2000-03-03 Thomas RoesslerThe FSF apparently has moved.
2000-03-03 Thomas RoesslerFix index updates when closing or synching mail folders...
2000-01-16 Thomas RoesslerUse Visual, not Editor, for editing messages. Noted...
2000-01-10 Thomas RoesslerMore copyright cosmetics - noted by Martin Michlmayr...
2000-01-06 Thomas RoesslerUpdate copyright notices for unstable.
1999-10-26 Thomas RoesslerFix a small bug in the new edit-message feature. From...
1999-09-02 Thomas RoesslerDon't copy the Status header to the user's edit buffer...
1999-09-02 Thomas RoesslerA new edit-message feature, giving the raw message...