summaryrefslogtreecommitdiff
path: root/lisp/mail/sendmail.el
Commit message (Expand)AuthorAgeFilesLines
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-1/+1
* Set default when asking for send-mail-function (Bug#25874).Noam Postavsky2017-03-061-2/+3
* Include "Date:" in mail messages filed by 'sendmail-send-it'Eli Zaretskii2017-01-141-1/+2
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix mail-combine-fieldsRichard Stallman2016-12-011-4/+5
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+0
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-13/+15
* Offer to combine multiple To or CC fields.Richard Stallman2015-08-121-0/+67
* * lisp/mail/sendmail.el (mail-position-on-field): Doc fix.Glenn Morris2015-05-261-3/+4
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* In sendmail-send-it don't switch to non-existent buffer. (Bug#20211)Richard Ryniker2015-03-301-4/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Spelling fixes.Paul Eggert2014-01-051-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer on errorGrégoire Jadi2013-08-121-5/+12
* Doc fix.Richard M. Stallman2013-01-131-0/+3
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-3/+2
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-3/+1
* deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)Paul Eggert2012-07-291-1/+1
* Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris2012-05-261-1/+2
|\
| * Fix "C-c C-r" in mail-mode invoked from Rmail.Eli Zaretskii2012-05-181-1/+2
| * Fix logic for returning to and yanking from Rmail buffer.Paul Eggert2012-04-201-1/+4
| * * mail/sendmail.el (mail-bury): Call return action with the right Rmail buffer.Chong Yidong2012-04-161-1/+1
* | lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-2/+1
* | Fix logic for returning to and yanking from Rmail buffer.Richard M. Stallman2012-04-171-2/+5
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
|/
* Two minor doc/consistency fixes.Chong Yidong2012-04-031-1/+1
* mail/sendmail.el (mail-encode-header): Bind rfc2047-encode-encoded-words to nil.Katsumi Yamaoka2012-03-131-3/+4
* sendmail mode quoting bug fix.Richard M. Stallman2012-03-101-1/+3
* Prompt in a more logical fashion when sending bug reportsLars Ingebrigtsen2012-02-101-30/+33
* Comments.Glenn Morris2012-01-111-0/+1
* Tweak comment from previous change.Glenn Morris2012-01-111-2/+2
* mail-mode paragraph-separate fix for bug#10276Glenn Morris2012-01-111-6/+14
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * lisp/mail/sendmail.el (sendmail-query-once): Tweak prompt messageChong Yidong2011-10-151-19/+25
* Improve wording in sendmail-query-once description of options.Eli Zaretskii2011-10-141-10/+23
* Make sendmail-query-once offer 3-way choice; avoid repeated queries.Stefan Monnier2011-10-111-40/+31
* Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong2011-09-221-2/+2
* Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong2011-09-111-3/+3
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-17/+3
* Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong2011-09-101-3/+0
* Add to sendmail.el a new command mail-add-attachment.Eli Zaretskii2011-09-101-4/+22
|\
| * Doc fixes in sendmail.el.Eli Zaretskii2011-09-031-9/+1
| * Add mail-add-attachment command to sendmail.el.Eli Zaretskii2011-09-031-0/+29
* | Fix bug #9392 with rmail-forward.Eli Zaretskii2011-09-091-0/+9
|\ \ | |/
| * Fix rmail-forward.Eli Zaretskii2011-09-031-0/+9