aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgraded to mh-e version 6.1.1.Bill Wohler2002-10-0110-735/+2253
|
* Add "no-byte-compile: t" in first line.Juanma Barranquero2002-10-011-1/+1
|
* (smtpmail-via-smtp): Only negotiate starttls onSimon Josefsson2002-09-291-1/+1
| | | | streams that were opened using starttls.
* (mail-hist-next-input): Fix docstring.Simon Josefsson2002-09-261-1/+1
|
* (unrmail): Do the work directly,Richard M. Stallman2002-09-261-8/+112
| | | | | without actually selecting the messages in the from file. (unrmail-unprune): New subroutine.
* (mail-extr-ignore-single-names): Change default.Simon Josefsson2002-09-251-5/+6
| | | | (mail-extract-address-components): Doc fix.
* (sendmail-send-it): If user's buffer is unibyte, make tembuf unibyte.Richard M. Stallman2002-09-231-0/+3
|
* (mail-abbrev-make-syntax-table): Give %!._- word constituent syntax.Markus Rost2002-09-211-0/+5
|
* (smtpmail-send-it): Don't use : in filenamesSimon Josefsson2002-09-121-9/+9
| | | | | (for cygwin). Suggested by Andrew Senior <[email protected]>. Use expand-file-name. Also don't require time-stamp.
* (smtpmail-default-smtp-server): Doc fix.Simon Josefsson2002-09-111-1/+2
|
* Update copyright.Simon Josefsson2002-09-041-1/+1
|
* (mail-mode): Don't set local-abbrev-table.Stefan Monnier2002-09-021-1/+1
| | | | (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
* (smtpmail-via-smtp): Delete process bufferSimon Josefsson2002-08-301-1/+3
| | | | unless s-debug-info is enabled.
* * startup.el (normal-splash-screen): Ensure splash buffer isJohn Paul Wallington2002-08-241-1/+1
| | | | | | | | | | | | | killed. Use tabs in output. Fix test whether previous buffer was *scratch* buffer. * progmodes/simula.el (simula-abbrev-keyword-default) (simula-abbrev-keyword, simula-abbrev-stdproc-default) (simula-abbrev-stdproc): Doc fix - escape open parens in column 0. * apropos.el (command-apropos): Use `defalias' instead of `fset'. * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
* (rmail-search-mime-header-function): Doc fix.Richard M. Stallman2002-08-171-1/+1
|
* Update copyright notice and fix typo in commentary section.Markus Rost2002-07-191-2/+3
|
* (mail-abbrev-make-syntax-table): Check theAndreas Schwab2002-07-131-0/+3
| | | | inherited table entry.
* (mail-extr-all-top-level-domains): Update names.Simon Josefsson2002-07-091-20/+35
|
* Fix typo in comments, not worthy of a changelog entry.Simon Josefsson2002-07-081-1/+1
|
* (rmail-user-mail-address-regexp): Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* Fix typo.Juanma Barranquero2002-07-021-1/+1
|
* (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 [email protected].
* (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 [email protected].
* (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.