summaryrefslogtreecommitdiff
path: root/lisp/mail/sendmail.el
AgeCommit message (Expand)Author
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-28Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel
2017-03-06Set default when asking for send-mail-function (Bug#25874).Noam Postavsky
2017-01-14Include "Date:" in mail messages filed by 'sendmail-send-it'Eli Zaretskii
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-01Fix mail-combine-fieldsRichard Stallman
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-29; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov
2015-09-03Fix some more docstring etc. quoting problemsPaul Eggert
2015-08-12Offer to combine multiple To or CC fields.Richard Stallman
2015-05-26* lisp/mail/sendmail.el (mail-position-on-field): Doc fix.Glenn Morris
2015-05-21Don't quote nil and t in doc stringsPaul Eggert
2015-03-30In sendmail-send-it don't switch to non-existent buffer. (Bug#20211)Richard Ryniker
2015-01-01Update copyright year to 2015Paul Eggert
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-01-05Spelling fixes.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-12* mail/sendmail.el (sendmail-send-it): Don't kill the error buffer on errorGrégoire Jadi
2013-01-13Doc fix.Richard M. Stallman
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-23Cleanup uses of "-hooks".Stefan Monnier
2012-09-25Use declare forms, where possible, to mark obsolete functions.Chong Yidong
2012-07-29deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)Paul Eggert
2012-05-26Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.comGlenn Morris
2012-05-18Fix "C-c C-r" in mail-mode invoked from Rmail.Eli Zaretskii
2012-04-20Fix logic for returning to and yanking from Rmail buffer.Paul Eggert
2012-04-19lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero
2012-04-17Fix logic for returning to and yanking from Rmail buffer.Richard M. Stallman
2012-04-16* mail/sendmail.el (mail-bury): Call return action with the right Rmail buffer.Chong Yidong
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-04-03Two minor doc/consistency fixes.Chong Yidong
2012-03-13mail/sendmail.el (mail-encode-header): Bind rfc2047-encode-encoded-words to nil.Katsumi Yamaoka
2012-03-10sendmail mode quoting bug fix.Richard M. Stallman
2012-02-10Prompt in a more logical fashion when sending bug reportsLars Ingebrigtsen
2012-01-11Comments.Glenn Morris
2012-01-11Tweak comment from previous change.Glenn Morris
2012-01-11mail-mode paragraph-separate fix for bug#10276Glenn Morris
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-10-15* lisp/mail/sendmail.el (sendmail-query-once): Tweak prompt messageChong Yidong
2011-10-14Improve wording in sendmail-query-once description of options.Eli Zaretskii
2011-10-11Make sendmail-query-once offer 3-way choice; avoid repeated queries.Stefan Monnier
2011-09-22Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong
2011-09-11Change modes that used same-window-* vars to use switch-to-buffer.Chong Yidong
2011-09-10Fix various uses of display-buffer and pop-to-bufferChong Yidong
2011-09-10Tweaks to display-buffer default actions; remove same-window-* autoload forms.Chong Yidong
2011-09-10Add to sendmail.el a new command mail-add-attachment.Eli Zaretskii
2011-09-09Fix bug #9392 with rmail-forward.Eli Zaretskii
2011-09-03Make sendmail-query-once update send-mail-function directly.Chong Yidong