summaryrefslogtreecommitdiff
path: root/lisp/gnus/message.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer setq-local in gnus/*.elStefan Kangas2020-12-071-48/+43
* Fix the message-fetch-field doc stringLars Ingebrigtsen2020-12-021-5/+12
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-2/+0
* Don't set XEmacs only properties start-open and end-openStefan Kangas2020-11-201-1/+1
* Fix syntax error in message-add-openpgp-headerLars Ingebrigtsen2020-10-251-3/+1
* Make more load-hooks obsolete (Bug#21563)Stefan Kangas2020-10-201-0/+2
* message-insert-signature doc fixLars Ingebrigtsen2020-10-131-1/+8
* message-signature doc fixLars Ingebrigtsen2020-10-091-1/+2
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | ; Prefer https to http in many URLsStefan Kangas2020-10-011-2/+2
* | message-add-action doc string fixLars Ingebrigtsen2020-09-261-1/+2
* | Fix some defcustom typesLars Ingebrigtsen2020-09-251-1/+1
* | Fix infloop when folding difficult headers in MessageLars Ingebrigtsen2020-09-211-4/+4
* | 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