summaryrefslogtreecommitdiffstats
path: root/send.c
AgeCommit message (Expand)Author
2017-07-01Add config vars for forwarded message attribution intro/trailer.Kevin McCarthy
2017-06-14Enable all header fields in the compose menu to be translated.Kevin McCarthy
2017-05-29Change $postpone_encrypt to use self-encrypt variables first.Kevin McCarthy
2017-01-23Improve Reply-to vs From comparison when replying. (closes #3909)Kevin McCarthy
2016-08-30Moves mutt_copy_list to muttlib.c, where it belongs.David Champion
2016-08-22Add missing include <locale.h> to send.c and edit.c.Kevin McCarthy
2016-08-22Add $attribution_locale configuration variable.Kevin McCarthy
2016-07-01merge stableKevin McCarthy
2016-07-01Check $pgp_autoinline and $pgp_replyinline if oppenc is set. (closes #3846)Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-10Fix mutt_protect() when INLINE is set. (closes #3828)Kevin McCarthy
2016-03-08Add $resume_draft_files option.Kevin McCarthy
2016-02-28Draft file tweeks: rename flag, don't auto-abort on no change.Kevin McCarthy
2016-02-07Add new flag -E to modify draft/include file. (closes #3799)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-24Rename idna functions and bits for smtputf8 changes.Kevin McCarthy
2015-09-20Add new optional index_format expandos %r and %R.Derek Schrock
2015-09-13Add translation comments and improvements.Kevin McCarthy
2015-03-30Add a security bit to the message for oppenc mode.Kevin McCarthy
2015-03-30Add the crypt_opportunistic_encrypt option and calls.Kevin McCarthy
2015-03-30Implement crypt_opportunistic_encrypt().Kevin McCarthy
2015-02-04Protect SmimeDefaultKey for postpone/resume.Kevin McCarthy
2013-11-06Add option to encrypt postponed messages. (closes #3665)Kevin McCarthy
2013-10-04When recalling a postponed message that does not have a x-mutt-fcc headerMichael Elkins
2013-07-23fix typos in commentsOndřej Bílka
2012-12-18rename iswsp() to is_email_wsp()Michael Elkins
2012-12-01don't perform rfc3676 space stuffing when recalling a postponed message where...Michael Elkins
2012-07-08Set text_flowed after send-hook has been applied (closes #3550)Dan Fandrich
2010-09-11Allow setting message security in send2-hookMichael Elkins
2010-08-09clear the real name when $reverse_realname is unset and a match is hit so thatMichael Elkins
2010-05-18Consider any negative return value from send_message() to be an error and all...Michael Elkins
2010-04-01fix comment typosSimon Ruderich
2009-07-14Make send-hooks work for batch mode. Closes #3219.Aron Griffis
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-13Rewrite header foldingRocco Rutte
2009-06-12Turn $fcc_attach into a quadoption. Closes #2528.Rocco Rutte
2009-06-11Don't allow setting Return-Path: header via my_hdrRocco Rutte
2009-06-01Treat address groups as no recipientsRocco Rutte
2009-05-13Don't set 'replied' flag if user changes References/IRT. Closes #2044.Rocco Rutte
2009-05-13Prune empty address groups when preparing replies. Closes #2875.Rocco Rutte
2009-04-28Don't generate References: for reply to multiple messagesRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-12-16Remove unused #include directivesErik Hovland
2008-07-10Unify parser for message-idsAron Griffis
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2007-11-21Don't ignore $from in batch send mode.Miroslav Lichvar
2007-11-15Properly parse and validate Message-IDs from my_hdrs. Closes #2452.Rocco Rutte
2007-07-09Allow send-hooks to effectively change $from and $use_fromAron Griffis