Commit graph

955 commits

Author SHA1 Message Date
Richard M. Stallman
c6d354e76e (reporter-bug-hook): Fix error message.
(reporter-beautify-list): Break infloop when
reaching the end of the buffer without crossing an unbalanced
paren.  Use scan-sexps instead of forward-sexp for the loop break test.

(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.
1998-03-29 02:35:51 +00:00
Simon Marshall
8646fe223f use a string that will never match. 1998-03-27 10:11:45 +00:00
Richard M. Stallman
d155ff1892 (rmail-clear-headers): Handle failure to find "\n[^ \t]". 1998-03-26 04:28:37 +00:00
Simon Marshall
e69d810c33 check length of mail-header-separator before using in font-lock-keywords. 1998-03-25 16:41:18 +00:00
Richard M. Stallman
72fe461511 (reporter-mail): New function.
(reporter-compose-outgoing): Use fboundp, not functionp.
(reporter-bug-hook): Fix error message.

(reporter-beautify-list): Break infloop when reaching the end of the
buffer without crossing an unbalanced paren.  Use scan-sexps instead
of forward-sexp for the loop break test.

(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.
1998-03-20 06:37:09 +00:00
Richard M. Stallman
f92f70bca6 (rmail-clear-headers): Make sure an empty line
still separates the headers from the body.
1998-03-16 18:11:20 +00:00
Kenichi Handa
1ad59104de (rmail-quit): Call quit-window before calling
replace-buffer-in-windows to assure that we can switch the rmail
buffer of the selected window.
1998-03-16 05:58:11 +00:00
Richard M. Stallman
5cfee3ac9a (news-inews): Signal error if inews fails. 1998-03-14 08:16:52 +00:00
Richard M. Stallman
f6b4e0f445 (rfc822-looking-at): store-match-data => set-match-data. 1998-03-14 04:52:14 +00:00
Richard M. Stallman
f539933537 (mh-make-folder-list-filter): store-match-data => set-match-data. 1998-03-14 04:51:45 +00:00
Richard M. Stallman
62382d98d0 (mh-quit): Use quit-window. 1998-03-08 00:25:49 +00:00
Richard M. Stallman
df211784d6 (rmail-next-same-subject): Ignore leading and
trailing whitespace in this message's subject.

(rmail-bury, rmail-quit): Use quit-window.
1998-03-08 00:24:12 +00:00
Richard M. Stallman
fe73d07254 (news-exit): Use quit-window. 1998-03-08 00:23:16 +00:00
Karl Heuer
f980ec39f6 (rmail-retry-failure): Don't insist on finding
MIME delimiter again at end of bounce text.
(mail-unsent-separator): Accept "Your message follows".
1998-02-25 23:26:45 +00:00
Stephen Eglen
0b5bb3ec88 Customized. 1998-02-22 22:01:28 +00:00
Simon Marshall
883212ce69 Changed font-lock-reference-face to font-lock-constant-face. 1998-02-20 14:58:27 +00:00
Kenichi Handa
55e2a603da (rmail-decode-babyl-format): Message modified.
(rmail): Comment for the binding of rmail-enable-multibyte added.
1998-02-20 11:15:28 +00:00
Kenichi Handa
7d862e0779 (rmail-enable-multibyte): New variable
(rmail): Bind coding-system-for-read to raw-text.  Set the buffer
multibyte if necessary.
(rmail-convert-file): Call rmail-decode-babyl-format only when we
don't have to call rmail-convert-to-babyl-format.
(rmail-decode-babyl-format): If rmail-file-coding-system is nil,
detect it.
(rmail-get-new-mail): Bind rmail-enable-multibyte locally.
(rmail-convert-to-babyl-format): Check the value of
rmail-enable-multibyte instead of enable-multibyte-characters.
1998-02-20 01:45:50 +00:00
Richard M. Stallman
9d21b6279f (rmail-clear-headers): Handle the last header in a message correctly. 1998-02-06 06:57:40 +00:00
Richard M. Stallman
0fdb64d4ab (mail-extr-all-letters-but-separators)
(mail-extr-first-letters, mail-extr-last-letters):
Make range start from \240, not from \200.
1998-02-03 06:24:20 +00:00
Richard M. Stallman
3c3d71d93c (define-mail-alias): If FROM-MAILRC-FILE, don't call sendmail-sync-aliases.
(build-mail-aliases): Clear mail-aliases to nil at the beginning.
1998-02-01 23:56:13 +00:00
Stephen Eglen
3fb11d36e3 File customized + doc fixes. 1998-02-01 17:10:21 +00:00
Richard M. Stallman
7b27eb5359 (report-emacs-bug-address):
Variable renamed from bug-gnu-emacs.  Use defcustom.
(report-emacs-bug-pretest-address): Use defcustom.
1998-01-28 21:02:35 +00:00
Richard M. Stallman
dab2fff990 (rmail): Reinsert the let-binding of enable-local-variables. 1998-01-27 02:02:38 +00:00
Richard M. Stallman
fbd410d6df (emacsbug): Customized.
(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.
1998-01-26 03:14:34 +00:00
Eric M. Ludlam
03c9127e39 Added speedbar support for RMAIL files. 1998-01-23 02:14:02 +00:00
Kenichi Handa
5e7e990e1a (sendmail-coding-system): Doc-string modified.
(sendmail-send-it): Select a safe coding system to encode an
outgoing mail.
1998-01-22 01:41:59 +00:00
Richard M. Stallman
55872f3e06 (rfc822-snarf-word): Don't reject non-ASCII chars.
(rfc822-snarf-subdomain): Likewise.
(rfc822-addresses-1, rfc822-addresses): Likewise.
1998-01-19 20:28:03 +00:00
Richard M. Stallman
3210e730cf (rmail): Don't bind enable-multibyte-characters;
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.
1998-01-19 20:22:12 +00:00
Karl Heuer
afc070d1d4 (rmail): Unwind-protect call to rmail-get-new-mail. 1998-01-18 03:29:06 +00:00
Richard M. Stallman
add0c45488 (undigestify-rmail-message): If in summary, switch to the Rmail buffer.
(unforward-rmail-message): Simplify using with-current-buffer.
1997-12-26 10:48:47 +00:00
Richard M. Stallman
255359cbcc (define-mail-alias): Handle backslash-quoting
within "-strings in DEFINITION if it comes from .mailrc.
1997-12-21 02:07:32 +00:00
Karl Heuer
44248b7f0d (mail-extr-all-top-level-domains): More domains. 1997-12-07 22:15:02 +00:00
Karl Heuer
869fc1d970 (mail-parse-comma-list):
Treat newlines and tabs as whitespace.
1997-12-04 05:26:28 +00:00
Karl Heuer
cd47bdccbe (sendmail-send-it): Parse folded
Resent-To header properly; don't ignore folded lines.
1997-12-04 05:25:59 +00:00
Richard M. Stallman
524d06f590 (mail-extr-voodoo): Allow & between names.
Reenable &-substitution when & comes last.
1997-12-04 04:36:46 +00:00
Karl Heuer
36347d4342 (rmail-decode-quoted-printable): New function
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.
1997-12-04 04:32:03 +00:00
Karl Heuer
d1782bd882 (mail-extract-address-components):
New arg ALL says return info about all the addresses.
Clarify buffer switching logic using save-excursion.
1997-11-20 21:45:59 +00:00
Karl Heuer
4877ba13d7 Improve previous change. 1997-11-18 21:22:28 +00:00
Karl Heuer
ae9f695f42 (rmail-convert-to-babyl-format): If the
message uses the quoted-printable content-transfer-encoding,
decode it into 8bit.
1997-11-18 21:13:57 +00:00
Karl Heuer
d177349a87 (rmail-summary-window-size): Allow integer values. 1997-11-15 20:53:54 +00:00
Karl Heuer
85f75902ca (mail-extr-voodoo): Comment out &-substitution. 1997-11-11 02:51:06 +00:00
Karl Heuer
4adf062e0a (build-mail-abbrevs): Use initial space in
internal buffer name.
1997-11-07 21:55:40 +00:00
Karl Heuer
7d4c958f65 Customize.
(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.
1997-10-21 02:54:50 +00:00
Karl Heuer
f6f4d6902b (mail-do-fcc): Handle dont-write-the-file
correctly--don't write msg to the file after saving it from a buffer.
1997-10-20 03:49:42 +00:00
Karl Heuer
8efaaf11ab (rmail-summary-rmail-update): When looking for
rmail-view-buffer, check other frames as well.
1997-10-16 18:42:17 +00:00
Karl Heuer
3375a61ce6 (smtpmail-send-it): Don't use time-stamp-strftime. 1997-10-15 23:33:14 +00:00
Karl Heuer
3ba3fa750f (rmail): Avoid showing message twice. 1997-10-15 23:06:46 +00:00
Karl Heuer
0a18209b69 (report-emacs-bug): Delete the condition-case. 1997-10-15 23:03:30 +00:00
Karl Heuer
b03a162169 (mail-bury): Check for value, not just
existence, of alist element.
1997-10-15 22:50:09 +00:00