aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (mh-compose-letter-function): Fix :type.Dave Love2001-02-081-2/+2
|
* (rmail-ignored-headers): Add X-Trace,Gerd Moellmann2001-02-051-1/+2
| | | | X-Complaints-To, NNTP-Posting-Date, and User-Agent.
* (rmail-ignored-headers): Add X-Sign, X-BeenThere,Gerd Moellmann2001-01-291-2/+15
| | | | | | X-Mailman-Version, Precedence, List-Help, List-Post, List-Subscribe, List-Id, List-Unsubscribe, List-Archive, Content-Type, Content-Length.
* (feedmail): Add :link.Dave Love2001-01-261-6/+4
| | | | (feedmail-send-it): Doc fix.
* Doc fixes.Dave Love2001-01-261-6/+13
| | | | | (sendmail-send-it): Fix the non-ASCII regexp and use rfc2047-encode-string.
* (rmail-redecode-body): Doc fix.Eli Zaretskii2001-01-251-2/+1
|
* (report-emacs-bug): Mention the fact that theEli Zaretskii2001-01-241-5/+13
| | | | bug report is mailed to an email list and posted to a news group.
* (rmail-redecode-body): New function.Eli Zaretskii2001-01-221-0/+60
|
* (report-emacs-bug): Report the value of LC_CTYPE, not LC_TYPE.Eli Zaretskii2001-01-191-1/+1
|
* (report-emacs-bug): Report values ofEli Zaretskii2001-01-191-0/+7
| | | | | locale-coding-system, default-enable-multibyte-characters, and the environment variables LC_ALL, LC_TYPE, and LANG.
* (mail-setup): Call set-buffer-multibyte becauseKenichi Handa2001-01-181-1/+3
| | | | kill-local-variable doesn't work for enable-multibyte-characters.
* (mail-mode): Doc fix.Eli Zaretskii2001-01-071-1/+3
|
* Obsolete.Dave Love2001-01-042-1426/+0
|
* mail/mail-hist.el (mail-hist-text-too-long-p): doc fix.Karl Fogel2001-01-031-2/+1
|
* (mail-abbrevs-enable, mail-abbrevs-disable):Gerd Moellmann2000-12-291-4/+4
| | | | | | Use mail-mode-hook instead of mail-setup-hook. Otherwise continuing an interrupted message with C-u C-x m for instence, winds up in Mail mode without abbrevs.
* (mail-mode): Set `comment-start' to the yank prefix.Miles Bader2000-12-211-0/+3
|
* Fix last check-in.Dave Love2000-12-181-3/+3
|
* (send-mail-function): Customize.Dave Love2000-12-181-2/+7
|
* (mh-find-path): Set read-mail-command.Gerd Moellmann2000-12-151-1/+3
|
* (rmail-summary-expunge)Gerd Moellmann2000-12-121-2/+2
| | | | | (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed instead of rmail-confirm-expunge.
* (rmail-expunge-confirmed): New function.Gerd Moellmann2000-12-041-7/+11
| | | | (rmail-expunge): Use it.
* (rmail-summary-expunge)Gerd Moellmann2000-12-041-2/+4
| | | | | (rmail-summary-expunge-and-save): Ask for confirmation with rmail-expunge-confirmed.
* (rmail-set-message-counters): Don't use "D"Gerd Moellmann2000-11-301-1/+1
| | | | as dummy 0-th char of rmail-deleted-vector.
* Require smtpmail when compiling.Dave Love2000-11-291-4/+5
| | | | | | | (mail-do-fcc): Autoload. (feedmail) <defgroup>: Fix :link. (feedmail-nuke-body-in-fcc): Fix :type. (feedmail-send-it): Add autoload cookie.
* (rmail-automatic-folder-directives): Add a customGerd Moellmann2000-11-271-1/+4
| | | | type, group and version.
* (rmail-confirm-expunge): Default toGerd Moellmann2000-11-221-1/+1
| | | | y-or-n-p.
* Fix header,Dave Love2000-11-121-4/+6
| | | | (feedmail) <defgroup>: Add :link.
* (mail-font-lock-keywords): Use [:alpha:], notDave Love2000-11-121-4/+4
| | | | | a-z. (mail-mode): Use [:alnum:] in some regexps.
* comment fixesDave Love2000-11-121-18/+4
|
* comment fixDave Love2000-11-121-1/+1
|
* (report-emacs-bug): Fix whitespace andEli Zaretskii2000-11-021-1/+1
| | | | punctuation in the warning inserted into the *mail* buffer.
* Change maintainer.Gerd Moellmann2000-11-022-4/+4
|
* Byte-compile-dynamic since it gets loaded byDave Love2000-10-081-2/+2
| | | | | Gnus with little use. (mail-setup-hook): Add mail-abbrevs-setup to options.
* (rmail-dont-reply-to): Fix last change.Gerd Moellmann2000-09-251-1/+1
|
* (rmail-dont-reply-to): Avoid infinite loop ifGerd Moellmann2000-09-251-1/+2
| | | | rmail-dont-reply-to-names matches the empty string.
* (mail-mode-fill-paragraph): Do not get theGerd Moellmann2000-09-121-3/+3
| | | | filed name if it's not there.
* (uce-reply-to-uce): Remove hard-coded "*Article*" fromGerd Moellmann2000-08-281-7/+10
| | | | | | | Gnus support code, and use special article copy buffer `(gnus-original-article-buffer)' instead. This allows to get rid of article-hide-headers usage (which breaks in the latest Gnus version). Thanks to Detlev Zundel.
* Don't quote lambda.Stefan Monnier2000-08-161-4/+4
|
* *** empty log message ***Stefan Monnier2000-08-161-6/+9
|
* (mh-make-local-vars):Stefan Monnier2000-08-161-3/+2
| | | | Replace make-variable-buffer-local with make-local-variable.
* Fix typo in comment.Eli Zaretskii2000-08-131-1/+1
|
* (rmail-start-mail): Use display-multi-frame-pEli Zaretskii2000-07-311-1/+1
| | | | instead of looking at window-system.
* (mail-hist-previous-input, mail-hist-next-input): do the obvious codeKarl Fogel2000-07-281-32/+31
| | | | | | | factorization. (mail-hist-retrieve-and-insert): new func, contains common code of above two. If inserting a message body, leave point at top.
* (sendmail-send-it): Improve the way to avoid callingKenichi Handa2000-07-271-11/+7
| | | | select-message-coding-system twice.
* (mail-strip-quoted-names): Handle case where <...> appears inside "...".Richard M. Stallman2000-07-191-19/+22
| | | | | | Use replace-match to edit the string more simply. (rmail-dont-reply-to): Cope with an unmatched ".
* Correct author's mail address.Gerd Moellmann2000-07-191-1/+1
|
* Change maintainer to FSF.Gerd Moellmann2000-07-181-0/+1
|
* (rmail-clear-headers): Don't throw an errorGerd Moellmann2000-07-071-4/+7
| | | | | | if rmail-ignored-headers is nil. (rmail-retry-failure): Bind rmail-ignored-headers and rmail-displayed-headers to nil.
* (mail-unsent-separator): Changed "the" to "\\w+", asGerd Moellmann2000-07-061-1/+1
| | | | exim can use "your message" instead of "the message".
* (post-mail-send-it): Make sure file hasGerd Moellmann2000-06-231-3/+7
| | | | proper permissions from birth.