summaryrefslogtreecommitdiff
path: root/lisp/mail
Commit message (Collapse)AuthorAgeFilesLines
* (rmail-clear-headers): Handle the last header in a message correctly.Richard M. Stallman1998-02-061-7/+9
|
* (mail-extr-all-letters-but-separators)Richard M. Stallman1998-02-031-3/+3
| | | | | (mail-extr-first-letters, mail-extr-last-letters): Make range start from \240, not from \200.
* (define-mail-alias): If FROM-MAILRC-FILE, don't call sendmail-sync-aliases.Richard M. Stallman1998-02-011-1/+6
| | | | (build-mail-aliases): Clear mail-aliases to nil at the beginning.
* File customized + doc fixes.Stephen Eglen1998-02-011-97/+107
|
* (report-emacs-bug-address):Richard M. Stallman1998-01-281-5/+9
| | | | | Variable renamed from bug-gnu-emacs. Use defcustom. (report-emacs-bug-pretest-address): Use defcustom.
* (rmail): Reinsert the let-binding of enable-local-variables.Richard M. Stallman1998-01-271-2/+4
|
* (emacsbug): Customized.Richard M. Stallman1998-01-261-17/+29
| | | | | | | (report-emacs-bug-no-confirmation): Renamed from report-emacs-bug-run-tersely. (report-emacs-bug-no-explanations): New option. (report-emacs-bug): Handle that option.
* Added speedbar support for RMAIL files.Eric M. Ludlam1998-01-231-0/+83
|
* (sendmail-coding-system): Doc-string modified.Kenichi Handa1998-01-221-1/+5
| | | | | (sendmail-send-it): Select a safe coding system to encode an outgoing mail.
* (rfc822-snarf-word): Don't reject non-ASCII chars.Richard M. Stallman1998-01-191-7/+7
| | | | | (rfc822-snarf-subdomain): Likewise. (rfc822-addresses-1, rfc822-addresses): Likewise.
* (rmail): Don't bind enable-multibyte-characters;Richard M. Stallman1998-01-191-14/+7
| | | | | | | | | | | read the file normally. (rmail-revert): Likewise. (rmail): Don't kill local enable-multibyte-characters. Don't bind coding-system-for-read. Fix error message. (rmail-make-in-reply-to-field): Make foo and bar patterns match all non-ASCII chars.
* (rmail): Unwind-protect call to rmail-get-new-mail.Karl Heuer1998-01-181-7/+9
|
* (undigestify-rmail-message): If in summary, switch to the Rmail buffer.Richard M. Stallman1997-12-261-135/+129
| | | | (unforward-rmail-message): Simplify using with-current-buffer.
* (define-mail-alias): Handle backslash-quotingRichard M. Stallman1997-12-211-6/+18
| | | | within "-strings in DEFINITION if it comes from .mailrc.
* (mail-extr-all-top-level-domains): More domains.Karl Heuer1997-12-071-8/+23
|
* (mail-parse-comma-list):Karl Heuer1997-12-041-3/+3
| | | | Treat newlines and tabs as whitespace.
* (sendmail-send-it): Parse foldedKarl Heuer1997-12-041-1/+3
| | | | Resent-To header properly; don't ignore folded lines.
* (mail-extr-voodoo): Allow & between names.Richard M. Stallman1997-12-041-18/+22
| | | | Reenable &-substitution when & comes last.
* (rmail-decode-quoted-printable): New functionKarl Heuer1997-12-041-4/+41
| | | | | | | mostly copied from gnus-art.el. (rmail-hex-string-to-integer): New fn, copied from hexl.el. (rmail-hex-char-to-integer): Likewise. (rmail-convert-to-babyl-format): Use rmail-decode-quoted-printable.
* (mail-extract-address-components):Karl Heuer1997-11-201-680/+713
| | | | | New arg ALL says return info about all the addresses. Clarify buffer switching logic using save-excursion.
* Improve previous change.Karl Heuer1997-11-181-5/+2
|
* (rmail-convert-to-babyl-format): If theKarl Heuer1997-11-181-12/+31
| | | | | message uses the quoted-printable content-transfer-encoding, decode it into 8bit.
* (rmail-summary-window-size): Allow integer values.Karl Heuer1997-11-151-1/+1
|
* (mail-extr-voodoo): Comment out &-substitution.Karl Heuer1997-11-111-12/+15
|
* (build-mail-abbrevs): Use initial space inKarl Heuer1997-11-071-1/+1
| | | | internal buffer name.
* Customize.Karl Heuer1997-10-211-8/+46
| | | | | | | | (mail-abbrevs-enable, mail-abbrevs-disable): New functions. (mail-abbrevs-mode): New variable enables use of the package. Call mail-abbrevs-enable or mail-abbrevs-disable. (mail-abbrevs-only): New variable. (sendmail-pre-abbrev-expand-hook): Implement mail-abbrevs-only.
* (mail-do-fcc): Handle dont-write-the-fileKarl Heuer1997-10-201-20/+20
| | | | correctly--don't write msg to the file after saving it from a buffer.
* (rmail-summary-rmail-update): When looking forKarl Heuer1997-10-161-1/+1
| | | | rmail-view-buffer, check other frames as well.
* (smtpmail-send-it): Don't use time-stamp-strftime.Karl Heuer1997-10-151-2/+2
|
* (rmail): Avoid showing message twice.Karl Heuer1997-10-151-6/+8
|
* (report-emacs-bug): Delete the condition-case.Karl Heuer1997-10-151-85/+83
|
* (mail-bury): Check for value, not justKarl Heuer1997-10-151-1/+1
| | | | existence, of alist element.
* (rmail-output-to-rmail-file): Doc fix.Richard M. Stallman1997-09-201-2/+2
|
* Fix previous change.Richard M. Stallman1997-09-191-2/+6
|
* Many doc fixes.Richard M. Stallman1997-09-151-19/+24
| | | | | (mh-send-letter): Choose a coding system the same way sendmail-send0-it (snedmail.el) does.
* (mail-do-fcc): When writing to an Rmail file,Richard M. Stallman1997-09-131-10/+13
| | | | use rmail-file-coding-system or else emacs-mule.
* (sendmail-send-it): If bothKenichi Handa1997-09-121-1/+2
| | | | | buffer-file-coding-system and sendmail-coding-system are nil, use iso-latin-1 for encoding.
* (sendmail-send-it): The priority of codingKenichi Handa1997-09-101-2/+5
| | | | | | system for encoding outgoing mails is (1) local value of buffer-file-coding-system, (2) sendmail-coding-syste, (3) default-buffer-file-coding-system.
* (mail-mode): Allow dash in citation prefixesRichard M. Stallman1997-09-081-2/+2
| | | | in adaptive-fill-regexp and adaptive-fill-first-line-regexp.
* Comment change.Richard M. Stallman1997-09-041-5/+5
|
* (mail-mode): Set adaptive-fill-first-line-regexpRichard M. Stallman1997-09-031-1/+2
| | | | specially, not same as adaptive-fill-regexp.
* (rmail): Reset enable-multibyte-characters to theKenichi Handa1997-09-021-0/+1
| | | | | default value to enable message decoding if the default value is non-nil.
* (mail-send): Complain about invalid header line.Richard M. Stallman1997-08-301-1/+9
|
* (rmail-summary-get-new-mail):Richard M. Stallman1997-08-271-4/+11
| | | | Handle args like rmail-get-new-mail, and pass them to that function.
* (mail-strip-quoted-names): Retain one whitespaceRichard M. Stallman1997-08-271-2/+2
| | | | character between addresses.
* (rmail-mode-1): Update the value for mode-line-modified.Richard M. Stallman1997-08-261-4/+1
|
* (rmail-view-buffer): Doc fix.Richard M. Stallman1997-08-241-1/+9
| | | | | (rmail-summary-buffer, rmail-summary-vector): Mark as permanent local. (rmail-buffer): Add defvar and mark as permanent local.
* (mail-yank-original): Bind mark-even-if-inactiveRichard M. Stallman1997-08-201-2/+5
| | | | | | around the indentation and citation hooks code. (mail-send-nonascii): Make the default t.
* (mail-send): Ask for confirmation ifRichard M. Stallman1997-08-141-1/+19
| | | | | message contains non-ASCII characters. (mail-send-nonascii): New variable.
* (rmail-make-in-reply-to-field): Don't cause anRichard M. Stallman1997-08-121-6/+8
| | | | error if the `From:' line has no valid email addresses.