summaryrefslogtreecommitdiff
path: root/lisp/gnus/message.el
Commit message (Expand)AuthorAgeFilesLines
* Tweak how `M-RET' in Message mode fills paragraphsLars Ingebrigtsen2020-09-101-2/+2
* Fix message.el compilation warningLars Ingebrigtsen2020-08-201-0/+1
* Allow specifying the TLS port in X-Message-SMTP-MethodLars Ingebrigtsen2020-08-201-0/+5
* Add a new way to encode unprintable characters in Message: url-encodeLars Ingebrigtsen2020-08-201-3/+10
* Fix problem with unprintable characters in Message headersLars Ingebrigtsen2020-08-201-3/+3
* Fix interactive spec of message-beginning-of-lineLars Ingebrigtsen2020-08-201-1/+1
* message-sendmail-f-is-evil doc string fixLars Ingebrigtsen2020-08-201-1/+2
* Fix issues with OpenPGP headerPhilip K2020-08-181-30/+33
* Doc string fix for message-mailtoLars Ingebrigtsen2020-08-091-2/+2
* Slight code clean-up in message-mailtoLars Ingebrigtsen2020-08-091-2/+1
* ; Fix typos in recent message.el changesBasil L. Contovounesios2020-08-081-1/+1
* ; Fix recent message.el-related changesEli Zaretskii2020-08-081-8/+8
* Add support for the OpenPGP header to EmacsPhilip K2020-08-081-0/+58
* Tweat how MML specifies the encoding of binary dataLars Ingebrigtsen2020-08-061-1/+1
* Change how Mail-Copies-To: never is handled in MessageLars Ingebrigtsen2020-08-061-9/+22
* Make it possible to use Message as a mailto: desktop handlerLars Ingebrigtsen2020-08-061-0/+57
* Fix max-width/height for Message screenshotsLars Ingebrigtsen2020-08-051-2/+2
* Tweak the Message screenshot insertionLars Ingebrigtsen2020-08-051-2/+5
* Implement a screenshot command for Message modeLars Ingebrigtsen2020-08-051-0/+53
* Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-181-78/+59
* Use better icons on GTK in message-mode and isearchDmitry Gutov2020-05-111-1/+1
* Merge from origin/emacs-27Glenn Morris2020-05-061-1/+1
|\
| * Fix docstring quotingNoam Postavsky2020-05-051-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-061-2/+2
|\ \ | |/
| * Clarify message-sendmail-extra-arguments docstringStefan Kangas2020-05-051-2/+2
* | Remove the Date header from message-draft-headersEric Abrahamsen2020-03-201-2/+2
* | Remove subsumed repetitions in regexpsMattias EngdegÄrd2020-02-201-2/+2
* | prune the overly cavalier "kill all gnus buffers exit"Sam Steingold2020-01-301-0/+1
* | Make sure that all gnus buffers are killed on exitSam Steingold2020-01-281-2/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/gnus/message.el (message-expand-name-standard-ui): New optionStefan Monnier2019-12-111-14/+95
* * lisp/gnus/message.el (message-sendmail-envelope-from): Fix typoStefan Monnier2019-12-031-1/+1
* (message-sendmail-envelope-from): Obey `mail-envelope-from` even if set laterStefan Monnier2019-12-031-6/+12
* Make message-allow-no-recipients 'always workLars Ingebrigtsen2019-11-271-3/+3
* Fix previous message.el point-restoring fixLars Ingebrigtsen2019-11-261-9/+8
* Make `C-c C-w' insert a signature even when overriddenLars Ingebrigtsen2019-11-221-44/+55
* Restore point after sending a messageLars Ingebrigtsen2019-11-211-1/+8
* Make "Show Hidden Headers" in Message buffers more obviousLars Ingebrigtsen2019-09-231-1/+7
* Add different faces for different citation levels in Message modeHong Xu2019-09-231-46/+128
* Keep a cache of encoded Message contents to avoid re-GPG-in dataLars Ingebrigtsen2019-09-231-2/+21
* * lisp/gnus/message.el (message-send-mail): Remove misleading comment.Lars Ingebrigtsen2019-09-231-1/+0
* Make Message warn about invalid addressesLars Ingebrigtsen2019-09-231-0/+8
* Allow the user to specify Content-type in Message modeLars Ingebrigtsen2019-09-211-1/+4
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-7/+7
* Change default value of message-make-forward-subject-functionDamien Cassou2019-09-201-5/+7
* Add FIXMEs for subsecond supportPaul Eggert2019-08-171-1/+1
* * lisp/gnus/message.el (message-sendmail-f-is-evil): Revert recent changeStefan Monnier2019-08-061-4/+3
* Remove Gnus group name encoding/decodingEric Abrahamsen2019-08-031-12/+9
* * lisp/gnus/message.el (message-sendmail-f-is-evil): Update :versionStefan Monnier2019-08-011-0/+1
* * lisp/gnus/message.el: Reduce redundancy with send-mail-functionStefan Monnier2019-07-301-46/+47