summaryrefslogtreecommitdiffstats
path: root/emacs/notmuch-mua.el
AgeCommit message (Expand)Author
2020-09-19emacs: Remove notmuch-mua-message-send-hookTim Quelch
2020-08-09emacs: Drop old advices that were only need for Emacs 23Jonas Bernoulli
2020-08-09Fix typosJonas Bernoulli
2020-08-09emacs: Use 'when' instead of 'if' when there is no ELSE partJonas Bernoulli
2020-08-09emacs: Use 'unless' instead of 'when' and 'not'Jonas Bernoulli
2020-08-09emacs: Use 'and' instead of 'when' when the return value mattersJonas Bernoulli
2020-08-09emacs: Fix indentationJonas Bernoulli
2020-08-09emacs: Remove excess empty linesJonas Bernoulli
2020-08-09emacs: Shorten long linesJonas Bernoulli
2020-06-06emacs docstrings: consistent indentation, newlines, periodsTomi Ollila
2020-04-27emacs: Use `cl-lib' instead of deprecated `cl'Jonas Bernoulli
2019-12-14emacs: limit search for attachment to stop at first mime-partÖrjan Ekeberg
2019-04-24emacs: Add missing type and group to defcustom variableÖrjan Ekeberg
2019-04-14emacs: Tag forwarded messages with +forwarded (customizable)Örjan Ekeberg
2019-04-14emacs: Use a buffer-local variable to update tags when sending repliesÖrjan Ekeberg
2019-04-14emacs: Add References header to forwarded messagesÖrjan Ekeberg
2019-03-28emacs: Optionally check for missing attachments in outgoing messagesDavid Edmondson
2018-10-08emacs: Update integration with third party packages.David Edmondson
2018-09-28emacs: Call `notmuch-mua-send-hook' hooks when sending a messageDavid Edmondson
2018-03-24Fix typos as found by codespellGeorg Faerber
2017-12-29cli/reply: make --decrypt take a keywordDaniel Kahn Gillmor
2017-09-27emacs: sanitize subject in repliesJani Nikula
2017-07-18emacs: convert remaining format-versions from 3 to 4David Bremner
2017-07-04emacs: convert to use format-version 3David Bremner
2016-11-13emacs: check drafts for encryption tags before savingDavid Bremner
2016-11-13emacs: postpone a messageMark Walters
2016-10-17Fix reply to encrypted mail when discouraging plain text.Matthew Lear
2016-10-09emacs: mua: check for misplaced secure mml tagsMark Walters
2016-10-09emacs: mua: extract a common message-send function.Mark Walters
2016-09-18emacs: reply: remove wrong sig/enc status buttonsMark Walters
2016-09-04emacs: simplify our local copy of message-do-fccMark Walters
2016-09-04emacs: maildir import message-do-fccMark Walters
2016-09-04emacs: address completion, allow sender/recipient and filtersMark Walters
2016-08-11Omit User-Agent: header by defaultDaniel Kahn Gillmor
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-01emacs: Tell `message-mode' that outgoing messages are email.David Edmondson
2016-04-16emacs: Don't indent multipart sub-parts during reply.David Edmondson
2016-04-16emacs: Fix packagingChunyang Xu
2016-04-10emacs: make use of `message-make-from'aeuii@posteo.de
2016-03-24emacs: `notmuch-show-forward-message' can use `notmuch-mua-new-forward-messages'David Edmondson
2016-03-24emacs: Add `notmuch-show-forward-open-messages'.David Edmondson
2016-03-19emacs: Change the default notmuch-mua-reply-insert-header-p-functionNicolas Petton
2016-02-21emacs/mua: Let user specify which parts get a header in citations.David Edmondson
2016-02-21emacs/mua: Generate improved cited text for repliesDavid Edmondson
2016-02-13emacs: Fix compiler warnings.David Edmondson
2016-01-08emacs: Don't use nconc on quoted listMichal Sojka
2016-01-08emacs: Handle switch-function argument of notmuch-mua-mailMichal Sojka
2016-01-08emacs: Refactor notmuch-mua-mailMichal Sojka
2016-01-08emacs: Fix mail composition under Emacs 23Michal Sojka
2016-01-01emacs: Improve notmuch-message-mode initializationMichal Sojka