summaryrefslogtreecommitdiff
path: root/lisp/mail
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix display-buffer related bugs reported by Thierry Volpiatto.Martin Rudalics2011-06-231-1/+1
* Make mail exit more nicely when Rmail is in use.Richard M. Stallman2011-06-221-3/+11
* Fix bug: Rmail f copied the entire Rmail file into *mail*.Richard M. Stallman2011-06-221-4/+8
* (smtpmail-try-auth-methods): If the user has stored a user name, thenLars Magne Ingebrigtsen2011-06-221-3/+19
* When the .authinfo file has a user name but not a password, promptLars Magne Ingebrigtsen2011-06-221-6/+9
* (smtpmail-via-smtp): Make sure we don't send QUIT twice.Lars Magne Ingebrigtsen2011-06-221-0/+2
* Set :use-starttls-if-possible so that we always use STARTTLS if the server su...Lars Magne Ingebrigtsen2011-06-221-1/+2
* (smtpmail-via-smtp): Check for servers saying they want AUTH after MAIL FROM,...Lars Magne Ingebrigtsen2011-06-221-4/+26
* Rewritten smtpmail.el to use `open-network-stream' to do STARTTLSLars Magne Ingebrigtsen2011-06-211-345/+257
* Use completion-at-point rather than completion-in-region.Stefan Monnier2011-06-201-1/+0
* Small fixes for dired-listing-switches usage.Alexander Klimov2011-06-081-2/+2
* Silence various byte-compiler warnings.Stefan Monnier2011-06-011-1/+2
* Use derived-mode-p in previous change.Glenn Morris2011-05-311-1/+1
* * lisp/mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.Glenn Morris2011-05-311-0/+5
* * lisp/mail/smtpmail.el (smtpmail-send-data): Add progress reporter.Stefan Monnier2011-05-301-2/+7
* Merge from emacs-23; up to 2010-06-12T10:58:54Z!romain@orebokech.com.Glenn Morris2011-05-271-1/+2
|\
| * mail/sendmail.el (mail-encode-header): Avoid double encoding by let-binding r...Kenichi Handa2011-05-271-1/+2
* | * lisp/mail/emacsbug.el: Don't require url-util.Glenn Morris2011-05-261-2/+0
* | Restrict regexp match in previous emacsbug.el change.Glenn Morris2011-05-261-2/+3
* | Adjust prompt in previous emacsbug.el change.Glenn Morris2011-05-251-3/+2
* | Try to check From address in bug reports (bug#8038)Glenn Morris2011-05-251-4/+22
* | Merge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu@gmail.com.Glenn Morris2011-05-233-4/+27
|\ \ | |/
| * RFC2047-encode header of outgoing mails.Kenichi Handa2011-05-232-3/+24
| * Fix for sc-nested-citation-p in supercite.el.Sean Neakums2011-05-221-1/+3
* | Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-234-19/+19
* | Remove lib-src/fakemail.c.Glenn Morris2011-05-172-11/+9
* | * lisp/mail/mail-utils.el (mail-dont-reply-to): Silence compiler.Glenn Morris2011-05-161-1/+1
* | * lisp/mail/feedmail.el (bbdb-dwim-net-address, vm-mail): Declare.Glenn Morris2011-05-141-1/+3
* | Clean-up previous feedmail.el merge.Glenn Morris2011-05-141-10/+27
* | Update from version on author's website.Bill Carpenter2011-05-141-218/+722
* | * lisp/mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.Glenn Morris2011-05-121-10/+4
* | sendmail.el trivia.Glenn Morris2011-05-121-9/+8
* | Add a new footnote style unicodeLeo Liu2011-05-101-1/+25
* | Convert mail/footnote.el to utf-8 encodingLeo Liu2011-05-101-3/+3
* | Fix bug #8595 with setting mailclient-send-it on MS-Windows.Eli Zaretskii2011-05-071-2/+6
* | Use completion-at-point for mailalias.elStefan Monnier2011-04-152-73/+94