summaryrefslogtreecommitdiffstats
path: root/compose.c
AgeCommit message (Expand)Author
2020-05-17Clean up Editor Menu interface inside Mutt.Kevin McCarthy
2020-05-17Fix attach-file tag operation to work when quitting browser.Kevin McCarthy
2020-05-11Separate mailbox vs buffy-incoming for the "enter_fname" functions.Kevin McCarthy
2020-03-21Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-02-29Add background edit landing page.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-29Write out sctx sign_as values in mutt_write_fcc().Kevin McCarthy
2020-02-29Change send_menus to set sctx instead of globals.Kevin McCarthy
2020-02-29Change mutt_protect() to use sctx signas values.Kevin McCarthy
2020-02-29Use sctx->signas values in compose menu.Kevin McCarthy
2020-02-29Pass sctx to mutt_builtin_editor() and mutt_edit_headers().Kevin McCarthy
2020-02-29Add send_ctx to compose menu and get_postponed().Kevin McCarthy
2020-02-29Rename ci_send_message() to mutt_send_message().Kevin McCarthy
2020-01-23Add move-up and move-down functions to compose menu.Kevin McCarthy
2019-11-13allow autoview preview of multipart/alternative contentmadroach
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-11-06Ensure APP_PGP flag is enabled for autocrypt.Kevin McCarthy
2019-11-01Add ability to generate multipart/alternative using a filter script.Kevin McCarthy
2019-11-01Create multipart/mixed helpers.Kevin McCarthy
2019-10-24Convert fcc to a buffer.Kevin McCarthy
2019-10-20Remove make_key_attachment parameter.Kevin McCarthy
2019-09-22Fix memory leak in compose write-fcc function.Kevin McCarthy
2019-09-22Convert compose menu fname variable to buffer.Kevin McCarthy
2019-09-21Convert compose check_attachments() to use buffer pool.Kevin McCarthy
2019-09-01Fix memory leak when attaching messages.Kevin McCarthy
2019-08-31Re-enable and cleanup format-flowed space stuffing.Kevin McCarthy
2019-08-03Add more translation string comments for autocrypt.Kevin McCarthy
2019-08-03Add L10N translation message comments.Kevin McCarthy
2019-08-03Autocrypt outgoing emails.Kevin McCarthy
2019-08-03Add autocrypt line to the compose menu.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-04-11Generate version string during make not configureAaron Schrab
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-31Remove dead code.Kevin McCarthy
2018-01-11Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy
2017-12-30Disable message security if the backend is not available.Kevin McCarthy
2017-08-10Fix shared attachment functions. (see #3728)Kevin McCarthy
2017-08-10Add virtual index to actx. (see #3728)Kevin McCarthy
2017-08-10Change recvattach to allow nested encryption. (see #3728)Kevin McCarthy
2017-08-10Add helpers to add and remove actx entries. (see #3728)Kevin McCarthy
2017-08-10Change helpers functions to pass actx. (see #3728)Kevin McCarthy
2017-08-10Create ATTACH_CONTEXT to hold attachment index. (see #3728)Kevin McCarthy
2017-06-18Improve the L10N comment about Sign as.Kevin McCarthy
2017-06-14Enable all header fields in the compose menu to be translated.Kevin McCarthy
2017-06-09Rename 'sign as' to 'Sign as'; makes compose menu more consistent.Consus
2017-06-09Change the compose menu fields to be dynamically padded.Kevin McCarthy
2017-05-03Add color commands for the compose menu headers and security status. (closes ...Kevin McCarthy