aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (mail-recover-1): Remove (debug).Markus Rost2002-05-201-8/+18
| | | | | | (mail-signature): Fix :type. (mail-default-directory): New user option. (mail, mail-recover): Use that option.
* (report-emacs-bug-hook): Do another save-excursion.Markus Rost2002-05-201-7/+8
|
* (rmail-show-message-hook): Offer `goto-address' as an option.Richard M. Stallman2002-05-191-1/+1
|
* (report-emacs-bug-text-prompt): New variable.Markus Rost2002-05-181-13/+18
| | | | | | | | (report-emacs-bug): Store the prompt in `report-emacs-bug-text-prompt'. Move Configuration/Important settings information after the user's report. (report-emacs-bug-hook): Unclutter by deleting the content of `report-emacs-bug-text-prompt'.
* (report-emacs-bug): Change the "English please" msg.Richard M. Stallman2002-05-131-2/+2
|
* Change all post-21.1 :version attributes to 21.4.Eli Zaretskii2002-05-121-1/+1
|
* (smtpmail-mail-address): New variable.Richard M. Stallman2002-05-121-3/+6
| | | | | (smtpmail-send-it): Bind and use that instead of `mail-address'. (smtpmail-via-smtp): Likewise.
* (rmail-show-message): Catch error in check-coding-system.Richard M. Stallman2002-05-101-2/+6
|
* (smtpmail-send-it): Use user-mail-address fromSimon Josefsson2002-05-091-3/+4
| | | | | | calling buffer. (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not have the patch).
* (netrc-machine, netrc-get): Add autoloads.Richard M. Stallman2002-05-081-0/+2
|
* (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.Francesco Potortì2002-05-061-28/+28
|
* (report-emacs-bug-hook): Use replace-match only if search was successful.Richard M. Stallman2002-04-301-3/+3
|
* (report-emacs-bug-hook): Don't fail completelyRichard M. Stallman2002-04-301-2/+2
| | | | if the user edits the Emacs version number in the text.
* (mail-recover-1): Decrease non-random-len by 1 for the newly-readded #.Richard M. Stallman2002-04-281-1/+2
|
* (smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil.Sam Steingold2002-04-261-26/+27
|
* (smtpmail-auth-credentials): Support netrc files as well.Richard M. Stallman2002-04-251-12/+25
| | | | | (smtpmail-try-auth-methods): Support netrc data. (netrc-parse): Autoload netrc.
* (smtpmail-queue-counter): New variable.Richard M. Stallman2002-04-251-3/+7
| | | | | | (smtpmail-send-it): Use it to construct new queue filenames (needed if you send more than one message per second, which is possible if you use Gnus Agent).
* (mail-use-dsn): New variable to request delivery status notification from MTA.Richard M. Stallman2002-04-251-1/+14
| | | | (sendmail-send-it): Use it.
* (mail-mode-abbrev-table): Delete defvar.Richard M. Stallman2002-04-191-3/+1
|
* (mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.Richard M. Stallman2002-04-041-1/+1
|
* (mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.Richard M. Stallman2002-04-031-0/+1
|
* (rmail-resend): Call mail-abbrev-make-syntax-table.Richard M. Stallman2002-03-251-0/+2
|
* (mail-abbrev-make-syntax-table): New subroutineRichard M. Stallman2002-03-231-12/+14
| | | | | broken out of sendmail-pre-abbrev-expand-hook. (sendmail-pre-abbrev-expand-hook): Use it.
* (report-emacs-bug-hook): Remove submitterThien-Thi Nguyen2002-03-211-2/+10
| | | | directions as the last action.
* Eliminate compilation warnings due to `rfc822-addresses'.Paul Reilly2002-03-201-2/+5
| | | | | (rmail-dont-reply-to): Eliminate `pos' as a free variable for a warning free compile.
* (rmail-dont-reply-to): Overhaul to correctly apply the regularPaul Reilly2002-03-191-49/+45
| | | | | expressions in the variable `rmail-dont-reply-to-names' to the list of destination addresses. Contributed by lorentey@elte.hu.
* (rmail-dont-reply-to-names): Modify the documentation to make it emailPaul Reilly2002-03-191-3/+3
| | | | | address centric rather than login name centric. Contributed by lorentey@elte.hu.
* (sc-select-attribution): Accept whatever value we get in CHOICE; thereRichard M. Stallman2002-03-081-12/+14
| | | | is no value meaning "try again".
* (mail-recover-1): Increase non-random-lenRichard M. Stallman2002-03-031-10/+8
| | | | | | | by 1 since we changed make-auto-save-file-name to add one fewer character to the buffer name. (mail-recover): Really show point at the right place in the *Directory* buffer.
* (rmail-summary-output): Properly advanceRichard M. Stallman2002-02-231-2/+8
| | | | to next message, by calling rmail-summary-goto-msg.
* (uce-reply-to-uce): Fix incorrect behavior whenRichard M. Stallman2002-02-171-0/+1
| | | | invoked from Rmail with full headers displayed.
* (define-mail-abbrev): Define as system abbrev.Richard M. Stallman2002-02-131-2/+8
| | | | | (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end to avoid needing sendmail.el at run time.
* (mail-mode-map): Use eval-after-load to change it.Richard M. Stallman2002-02-091-3/+5
|
* Require sendmail only at compile time.Richard M. Stallman2002-02-061-56/+32
| | | | | | | | (mail-mode-header-syntax-table): Var deleted. (mail-abbrev-syntax-table): Init to nil, will compute when needed. (sendmail-pre-abbrev-expand-hook): Only temporarily change local-abbrev-table and the syntax table. Compute mail-abbrev-syntax-table if that has not been done.
* (rmail-toggle-header): Avoid possibly slow call toRichard M. Stallman2002-02-061-6/+1
| | | | rmail-count-screen-lines starting from (point-min).
* (rmail): Use find-buffer-visiting instead ofEli Zaretskii2002-02-031-1/+3
| | | | get-file-buffer to check for rmail buffer existence.
* (uce-reply-to-uce): Prune the headers before copyingEli Zaretskii2002-02-021-1/+9
| | | | | the message text into the *mail* buffer, and restore the pruned state after that.
* (rmail-redecode-body): Prune the headers beforeEli Zaretskii2002-02-021-37/+45
| | | | | looking for X-Coding-System header, and restore the pruned state before returning.
* (mail-mode): Undo half of last change.Stefan Monnier2002-02-011-1/+1
|
* (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." <gin@mo.msk.ru>.Eli Zaretskii2001-12-281-2/+4
| | | | | (sendmail-send-it): Copy `mail-envelope-from' from calling buffer. From "Golubev I. N." <gin@mo.msk.ru>.
* (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 <jas@extundo.com>.
* Doc fix.Pavel Janík2001-12-203-5/+5
|