aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
Commit message (Collapse)AuthorAgeFilesLines
...
* (mail-mode): ">" is not a supercite-style prefixStefan Monnier2002-01-231-2/+2
| | | | and is already matched by adaptive-fill-regexp.
* (feedmail): Fix :link spec.Andreas Schwab2002-01-161-1/+1
|
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* (rmail-decode-babyl-format): Disable undo around the decode-coding-region call.Richard M. Stallman2002-01-111-1/+2
|
* (mail-recover-1, mail-recover): Doc fix.Eli Zaretskii2002-01-041-2/+7
|
* (mail-recover-1): New function.Eli Zaretskii2002-01-031-14/+111
| | | | | | | | | | (mail-recover): Switch to the *mail* buffer right away. Use buffer-auto-save-file-name instead of calling make-auto-save-file-name. Call dired-noselect instead of invoking `ls' directly. Bind coding-system-for-read to emacs-mule-unix before reading the auto-save file. If the buffer's auto-save file does not exist, call mail-recover-1 to allow recovery from past auto-saved drafts.
* (mail-envelope-from): Fix custom type.Richard M. Stallman2001-12-281-6/+9
| | | | | (sendmail-send-it): Check mail-specify-envelope-from and mail-envelope-from in the mail buffer at start.
* (mail-envelope-from): Fix :type. Suggested by "Golubev I. N." <[email protected]>.Eli Zaretskii2001-12-281-2/+4
| | | | | (sendmail-send-it): Copy `mail-envelope-from' from calling buffer. From "Golubev I. N." <[email protected]>.
* (mh-show-msg): Likewise.Pavel Janík2001-12-251-2/+2
| | | | | (mh-handle-process-error): Use frame-width instead of obsolete screen-width.
* (smtpmail-send-queued-mail): UseEli Zaretskii2001-12-211-17/+15
| | | | | | with-temp-buffer instead of find-file-noselect, and bind coding-system-for-read to no-conversion when reading the queued messages. From Simon Josefsson <[email protected]>.
* Doc fix.Pavel Janík2001-12-203-5/+5
|
* Doc fixes.Pavel Janík2001-12-204-18/+18
|
* (rmail-summary-mode): Do not use make-local-hook.Pavel Janík2001-12-131-1/+0
|
* (rmail-fontify-buffer-function): Do not use make-local-hook.Pavel Janík2001-12-131-1/+0
|
* (mail-abbrevs-setup): Do not use make-local-hook.Pavel Janík2001-12-131-1/+0
|
* (smtpmail-send-queued-mail): Insert the enqueued messages literally.Eli Zaretskii2001-12-101-1/+4
|
* Use with-current-buffer.Stefan Monnier2001-12-011-28/+28
| | | | | | (message-make-date, message-make-message-id): Autoload when needed. (smtpmail-send-it): Use them to add `Date:' and `Message-Id:' headers when missing.
* Converted backquote to the new style.Sam Steingold2001-11-271-10/+10
|
* 2001-11-25 ShengHuo ZHU <[email protected]>ShengHuo ZHU2001-11-251-2/+6
| | | | | | | | | | | | | | | | | | | * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight version of rmail-enable-mime. (rmail-forward): Use it. * message.el (message-forward-rmail-make-body): save-window-excursion. (message-encode-message-body): no error. (message-setup-1): compose-mail send-actions are different from message-send-actions. * message.el (message-forward-subject-author-subject): Don't use message-news-p, which widens the buffer. (message-forward-make-body): New function. (message-forward): Use it. (message-insinuate-rmail): New. (message-forward-rmail-make-body): New.
* Simplify previous change.Richard M. Stallman2001-11-251-3/+1
|
* (smtpmail-deduce-address-list): Don't use insert-string.Pavel Janík2001-11-251-3/+3
|
* (sc-toggle-var): Don't use set-variable or eval-expression.Richard M. Stallman2001-11-251-1/+1
| | | | Eval and set the variable simply.
* (reporter-submit-bug-report): Doc fixes.Colin Walters2001-11-221-1/+1
|
* Use backquote/dolist/mapc/when. Docstring fixes.Stefan Monnier2001-11-191-341/+322
| | | | | (mail-extract-address-components): Downcase domain names. (mail-extr-delete-char): Remove. Use delete-char instead.
* (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)Richard M. Stallman2001-11-171-20/+211
| | | | | | | | | | | | | | | | | | | | | | | (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd): Defsubst instead of defmacro. (smtpmail-intersection): Return value in reverse order. (smtpmail-open-stream): Use stringp instead of string-to-list. (smtpmail-open-stream, smtpmail-try-auth-methods): New functions, separated from smtpmail-via-smtp. (top level): Autoload starttls, mail-utils and rfc2104. (smtpmail-smtp-service): Doc fix. :type fix. (smtpmail-debug-info): Doc fix. (smtpmail-debug-verb, smtpmail-auth-credentials) (smtpmail-starttls-credentials, smtpmail-auth-supported): New variables. (smtpmail-deduce-address-list, smtpmail-send-it): Don't require mail-utils (it is autoloaded). (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key) (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd) (smtpmail-find-credentials, smtpmail-intersection): New utility funs. (smtpmail-via-smtp): Support STARTTLS, if binary is installed. (smtpmail-via-smtp): Support AUTH. (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
* Change maintainer email address.Richard M. Stallman2001-11-161-2/+2
|
* (mail-extr-voodoo): Treat a number as a wordRichard M. Stallman2001-11-161-3/+10
| | | | | if it doesn't make sense as anything else. (mail-extr-leading-garbage): Match non-word characters only.
* (sc-emacs-features): Test for "Emacs 19"Richard M. Stallman2001-10-281-6/+5
| | | | by really checking that it is not version 18.
* (mail-mode-syntax-table): Let it inherit from text-mode-syntax-table.Stefan Monnier2001-10-271-22/+13
| | | | | | (mail-mode): Use define-derived-mode. Fix ordering of alternatives in adaptive-fill-regexp. (mail-mode-map): Don't rely on keymap's internal representation.
* (mh-recenter): Call recenter with arg `(4)'.Gerd Moellmann2001-10-251-1/+1
|
* (mh-recenter): Call `recenter' with arg tGerd Moellmann2001-10-231-1/+1
| | | | if ARG is nil.
* (rmail-summary-font-lock-keywords): Fix theEli Zaretskii2001-10-211-3/+3
| | | | regexps due to 5-digit message IDs.
* (smtpmail-via-smtp): Use mail-envelope-from if set.Stefan Monnier2001-10-181-1/+2
|
* Do not double variables in the lambda-list.Pavel Janík2001-10-131-1/+1
|
* (rmail-make-summary-line)Gerd Moellmann2001-10-051-5/+5
| | | | | | (rmail-make-summary-line-1, rmail-summary-next-same-subject) (rmail-summary-goto-msg, rmail-summary-goto-msg): Allow 5 digit mesage ids instead of 4.
* (mail-abbrev-in-expansion-header-p): Simplify.Gerd Moellmann2001-10-051-5/+2
|
* (send-mail-function): Doc fix.Gerd Moellmann2001-09-271-18/+25
| | | | | | | | (mail-do-fcc): Error if header-end is not a marker. (mail-do-fcc): Add a comment. (mail-reply-to): Doc fix. (mail-signature): Make ATPOINT optional. (mail-yank-original): Use cond instead of nestled if.
* (feedmail-queue-send-edit-prompt-help):Gerd Moellmann2001-09-271-1/+1
| | | | Call get-buffer-window first second arg `visible'.
* Fix last change.Eli Zaretskii2001-09-231-1/+1
|
* Update Stephen Gildea's mail address.Eli Zaretskii2001-09-231-2/+2
|
* (mail-mode): Doc fix. From Simon Josefsson <[email protected]>.Eli Zaretskii2001-09-231-1/+1
|
* (top-level): Require mule-utils when compiling.Eli Zaretskii2001-09-161-2/+12
| | | | | | | (rmail-decode-babyl-format): Use detect-coding-with-priority instead of detect-coding-region, to favor detection of emacs-mule encoded Babyl files written by rmailout.el etc. Suggested by Kenichi Handa <[email protected]>.
* (mail-send): Obey mail-send-nonascii whenGerd Moellmann2001-09-101-2/+1
| | | | | enable-multibyte-characters = nil. From Hallvard B Furuseth <[email protected]>.
* (report-emacs-bug): Make sure *Messages*Eli Zaretskii2001-08-311-1/+1
| | | | exists. From Andy Petrusenco <[email protected]>.
* (mail-send-hook): Remove a duplicate defcustom.Gerd Moellmann2001-08-271-4/+0
| | | | From Simon Josefsson <[email protected]>.
* (mail-mode): Use adaptive-fill-regexp.Stefan Monnier2001-08-221-3/+2
|
* Moved to obsolete/.Gerd Moellmann2001-08-151-14/+0
|
* Comment fix.Gerd Moellmann2001-08-071-1/+1
|
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-061-0/+2
|
* Specify FSF as Maintainer.Pavel Janík2001-08-061-0/+1
|