aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce pop-to-buffer-same-window; use it for previous users of same-wind...Chong Yidong2011-09-221-2/+2
* (smtpmail-via-smtp): Ignore errors that arise when sending QUIT.Lars Magne Ingebrigtsen2011-09-181-2/+6
* Update the process marker so that the "broken by peer" status message is inse...Lars Magne Ingebrigtsen2011-09-151-1/+2
* (smtpmail-send-command): Don't include AUTH passwords in the log bufferLars Magne Ingebrigtsen2011-09-141-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-102-22/+7
* 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-092-4/+22
|\|
| * Fix rmail-forward.Eli Zaretskii2011-09-033-7/+25
* | Make sendmail-query-once update send-mail-function directly.Chong Yidong2011-09-032-46/+46
* | Fix display by Rmail of bidirectional text in MIME email messages.Eli Zaretskii2011-09-032-3/+3
* | Properly handle splitting of Rmail buffer and message view buffer.Richard M. Stallman2011-08-311-55/+30
* | Minor smtpmail.el fixes.Glenn Morris2011-08-241-3/+5
* | (smtpmail-query-smtp-server): Allow `quit'-ing out in case the probe hangs.Lars Magne Ingebrigtsen2011-08-211-2/+4
* | (smtpmail-try-auth-methods): Expand the secret password.Lars Magne Ingebrigtsen2011-08-211-0/+2
* | Only bind `coding-system-for-*' around the process open call to avoid auth-so...Lars Magne Ingebrigtsen2011-08-211-17/+17
* | Introduce a new variable to allow controlling the SMTP user nameLars Magne Ingebrigtsen2011-08-211-0/+7
|/
* (auth-source): Require to avoid problems with binding variables.Lars Magne Ingebrigtsen2011-08-181-4/+1
* Add rmail-epa-decrypt command.Richard M. Stallman2011-08-151-1/+105
* Merge from trunk.Paul Eggert2011-08-022-3/+5
* (smtpmail-via-smtp): Query the user for password if we get errors 550 to 554.Lars Magne Ingebrigtsen2011-07-171-4/+5
* Use `customize-save-variable' unconditionally, now that it works under emacs -QLars Magne Ingebrigtsen2011-07-112-13/+3
* * lisp/mail/sendmail.el (send-mail-function): No longer delay customAndreas Schwab2011-07-081-11/+0
* Allow sending mail in "emacs -Q" by not calling customize-save-variableLars Magne Ingebrigtsen2011-07-082-34/+44
* Update doc string of `smtpmail-stream-type'.Lars Magne Ingebrigtsen2011-07-071-5/+6
* Fix bugs finding grep hits in Rmail buffers.Richard M. Stallman2011-07-071-9/+33
* chartab.c (sub_char_table_set_range): Fix previous change.Kenichi Handa2011-07-071-1/+1
* Rmail mime: Use markers for positions in entities.Richard M. Stallman2011-07-061-11/+12
* * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a defcustom agai...Lars Magne Ingebrigtsen2011-07-061-2/+4
* Fix rmail mime search bug when entity is a string.Richard M. Stallman2011-07-061-0/+2
* rmailmm.el: record truncated mime entities.Richard M. Stallman2011-07-061-11/+28
* (sendmail-query-once): Add an autoload cookie.Lars Magne Ingebrigtsen2011-07-061-0/+1
* * mail/sendmail.el (send-mail-function): Change the default to `sendmail-quer...Lars Magne Ingebrigtsen2011-07-061-10/+3
* Fix typos.Juanma Barranquero2011-07-051-1/+1
* * mail/feedmail.el (feedmail-buffer-to-smtpmail):Lars Magne Ingebrigtsen2011-07-031-16/+15
* Add the new `sendmail-query-once' function to sendmail.el.Lars Magne Ingebrigtsen2011-06-291-0/+43
* Tweaks to the report-emacs-bug preamble.Chong Yidong2011-06-281-21/+32
* (smtpmail-send-it): Leave off changing the buffer multibyteness, since it sho...Lars Magne Ingebrigtsen2011-06-281-1/+0
* Auto-commit of loaddefs files.Glenn Morris2011-06-271-1/+1
* rmailmm: Handle truncated messages.Richard M. Stallman2011-06-271-2/+15
* Bind coding-system-for-* to binary to possibly avoid line encodingLars Magne Ingebrigtsen2011-06-271-1/+4
* If the SMTP server supports STARTTLS, but Emacs has no built-in orLars Magne Ingebrigtsen2011-06-261-1/+3
* * lisp/mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.Stefan Monnier2011-06-251-1/+1
* Going to grep hit in Rmail buffer finds the message.Richard M. Stallman2011-06-231-7/+66
* Work with changes in mail-bury.Richard M. Stallman2011-06-231-4/+5
* Marking message as "seen" should not mark buffer as changed.Richard M. Stallman2011-06-231-2/+5
* Don't reuse previous Message-id when resending.Richard M. Stallman2011-06-231-1/+1