summaryrefslogtreecommitdiff
path: root/lisp/mail
Commit message (Expand)AuthorAgeFilesLines
* Fix mail-combine-fields...Richard Stallman2016-09-031-4/+5
* Leading "*" in the doc of defvars is long obsolete....Glenn Morris2016-06-101-8/+20
* Remove obsolete leading * from defcustom, defface doc strings....Glenn Morris2016-06-091-1/+1
* Merge from origin/emacs-25...Paul Eggert2016-06-071-1/+1
|\
| * * lisp/mail/footnote.el (footnote-mode): Fix doc typo.Glenn Morris2016-05-311-1/+1
* | Prevent locked-file errors in Rmail...Ken Olum2016-05-281-8/+15
* | Move "Recent messages" earlier in report-emacs-bug...Lars Ingebrigtsen2016-05-091-15/+13
* | smtpmail would say it's done before it is...Lars Magne Ingebrigtsen2016-04-261-4/+5
* | -Paul Eggert2016-03-221-0/+2
|\|
| * * lisp/mail/rmail.el (rmail-mime-entity-truncated): Declare.Glenn Morris2016-03-171-0/+2
* | Fix problems caused by new implementation of sub-word mode...Eli Zaretskii2016-03-214-5/+5
* | Merge from origin/emacs-25...John Wiegley2016-03-111-1/+6
|\|
| * Fix bidi-paragraph-direction in Rmail view buffer...Eli Zaretskii2016-03-051-1/+6
| * Fix problems caused by new implementation of sub-word mode...Eli Zaretskii2016-02-054-5/+5
* | declare `rmail-mime-entity-truncated' and `rmail-mime-render-html-function'...Sam Steingold2016-03-091-0/+2
* | Remove support for IRIX...Paul Eggert2016-03-071-2/+2
* | Move low-level library files from the lisp/gnus directory...Lars Ingebrigtsen2016-02-249-0/+2480
* | Make mail-extract-address-components return the user name more...Lars Ingebrigtsen2016-02-081-19/+20
* | Merge from origin/emacs-25...John Wiegley2016-02-031-1/+6
|\|
| * Improve the custom type of some user options....Glenn Morris2016-01-301-1/+6
* | -Paul Eggert2016-01-301-1/+1
|\|
| * Expunge "allow" + infinitive without direct object from source and doc....Alan Mackenzie2016-01-241-1/+1
* | -John Wiegley2016-01-181-2/+3
|\|
| * Fix some custom types....Glenn Morris2016-01-121-2/+3
| * ; Auto-commit of loaddefs files.Glenn Morris2016-01-011-7/+7
* | Merge from origin/emacs-25...John Wiegley2016-01-1133-33/+34
|\|
| * Update copyright year to 2016...Paul Eggert2016-01-0133-33/+34
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-296-13/+26
|\|
| * Port report-emacs-bug to deterministic builds...Paul Eggert2015-12-281-1/+5
| * Fix Bug#10873 in `report-emacs-bug'...Martin Rudalics2015-12-281-0/+8
| * Restore info about the build host in bug reports...Eli Zaretskii2015-12-251-1/+1
| * Fix some display-warning usage....Glenn Morris2015-12-071-2/+3
| * Fix docstring quoting problems with ‘ '’...Paul Eggert2015-11-174-10/+10
* | rmail generate autoloads to non-versioned file....Phillip Lord2015-12-178-228/+9
|/
* Fix a few problems with directed quotes...Paul Eggert2015-10-011-1/+2
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-294-7/+2
* Backslash cleanup in Elisp source files...Paul Eggert2015-09-176-48/+49
* Fix several backslash typos in Elisp strings...Paul Eggert2015-09-171-1/+1
* Don’t double-encode non-ASCII mail clipboard...Paul Eggert2015-09-141-31/+25
* Don’t double-encode non-ASCII for mail client...Paul Eggert2015-09-141-4/+38
* Go back to grave quoting in source-code docstrings etc....Paul Eggert2015-09-072-10/+10
* Fix some more docstring etc. quoting problems...Paul Eggert2015-09-033-18/+20
* Quoting fixes in lisp mail, mh-e, net, url...Paul Eggert2015-08-314-13/+17
* Prefer directed to neutral quotes...Paul Eggert2015-08-243-9/+9
* Don't quote symbols 'like-this' in docstrings etc....Paul Eggert2015-08-201-18/+18
* Spelling fixesPaul Eggert2015-08-161-2/+2
* Offer to combine multiple To or CC fields....Richard Stallman2015-08-121-0/+67
* Don't decrypt encrypted files....Richard Stallman2015-08-121-3/+4
* Handle encrypted mbox files....Richard Stallman2015-08-121-2/+38
* Re-enable mime processing after decryption. Add 'decrypt' keyword....Richard Stallman2015-08-121-69/+101