summaryrefslogtreecommitdiff
path: root/lisp/gnus/message.el
Commit message (Expand)AuthorAgeFilesLines
* Remove the "retro" Gnus/Message tool barsLars Ingebrigtsen2022-04-301-71/+15
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
* Don't use the original sender's address as the envelope-fromSean Whitton2022-03-171-1/+13
* Facilitate Customisation of Message-Mode Header Completion BehaviourAlexander Adolf2022-03-121-3/+9
* Fix syntax error in obsolete message functionLars Ingebrigtsen2022-03-061-1/+1
* Improve stability of message-hide-headersPhilip Kaludercic2022-02-141-11/+8
* Cross-link message-expand-name-standard-ui-relevant doc stringsLars Ingebrigtsen2022-02-121-1/+5
* Followup fix to previous message-update-smtp-method-header changeLars Ingebrigtsen2022-01-211-0/+1
* Allow From to be part of message-hidden-headersLars Ingebrigtsen2022-01-211-1/+4
* Rename the textsec-check function to textsec-suspicious-pLars Ingebrigtsen2022-01-201-2/+2
* Tweak the previous suspicious Message changeLars Ingebrigtsen2022-01-191-7/+12
* Make Message check for invalid recipients before sendingLars Ingebrigtsen2022-01-191-0/+6
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | ; Fix documentation of a recently-installed changeEli Zaretskii2021-12-231-11/+12
* | Fix wrong-type-argumentPhilip Kaludercic2021-12-231-1/+1
* | Allow automatic X-Message-SMTP-Method header insertionPhilip Kaludercic2021-12-231-0/+38
* | Move rmail-related functions from gnus-util.el to gnus-rmail.elLars Ingebrigtsen2021-12-191-1/+1
* | Simplify message-make-expiresPaul Eggert2021-12-051-5/+2
* | Simplify message-unique-id etc.Paul Eggert2021-12-051-11/+13
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-6/+8
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-64/+64
* | Rename 'register-yank-media-handler'Lars Ingebrigtsen2021-11-081-1/+1
* | Add a framework for yanking media into EmacsLars Ingebrigtsen2021-11-061-17/+24
* | Inhibit isearching over message-insert-screenshot dataLars Ingebrigtsen2021-11-061-1/+2
* | Merge from origin/emacs-28Glenn Morris2021-10-221-0/+2
|\ \ | |/
| * Ensure valid end/beginning lines in message-mark-inserted-regionLars Ingebrigtsen2021-10-221-0/+2
* | Change the call convention for `defvar-keymap'Lars Ingebrigtsen2021-10-051-2/+3
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-1/+1
* | Convert some keymaps to defvar-keymapLars Ingebrigtsen2021-10-041-73/+66
|/
* Tweak previous message-newline-and-reformat changeLars Ingebrigtsen2021-09-291-1/+1
* Make `M-q' in message-mode work betterLars Ingebrigtsen2021-09-291-3/+13
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-13/+13
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-4/+4
* Adjust the fully qualified host name when nothing is setLars Ingebrigtsen2021-08-011-3/+2
* Allow storing SMTP variables when queueing mailLars Ingebrigtsen2021-07-231-1/+3
* ; * lisp/gnus/message.el (message-signature-separator): Add :version.Eli Zaretskii2021-07-151-1/+2
* Fontify the signature separator in Message modeLars Ingebrigtsen2021-07-141-1/+18
* Clean up code in `message-replace-header'dickmao2021-06-231-6/+4
* Fix message-replace-header after recent changedickmao2021-06-231-5/+5
* Allow `message-replace-header' to take a list of AFTERsŁukasz Stelmach2021-06-191-4/+7
* Improvements to message-syntax-checks docs and optionsEric Abrahamsen2021-04-131-10/+14
* * lisp/gnus/message.el: Give non-nil defaults for function varsStefan Monnier2021-04-111-90/+90
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Make message-mailto work for emacsclientRobert Pluim2021-02-231-3/+4
* Do `interactive' mode tagging in the remaining lisp/gnus filesLars Ingebrigtsen2021-02-151-66/+72
* Warn in message.el when sending encryptable mailLars Ingebrigtsen2021-02-061-0/+4
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-4/+2
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-301-8/+9