summaryrefslogtreecommitdiff
path: root/lisp/mail
Commit message (Expand)AuthorAgeFilesLines
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-216-18/+18
* Add a new variable smtpmail-retriesLars Ingebrigtsen2019-09-171-1/+8
* Try resending when getting a transient 4xx SMTP codeLars Ingebrigtsen2019-09-161-1/+20
* Remove leftover XEmacs compat code and doc fixesStefan Kangas2019-09-131-15/+2
* * lisp/mail/flow-fill.el: Change todo comment to not mention XEmacs.Stefan Kangas2019-08-211-2/+1
* Reimplement the `fill-flowed' function to respect space stuffingLars Ingebrigtsen2019-08-151-49/+43
* Respect the BUFFER parameter in `fill-flowed'Lars Ingebrigtsen2019-08-141-1/+6
* * lisp/mail/rfc2047.el (rfc2047-encodable-p): Don't require `message`.Stefan Monnier2019-08-061-2/+1
* * lisp/mail/sendmail.el (sendmail-send-it): Add FIXMEs.Stefan Monnier2019-07-301-63/+37
* Have emacsbug only warn the user when sending to the bug addressLars Ingebrigtsen2019-07-281-3/+4
* Allow the user to send a bug report after initially saying "no"Lars Ingebrigtsen2019-07-281-5/+0
* Don't double-decompress cached HTTP responses (bug#36773)Pip Cet2019-07-271-3/+10
* * lisp/mail/footnote.el (footnote--local-advice): Add missing comma.Noam Postavsky2019-07-261-1/+1
* Add version tag to smtpmail-servers-requiring-authorizationLars Ingebrigtsen2019-07-261-1/+2
* Allow specifying that SMTP auth should always be usedLars Ingebrigtsen2019-07-261-27/+28
* Tweak previous footnote-mode patchLars Ingebrigtsen2019-07-251-1/+1
* Fix setting fill-paragraph-function in footnote-modeLars Ingebrigtsen2019-07-251-12/+24
* Fill footnotes better on `M-q'Lars Ingebrigtsen2019-07-211-0/+10
* Fold rfc2047 headers correctly when narrowed to header valueLars Ingebrigtsen2019-07-131-6/+13
* Fix breaking of rfc2047 headers with long wordsLars Ingebrigtsen2019-07-121-3/+4
* Refactor rfc2047-fold-region slightly and add a couple of testsLars Ingebrigtsen2019-07-121-26/+20
* Add comments to rfc2047Lars Ingebrigtsen2019-07-121-0/+13
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-1/+1
* Add tests for mail/flow-fill.elStefan Kangas2019-06-221-65/+6
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-5/+0
* Remove XEmacs compat code from binhex.elLars Ingebrigtsen2019-06-201-12/+8
* Remove XEmacs compat code from uudecode.elLars Ingebrigtsen2019-06-201-6/+2
* Probably fix the `helper' argument in feedmail.elLars Ingebrigtsen2019-06-151-3/+1
* Suppress compilation warning in supercite.elLars Ingebrigtsen2019-06-151-1/+5
* Suppress warning in mailheader.elLars Ingebrigtsen2019-06-151-1/+2
* Suppress warning about non-prefixed variable in mailalias.elLars Ingebrigtsen2019-06-151-1/+5
* Fix compilation warning in rmailmmLars Ingebrigtsen2019-06-141-1/+2
* Fix compilation warning in qp.elLars Ingebrigtsen2019-06-131-2/+1
* Compilation warning fix in feedmail.elLars Ingebrigtsen2019-06-131-2/+1
* Add tests for mail/uudecode.elStefan Kangas2019-06-091-4/+1
* ; Fix recent maintainer header removalsGlenn Morris2019-06-081-0/+1
* Remove retired maintainers from commentsPaul Eggert2019-06-041-1/+0
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-2521-0/+21
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-1922-22/+1
* * lisp/mail/footnote.el (footnote-prefix): Docstring typo.Stefan Monnier2019-05-151-3/+2
* Merge from origin/emacs-26Glenn Morris2019-05-141-3/+3
|\
| * ; Fix smtpmail-stream-type docstringNoam Postavsky2019-05-091-3/+3
* | Document nil value of message-signature and mail-signatureRobert Pluim2019-05-131-0/+1
* | * lisp/mail/footnote.el: Avoid regexp-opt-charset, which is not autoloaded.Stefan Monnier2019-05-091-1/+1
* | * lisp/mail/footnote.el: Add TEXT and POINTERS togetherStefan Monnier2019-05-021-71/+49
* | * lisp/mail/footnote.el: Tweak markers conventionStefan Monnier2019-05-021-55/+37
* | * lisp/mail/footnote.el: Use dolist and hoist regexps out of loopsStefan Monnier2019-05-021-106/+77
* | * lisp/mail/footnote.el: Consolidate the two marker-alistsStefan Monnier2019-05-011-97/+94
* | * lisp/mail/footnote.el: Minor simplificationsStefan Monnier2019-05-011-67/+31