summaryrefslogtreecommitdiff
path: root/lisp/mail
Commit message (Expand)AuthorAge
* Use `customize-save-variable' unconditionally, now that it works under emacs -QLars Magne Ingebrigtsen2011-07-11
* * lisp/mail/sendmail.el (send-mail-function): No longer delay customAndreas Schwab2011-07-08
* Allow sending mail in "emacs -Q" by not calling customize-save-variableLars Magne Ingebrigtsen2011-07-08
* Update doc string of `smtpmail-stream-type'.Lars Magne Ingebrigtsen2011-07-07
* Fix bugs finding grep hits in Rmail buffers.Richard M. Stallman2011-07-07
* chartab.c (sub_char_table_set_range): Fix previous change.Kenichi Handa2011-07-07
* Rmail mime: Use markers for positions in entities.Richard M. Stallman2011-07-06
* * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a defcustom agai...Lars Magne Ingebrigtsen2011-07-06
* Fix rmail mime search bug when entity is a string.Richard M. Stallman2011-07-06
* rmailmm.el: record truncated mime entities.Richard M. Stallman2011-07-06
* (sendmail-query-once): Add an autoload cookie.Lars Magne Ingebrigtsen2011-07-06
* * mail/sendmail.el (send-mail-function): Change the default to `sendmail-quer...Lars Magne Ingebrigtsen2011-07-06
* Fix typos.Juanma Barranquero2011-07-05
* * mail/feedmail.el (feedmail-buffer-to-smtpmail):Lars Magne Ingebrigtsen2011-07-03
* Add the new `sendmail-query-once' function to sendmail.el.Lars Magne Ingebrigtsen2011-06-29
* Tweaks to the report-emacs-bug preamble.Chong Yidong2011-06-28
* (smtpmail-send-it): Leave off changing the buffer multibyteness, since it sho...Lars Magne Ingebrigtsen2011-06-28
* Auto-commit of loaddefs files.Glenn Morris2011-06-27
* rmailmm: Handle truncated messages.Richard M. Stallman2011-06-27
* Bind coding-system-for-* to binary to possibly avoid line encodingLars Magne Ingebrigtsen2011-06-27
* If the SMTP server supports STARTTLS, but Emacs has no built-in orLars Magne Ingebrigtsen2011-06-26
* * lisp/mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.Stefan Monnier2011-06-25
* Going to grep hit in Rmail buffer finds the message.Richard M. Stallman2011-06-23
* Work with changes in mail-bury.Richard M. Stallman2011-06-23
* Marking message as "seen" should not mark buffer as changed.Richard M. Stallman2011-06-23
* Don't reuse previous Message-id when resending.Richard M. Stallman2011-06-23
* Fix display-buffer related bugs reported by Thierry Volpiatto.Martin Rudalics2011-06-23
* Make mail exit more nicely when Rmail is in use.Richard M. Stallman2011-06-22
* Fix bug: Rmail f copied the entire Rmail file into *mail*.Richard M. Stallman2011-06-22
* (smtpmail-try-auth-methods): If the user has stored a user name, thenLars Magne Ingebrigtsen2011-06-22
* When the .authinfo file has a user name but not a password, promptLars Magne Ingebrigtsen2011-06-22
* (smtpmail-via-smtp): Make sure we don't send QUIT twice.Lars Magne Ingebrigtsen2011-06-22
* Set :use-starttls-if-possible so that we always use STARTTLS if the server su...Lars Magne Ingebrigtsen2011-06-22
* (smtpmail-via-smtp): Check for servers saying they want AUTH after MAIL FROM,...Lars Magne Ingebrigtsen2011-06-22
* Rewritten smtpmail.el to use `open-network-stream' to do STARTTLSLars Magne Ingebrigtsen2011-06-21
* Use completion-at-point rather than completion-in-region.Stefan Monnier2011-06-20
* Small fixes for dired-listing-switches usage.Alexander Klimov2011-06-08
* Silence various byte-compiler warnings.Stefan Monnier2011-06-01
* Use derived-mode-p in previous change.Glenn Morris2011-05-31
* * lisp/mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.Glenn Morris2011-05-31
* * lisp/mail/smtpmail.el (smtpmail-send-data): Add progress reporter.Stefan Monnier2011-05-30
* Merge from emacs-23; up to 2010-06-12T10:58:54Z!romain@orebokech.com.Glenn Morris2011-05-27
|\
| * mail/sendmail.el (mail-encode-header): Avoid double encoding by let-binding r...Kenichi Handa2011-05-27
* | * lisp/mail/emacsbug.el: Don't require url-util.Glenn Morris2011-05-26
* | Restrict regexp match in previous emacsbug.el change.Glenn Morris2011-05-26
* | Adjust prompt in previous emacsbug.el change.Glenn Morris2011-05-25
* | Try to check From address in bug reports (bug#8038)Glenn Morris2011-05-25
* | Merge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu@gmail.com.Glenn Morris2011-05-23
|\|
| * RFC2047-encode header of outgoing mails.Kenichi Handa2011-05-23
| * Fix for sc-nested-citation-p in supercite.el.Sean Neakums2011-05-22