1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
Commit Graph

1508 Commits

Author SHA1 Message Date
Eli Zaretskii
1bbdda4d51 (top-level): Require mule-utils when compiling.
(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 <handa@etl.go.jp>.
2001-09-16 07:56:36 +00:00
Gerd Moellmann
42d305db92 (mail-send): Obey mail-send-nonascii when
enable-multibyte-characters = nil.  From Hallvard B Furuseth
<h.b.furuseth@usit.uio.no>.
2001-09-10 09:37:02 +00:00
Eli Zaretskii
5e11c42501 (report-emacs-bug): Make sure *Messages*
exists.  From Andy Petrusenco <andy@int.spb.ru>.
2001-08-31 18:00:54 +00:00
Gerd Moellmann
d599a45219 (mail-send-hook): Remove a duplicate defcustom.
From Simon Josefsson <jas@extundo.com>.
2001-08-27 08:07:20 +00:00
Stefan Monnier
9bfc65eb83 (mail-mode): Use adaptive-fill-regexp. 2001-08-22 22:21:11 +00:00
Gerd Moellmann
5a104609f1 Moved to obsolete/. 2001-08-15 08:56:04 +00:00
Gerd Moellmann
a95f291d6f Comment fix. 2001-08-07 14:43:48 +00:00
Pavel Janík
6228c05b99 Keyword added and FSF specified as Maintainer. 2001-08-06 10:12:17 +00:00
Pavel Janík
070c251e74 Specify FSF as Maintainer. 2001-08-06 09:59:02 +00:00
Gerd Moellmann
8744971146 (mail-strip-quoted-names): Replace text
literally.  Reported by Sean Rima <sean@**Delete**.tcob1.net>.
2001-07-30 11:00:46 +00:00
Gerd Moellmann
794d58ba0a (mh-find-progs): Also search in `lib'.
From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
2001-07-19 13:04:43 +00:00
Pavel Janík
e8af40eed4 Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
Stefan Monnier
1407571dbe (reporter-submit-bug-report):
Don't abuse make-variable-buffer-local.  Fix call to add-hook.
2001-07-16 01:50:49 +00:00
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Gerd Moellmann
2be7dabcae Fix license commentary. 2001-07-13 12:59:13 +00:00
Gerd Moellmann
0b725d8cbd (mail-extr-all-top-level-domains): Increase
the size of the obarray.
(mail-extr-all-top-level-domains): Add more toplevel domains,
add more long names.
From: Per Starback <starback@ling.uu.se>.
2001-07-11 11:17:44 +00:00
Gerd Moellmann
6f19114e19 (rmail-show-message): Show beginning of message in
all windows containing it.
2001-07-10 14:22:13 +00:00
Gerd Moellmann
383191dbb0 (rmail-reply): Remove misleading comment. 2001-07-06 11:41:47 +00:00
Gerd Moellmann
c1a1fd6070 (mail-specify-envelope-from): Doc fix.
(mail-envelope-from): New user option.
(sendmail-send-it): Use it.
2001-07-06 10:31:11 +00:00
Gerd Moellmann
a2cc5c4f18 (rmail-reply): Don't forget to narrow header in
MIME-mode.
2001-07-06 10:04:07 +00:00
Gerd Moellmann
3427b08525 (rmail-output): Fix duplicate MIME-Version:
field problem with MIME-mode.

(rmail-output): Fix bug in MIME-mode.
2001-07-06 10:03:25 +00:00
Gerd Moellmann
3ff0518e6a (sendmail-send-it): Look at `sendmail-program'
in caller buffer.
2001-07-04 09:54:15 +00:00
Richard M. Stallman
ed104a87a9 (rmail-reformat-message): Bind inhibit-read-only to t.
(rmail-msg-restore-non-pruned-header): Likewise.
If point was in the old pruned header, put it at the top.
(rmail-msg-prune-header): If point was at the top, keep it there.

(rmail-narrow-to-non-pruned-header): New function.
(rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2001-06-29 03:17:10 +00:00
Gerd Moellmann
157521c55e (rmail-msg-restore-non-pruned-header): New
function.
(rmail-msg-prune-header): Likewise.
(rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
and `rmail-msg-prune-header'.
2001-06-26 10:34:27 +00:00
Gerd Moellmann
9652931f21 (rmail-revert): Modify to work in
rmail-view-buffer.

(rmail-insert-mime-resent-message-function): New
variable.
(rmail-resend): Modify to work in `rmail-view-buffer'; call
`rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
is non-nil.
2001-05-31 08:09:47 +00:00
Gerd Moellmann
4c1832e932 (rmail-message-subject-p): Don't call
`rmail-summary-line-decoder' if the message does not have Subject:
field.
2001-05-31 08:08:41 +00:00
Richard M. Stallman
2382b29dd3 (rmail-retry-failure): Do save-window-excursion. 2001-05-20 17:17:32 +00:00
Gerd Moellmann
2b5c7e03a5 (maybe-append-domain): Renamed to
`smtpmail-maybe-append-domain'.
(smtpmail-via-smtp): Use the new name.
2001-05-18 11:24:16 +00:00
Gerd Moellmann
f90c23ca30 (rmail-require-mime-maybe): New function.
(rmail): Use it.
(rmail-mode): Handle the case of finding Rmail files.
2001-05-17 14:47:01 +00:00
Eli Zaretskii
cbeed4a8ab (report-emacs-bug): Don't switch the buffer to
unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
2001-05-10 15:47:29 +00:00
Gerd Moellmann
67f2e119e3 (rmail-message-subject-p): Process the result
of mail-fetch-field by rmail-summary-line-decoder.
(rmail-new-summary): Be sure to go to the Rmail buffer.  If
rmail-enable-mime is non-nil, set rmail-summary-buffer of
rmail-view-buffer to nil.
(rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
rmail-view-buffer.
(rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
rmail-buffer.
(rmail-summary-scroll-msg-down): Likewise.
(rmail-summary-beginning-of-message): Likewise.
(rmail-summary-wipe): Likewise.
(rmail-summary-toggle-header): Use save-window-excursion, not
save-excursion.  Update point in rmail-view-buffer, not in
rmail-buffer.
(rmail-summary-reply): Before calling rmail-reply, set buffer to
rmail-view-buffer, not rmail-buffer.
2001-05-08 11:18:48 +00:00
Gerd Moellmann
c96b208d6d (rmail-output-read-rmail-file-name): Be sure to
set-buffer to the Rmail buffer.
(rmail-output-to-rmail-file): Likewise.
(rmail-output): Likewise.
2001-05-08 11:18:20 +00:00
Gerd Moellmann
eba7fdff4b (rmail-read-label): Be sure to work in the
Rmail buffer.
(rmail-set-label, rmail-next-labeled-message): Likewise.
2001-05-08 11:17:55 +00:00
Gerd Moellmann
6b59a5fc11 (rmail-insert-mime-forwarded-message-function)
(rmail-search-mime-message-function)
(rmail-search-mime-header-function): New variables.
(rmail-expunge-and-save): Be sure to set-buffer to the Rmail
buffer.
(rmail-quit): Bury `rmail-buffer' after `rmail-view-buffer' is
hidden.
(rmail-get-new-mail): Likewise.
(rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
call rmai-show-mime-function.
(rmail-display-labels): If rmail-enable-mime is non-nil, update
mode-line-process of rmail-view-buffer.
(rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
(rmail-show-message): Be sure to call rmail-auto-file in the Rmail
buffer.
(rmail-next-message): Be sure to set-buffer to the Rmail buffer.
(rmail-next-undeleted-message): Likewise.
(rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
rmail-search-mime-header-function.
(rmail-search-message): New function.
(rmail-search): Call rmail-search-message to check if a message
matches REGEXP, lastly update point after calling
rmail-show-message.
(rmail-undelete-previous-message): Be sure to set-buffer to the
Rmail buffer.
(rmail-expunge-confirmed): Likewise.
(rmail-only-expunge): Likewise.
(rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
header region, refer to rmail-msgref-vector while setting the
current buffer to rmail-buffer temporarily.
(rmail-forward): Be sure to bind forward-buffer to the Rmail
buffer.  If rmail-enable-mime is non-nil, call
rmail-insert-mime-forwarded-message-function instead of inserting
forwarded message by itself.
2001-05-08 11:17:27 +00:00
Gerd Moellmann
1d0533709c (rmail-edit-mode-hook): Add :version. 2001-05-07 11:27:36 +00:00
Gerd Moellmann
fa87f673f5 (smtpmail-warn-about-unknown-extensions): Add :version. 2001-05-07 11:26:24 +00:00
Gerd Moellmann
1b62b0624f (smtpmail-warn-about-unknown-extensions): New
option.
(smtpmail-via-smtp): Print warnings about unknown SMTP extensions
only if smtpmail-warn-about-unknown-extensions is set.
2001-05-07 11:24:51 +00:00
Gerd Moellmann
f851a71c3a (rmail-mode-map): Use rmail-sort-by-labels
instead of rmail-sort-by-keywords.
2001-05-07 10:07:46 +00:00
Gerd Moellmann
27d429472d (rmail-sort-by-labels): Renamed from
rmail-sort-by-keywords.
2001-05-07 10:06:15 +00:00
Gerd Moellmann
e15dbc43fb (rmail-summary-sort-by-labels): Renamed
from rmail-summary-sort-by-keywords.  Doc fix.
(rmail-summary-mode): Doc fix.
2001-05-07 10:05:41 +00:00
Gerd Moellmann
5092477add (rmail-edit-mode): Doc fix.
(rmail-edit-mode-hook): New user-option.
2001-05-07 09:59:43 +00:00
Gerd Moellmann
2bc7a79989 (rmail-edit): New Custom group. 2001-05-07 09:58:38 +00:00
Gerd Moellmann
50df7214b3 (rmail-message-regexp-p): Yet another fix. 2001-04-30 12:57:34 +00:00
Gerd Moellmann
b2b8f8fa96 (rmail-message-regexp-p): Don't match before
headers.
2001-04-27 13:00:42 +00:00
Gerd Moellmann
7cff9c6f87 (rmail-message-regexp-p): Use rfc822-goto-eoh
if necessary, like in rmail-show-message.
2001-04-26 13:43:42 +00:00
Stefan Monnier
9832760a3e (mh-folder-hist): New var.
(mh-prompt-for-folder): Use it and pass `default' to completing-read.
2001-04-03 16:02:45 +00:00
Stefan Monnier
7a9ebd0b8e (mail-extr-delete-char, mail-extr-safe-move-sexp)
(mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
(mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
Use `defsubst' rather than a macro to ease debugging.
(mail-extr-last): Remove (use `last' instead).
(mail-extract-address-components): Properly reset the syntax-table
after parsing an address.  Use `last' rather than mail-extr-last.
Make sure the end marker stays at the very end.
2001-04-02 22:49:38 +00:00
Eli Zaretskii
249dd4090e (report-emacs-bug): Report LC_COLLATE,
LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
From Paul Eggert.
2001-03-29 15:31:58 +00:00
Gerd Moellmann
180d550917 (sendmail-send-it): Don't parse Resent-*
headers.  Always invoke sendmail with option -t.
2001-03-21 10:29:26 +00:00
Gerd Moellmann
117e4b0cb8 (mail-mode): Activate case-folding in
font-lock-defaults.
2001-03-20 12:43:30 +00:00
Kenichi Handa
3a85a1794a (rmail-insert-inbox-text): Call expand-file-name before
substitute-in-file-name to handle double slashes in FILE correctly.
2001-03-16 05:52:16 +00:00
Gerd Moellmann
58285c3b3b (rmail-summary-override-mail-send-and-exit):
New function.
(rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
Use it.
2001-03-12 15:58:05 +00:00
Eli Zaretskii
40beeceea1 (rmail-output-to-rmail-file): When writing the
Babyl header to the newly-created output file, bind
coding-system-for-write to either rmail-file-coding-system or
emacs-mule-unix.
2001-03-11 11:54:03 +00:00
Richard M. Stallman
b31e48f528 Fix previous change. 2001-03-07 23:08:12 +00:00
Richard M. Stallman
132bf46d74 (rmail-toggle-header): Use a window which is showing the Rmail buffer,
rather than the selected window.
2001-03-07 23:05:02 +00:00
Richard M. Stallman
b926081f86 (rmail-retry-failure): Don't call rmail-beginning-of-message.
Don't discard From: field.  Do discard Received: field.
Use unwind-protect to re-prune.

(rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
2001-03-06 03:19:14 +00:00
Dave Love
f37489e672 (mh-compose-letter-function): Fix :type. 2001-02-08 00:01:35 +00:00
Gerd Moellmann
b2065cb6eb (rmail-ignored-headers): Add X-Trace,
X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2001-02-05 11:31:52 +00:00
Gerd Moellmann
0404d03100 (rmail-ignored-headers): Add X-Sign, X-BeenThere,
X-Mailman-Version, Precedence, List-Help, List-Post,
List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
Content-Type, Content-Length.
2001-01-29 12:08:17 +00:00
Dave Love
fc066c545d (feedmail): Add :link.
(feedmail-send-it): Doc fix.
2001-01-26 18:26:32 +00:00
Dave Love
67ad9438c9 Doc fixes.
(sendmail-send-it): Fix the non-ASCII regexp and use
rfc2047-encode-string.
2001-01-26 18:24:03 +00:00
Eli Zaretskii
4685e6b754 (rmail-redecode-body): Doc fix. 2001-01-25 12:32:26 +00:00
Eli Zaretskii
8ab5d35a02 (report-emacs-bug): Mention the fact that the
bug report is mailed to an email list and posted to a news group.
2001-01-24 16:51:54 +00:00
Eli Zaretskii
fd4976b812 (rmail-redecode-body): New function. 2001-01-22 17:14:47 +00:00
Eli Zaretskii
bde49c444d (report-emacs-bug): Report the value of LC_CTYPE, not LC_TYPE. 2001-01-19 17:45:03 +00:00
Eli Zaretskii
dc81f8a23b (report-emacs-bug): Report values of
locale-coding-system, default-enable-multibyte-characters, and the
environment variables LC_ALL, LC_TYPE, and LANG.
2001-01-19 16:15:51 +00:00
Kenichi Handa
9be82109cf (mail-setup): Call set-buffer-multibyte because
kill-local-variable doesn't work for enable-multibyte-characters.
2001-01-18 08:01:34 +00:00
Eli Zaretskii
4deb3ba946 (mail-mode): Doc fix. 2001-01-07 10:05:26 +00:00
Dave Love
17d96998fe Obsolete. 2001-01-04 19:21:36 +00:00
Karl Fogel
43c4b57077 mail/mail-hist.el (mail-hist-text-too-long-p): doc fix. 2001-01-03 16:29:17 +00:00
Gerd Moellmann
bde4c7ce90 (mail-abbrevs-enable, mail-abbrevs-disable):
Use mail-mode-hook instead of mail-setup-hook.  Otherwise
continuing an interrupted message with C-u C-x m for instence,
winds up in Mail mode without abbrevs.
2000-12-29 12:19:28 +00:00
Miles Bader
eba52a1aca (mail-mode): Set `comment-start' to the yank prefix. 2000-12-21 02:11:01 +00:00
Dave Love
c5dfddb64f Fix last check-in. 2000-12-18 13:57:32 +00:00
Dave Love
40fa000821 (send-mail-function): Customize. 2000-12-18 13:48:34 +00:00
Gerd Moellmann
0c28d8421e (mh-find-path): Set read-mail-command. 2000-12-15 12:32:33 +00:00
Gerd Moellmann
09cefa66ee (rmail-summary-expunge)
(rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
instead of rmail-confirm-expunge.
2000-12-12 14:52:36 +00:00
Gerd Moellmann
e6be618b87 (rmail-expunge-confirmed): New function.
(rmail-expunge): Use it.
2000-12-04 16:40:57 +00:00
Gerd Moellmann
d2bf5afe6d (rmail-summary-expunge)
(rmail-summary-expunge-and-save): Ask for confirmation with
rmail-expunge-confirmed.
2000-12-04 16:40:31 +00:00
Gerd Moellmann
2c0b18983c (rmail-set-message-counters): Don't use "D"
as dummy 0-th char of rmail-deleted-vector.
2000-11-30 16:22:12 +00:00
Dave Love
4926711621 Require smtpmail when compiling.
(mail-do-fcc): Autoload.
(feedmail) <defgroup>: Fix :link.
(feedmail-nuke-body-in-fcc): Fix :type.
(feedmail-send-it): Add autoload cookie.
2000-11-29 10:34:51 +00:00
Gerd Moellmann
f0a7da4d26 (rmail-automatic-folder-directives): Add a custom
type, group and version.
2000-11-27 17:14:53 +00:00
Gerd Moellmann
771e538796 (rmail-confirm-expunge): Default to
y-or-n-p.
2000-11-22 22:37:39 +00:00
Dave Love
29a69d04a6 Fix header,
(feedmail) <defgroup>: Add :link.
2000-11-12 00:57:08 +00:00
Dave Love
0eafc06c5e (mail-font-lock-keywords): Use [:alpha:], not
a-z.
(mail-mode): Use [:alnum:] in some regexps.
2000-11-12 00:27:05 +00:00
Dave Love
e873dcf574 comment fixes 2000-11-12 00:22:02 +00:00
Dave Love
51c39cdbd2 comment fix 2000-11-12 00:21:13 +00:00
Eli Zaretskii
94821e4f02 (report-emacs-bug): Fix whitespace and
punctuation in the warning inserted into the *mail* buffer.
2000-11-02 17:10:31 +00:00
Gerd Moellmann
6e65a812a0 Change maintainer. 2000-11-02 12:37:54 +00:00
Dave Love
f70de9d453 Byte-compile-dynamic since it gets loaded by
Gnus with little use.
(mail-setup-hook): Add mail-abbrevs-setup to options.
2000-10-08 17:30:59 +00:00
Gerd Moellmann
81c5edd7e6 (rmail-dont-reply-to): Fix last change. 2000-09-25 15:04:30 +00:00
Gerd Moellmann
5f9f981bc1 (rmail-dont-reply-to): Avoid infinite loop if
rmail-dont-reply-to-names matches the empty string.
2000-09-25 10:35:47 +00:00
Gerd Moellmann
8fcbbf7d42 (mail-mode-fill-paragraph): Do not get the
filed name if it's not there.
2000-09-12 13:30:30 +00:00
Gerd Moellmann
db2144080c (uce-reply-to-uce): Remove hard-coded "*Article*" from
Gnus support code, and use special article copy buffer
`(gnus-original-article-buffer)' instead.  This allows to get rid
of article-hide-headers usage (which breaks in the latest Gnus
version).  Thanks to Detlev Zundel.
2000-08-28 15:01:58 +00:00
Stefan Monnier
c0df1972b2 Don't quote lambda. 2000-08-16 21:05:37 +00:00
Stefan Monnier
7382bcae29 *** empty log message *** 2000-08-16 21:03:36 +00:00
Stefan Monnier
1e495fc764 (mh-make-local-vars):
Replace make-variable-buffer-local with make-local-variable.
2000-08-16 20:38:40 +00:00
Eli Zaretskii
fab7aa637e Fix typo in comment. 2000-08-13 09:09:02 +00:00
Eli Zaretskii
7e2605e79e (rmail-start-mail): Use display-multi-frame-p
instead of looking at window-system.
2000-07-31 15:41:39 +00:00
Karl Fogel
aeb4c63e0b (mail-hist-previous-input, mail-hist-next-input): do the obvious code
factorization.

(mail-hist-retrieve-and-insert): new func, contains common code of
above two.  If inserting a message body, leave point at top.
2000-07-28 18:22:57 +00:00
Kenichi Handa
5ddcadb8e3 (sendmail-send-it): Improve the way to avoid calling
select-message-coding-system twice.
2000-07-27 06:22:00 +00:00
Richard M. Stallman
82d221935c (mail-strip-quoted-names): Handle case where <...> appears inside "...".
Use replace-match to edit the string more simply.

(rmail-dont-reply-to): Cope with an unmatched ".
2000-07-19 21:53:51 +00:00
Gerd Moellmann
a893064df5 Correct author's mail address. 2000-07-19 11:04:18 +00:00
Gerd Moellmann
12c74386d9 Change maintainer to FSF. 2000-07-18 12:58:36 +00:00
Gerd Moellmann
bdbeb193c4 (rmail-clear-headers): Don't throw an error
if rmail-ignored-headers is nil.
(rmail-retry-failure): Bind rmail-ignored-headers and
rmail-displayed-headers to nil.
2000-07-07 14:14:08 +00:00
Gerd Moellmann
c70d73590c (mail-unsent-separator): Changed "the" to "\\w+", as
exim can use "your message" instead of "the message".
2000-07-06 20:08:28 +00:00
Gerd Moellmann
9858013fc8 (post-mail-send-it): Make sure file has
proper permissions from birth.
2000-06-23 07:13:08 +00:00
Sam Steingold
3a8e2ba917 ignore *.elc 2000-06-19 16:16:01 +00:00
Kenichi Handa
2b7573b15d (sendmail-send-it): Inherit
buffer-file-coding-system of the current buffer to the temporary
buffer that this funciton uses for work.
2000-06-14 13:04:57 +00:00
Gerd Moellmann
3d04071d91 (mail-specify-envelope-from): Initialize to
nil.  Contemporary sendmails issue an X-Authentication-Warning if
the sender is set with `-f.
2000-06-13 21:35:42 +00:00
Stefan Monnier
b68d1f2697 (news-reply-header-hook): Don't quote lambda. 2000-06-12 05:17:06 +00:00
Stefan Monnier
f7c4478f99 (mh-send-sub): Check mh-etc is bound before using it.
(mh-letter-mode): Derive from text-mode.
This implicitly means that it now calls kill-all-local-variables.
Also remove the Emacs-18 compatibility code.
2000-06-05 07:15:58 +00:00
Gerd Moellmann
07ae0d6685 (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
and rmail-msgend to compute the restriction at the end, instead of
computing it.
2000-05-30 18:45:08 +00:00
Dave Love
8761730929 Maintainer change. Doc fixes.
(reporter-version): Deleted.
2000-05-26 13:06:25 +00:00
Dave Love
020c9ca57d Add provide. 2000-05-25 18:20:20 +00:00
Dave Love
ab59163d52 1999-01-23 Eric M. Ludlam <zappo@ultranet.com>
* rmailout.el (rmail-output-to-rmail-file): Added optional param STAY

	* rmail.el (rmail-automatic-folder-directives): New user variable.
	(rmail-show-message): Add call to `rmail-auto-file' during display.
	(rmail-auto-file): New function
2000-05-24 16:25:27 +00:00
Stefan Monnier
1e15f1152c *** empty log message *** 2000-05-23 20:10:46 +00:00
Dave Love
f1ed9461a9 Add to debug-ignored-errors. 2000-05-22 17:41:53 +00:00
Kenichi Handa
d17f2b920b (rmail-decode-quoted-printable): Use delete-region
and insert, not subst-char-in-region.
2000-05-20 00:09:21 +00:00
Dave Love
187962c499 rmail-show-message-hook): Customize and offer
goto-addr as an option.
2000-05-14 16:22:04 +00:00
Gerd Moellmann
85d0e9edbc (mail-abbrev-insert-alias): Renamed from
mail-interactive-insert-alias.
(mail-abbrev-complete-alias): New command.
(mail-mode-map): Bind it to `M-TAB'.
2000-05-03 19:25:07 +00:00
Kenichi Handa
030106ca73 (sendmail-send-it): Set
buffer-file-coding-system to the selected coding system for MIME
header.
2000-04-28 04:04:04 +00:00
Gerd Moellmann
fe20aba8c7 (mh-send-sub): Look for mh-comp-formfile in
mh-etc, too.
2000-04-27 18:56:42 +00:00
Kenichi Handa
f03392a12d (rmail-expunge): When there's no deleted messages,
do nothing.
2000-04-25 23:49:40 +00:00
Gerd Moellmann
faeb73d448 (mail-do-fcc): Prevent inserting a newline
at the start of an existing but empty folder.
2000-04-18 13:04:46 +00:00
Gerd Moellmann
4bcb5a9e5d Correct author's email address. 2000-04-09 10:57:15 +00:00
Gerd Moellmann
852c283098 Remove supernumerary copyright line. 2000-04-04 20:59:17 +00:00
Gerd Moellmann
62f20204b7 *** empty log message *** 2000-04-03 21:21:42 +00:00
Gerd Moellmann
36c5e6177b (rmail-user-mail-address-regexp): New option.
(rmail-make-basic-summary-line): Use that option.
2000-04-03 19:25:08 +00:00
Dave Love
82db7fdf6b Defvar curline when compiling.
(sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
(sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
rather than a-zA-Z0-9 to allow non-ASCII characters.
2000-03-31 10:50:03 +00:00
Gerd Moellmann
9f7c6da9c5 (rmail-confirm-expunge): New user-option.
(rmail-expunge): Ask for confirmation depending on the setting
of rmail-confirm-expunge.
2000-03-24 12:12:58 +00:00
Stefan Monnier
af59544485 (rmail-summary-font-lock-keywords): Make sure the
regexp for labels cannot span several lines.
2000-03-17 20:05:14 +00:00
Gerd Moellmann
f7daf1e10f Change maintainer to `none'. 2000-03-07 12:41:05 +00:00
Gerd Moellmann
baaa1f1913 (mail-send-nonascii): Add a new value 'mime and use
it as the default.
(mail-send): Test mail-send-nonascii also for the new 'mime value.
(sendmail-send-it): Conditionaly add MIME headers specifying the
used character set.
2000-03-07 12:33:39 +00:00
Gerd Moellmann
6c5def8e73 (rmail-quit-hook): New variable. 2000-03-02 09:29:36 +00:00
Gerd Moellmann
7090859485 (rmail-resend): Verify buffer is really Rmail. 2000-02-25 15:44:18 +00:00
Dave Love
5404d9b01b (footnote): Add :version to defgroup.
(footnote-section-tag-regexp): Customize.
(footnote-start-tag, footnote-end-tag): New option.
(footnote-latin-regexp): New variable.
(Footnote-latin): New function.
(footnote-style-alist): Add element for latin style.
(footnote-style): Moved.
(Footnote-goto-footnote): Use eq to test arg.
2000-02-23 20:25:34 +00:00
Gerd Moellmann
97bd30eb51 (rmail-dont-reply-to): Remove leading commas as well. 2000-02-12 19:44:56 +00:00
Gerd Moellmann
77e38f8bbb (rmail-retry-failure): Use
rmail-beginning-of-message before rmail-toggle-header, because the
former toggles headers.
2000-02-07 23:27:14 +00:00
Dave Love
fcc31755c5 Change maintainer. 2000-02-02 16:00:17 +00:00
Dave Love
a23cf8c2bd Fix year ranges in copyright notice. 2000-01-31 22:21:01 +00:00
Gerd Moellmann
38246e2ad6 (mh-find-progs): Add directory `etc' to
the list of directories scanned heuristically.
2000-01-30 21:19:21 +00:00
Gerd Moellmann
a0b796e3ed (rmail-dont-reply-to): Replace matched
userids differently.
2000-01-27 16:53:17 +00:00
Richard M. Stallman
7588f68a7f Fix previous change. 2000-01-21 03:43:45 +00:00
Richard M. Stallman
5ea4b65bfe (rmail-digest-end-regexps): Variable replaces rmail-digest-end-regexp.
Allows multiple regexps for detecting the end line.
(undigestify-rmail-message): Corresponding changes.
2000-01-21 02:04:16 +00:00
Gerd Moellmann
51ee83ac34 (rmail-digest-end-regexp): New user option.
(undigestify-rmail-message): Use it.
2000-01-18 21:30:05 +00:00
Gerd Moellmann
bf61662d88 (toplevel): Provide `sendmail' when compiling
before `require'ing rmail and mailalias to prevent infinite
recursion.
2000-01-09 12:37:37 +00:00
Dave Love
be0b8d6965 Require rmail, mailalias when compiling.
(mail-setup-hook): Add :options.
(mail-mode-hook, mail-send-hook): Customize.
2000-01-08 22:36:16 +00:00
Dave Love
409f8a3f94 Require cl when compiling. Don't autoload kemap and minor-mode-alist
stuff.  Don't set zmacs-region-stays.
(footnote-insert-text-marker, Footnote-insert-pointer-marker): Avoid
`acons'.
(footnote-mode-line-string, Footnote-add-footnote): Remove autoload
cookie.
1999-12-12 16:04:25 +00:00
Gerd Moellmann
6d6c336cf7 (rmail-summary-mode-map): Bind RET to rmail-summary-goto-msg. 1999-12-12 12:25:47 +00:00
Dave Love
55492d8624 Current XEmacs version. 1999-12-09 23:31:50 +00:00
Gerd Moellmann
2771a002ef (feedmail-find-eoh): Take
feedmail-queue-alternative-mail-header-separator into account.
1999-12-09 15:15:54 +00:00
Gerd Moellmann
bd84ce869a (rmail-cease-edit): Run rmail-mode-hook. 1999-11-18 13:11:37 +00:00
Gerd Moellmann
0a936fe0ee New maintainer. 1999-11-16 13:27:36 +00:00
Gerd Moellmann
b787fc059e Use new backquote syntax. 1999-11-15 14:26:07 +00:00
Gerd Moellmann
016fbe59f0 (mh-smail-batch): If TO is nil, use "" as
to-address.
1999-11-10 10:46:01 +00:00
Gerd Moellmann
3e9f8311f9 Changed maintainer to billcurtis@hotmail.com. 1999-11-09 13:40:03 +00:00
Gerd Moellmann
93baa0eab1 Doc-fix. 1999-10-25 13:50:04 +00:00
Dave Love
8f09e4402f (mail-header-extract, mail-header-format): Doc fix. 1999-10-22 16:44:37 +00:00
Stefan Monnier
767d12f23e Use make-temp-file. 1999-10-15 16:03:59 +00:00
Gerd Moellmann
e889eabcba (smtpmail-via-smtp): Add support for
automatically appending a domain to RCPT TO: addresses.
1999-10-14 22:09:58 +00:00
Dave Love
861e5a98bc (rmail-pop-password-error): Add alternative. 1999-10-14 21:21:10 +00:00
Dave Love
8cc3881faf # 1999-09-30 18:06:17 +00:00
Richard M. Stallman
2b3c5a6879 (rmail-retry-failure): Unconditionally move to beginning of message. 1999-09-06 21:48:43 +00:00
Dave Love
8b9a64c2f8 (rmail-read-password): Deleted.
(rmail-get-pop-password): Use read-password.
1999-09-06 21:24:50 +00:00
Richard M. Stallman
41b9a9887c (mh-forward): Get new subject line from the original,
not from the draft to forward.
1999-09-04 00:08:17 +00:00
Richard M. Stallman
6e66e4c6fc (mail-extr-all-letters-but-separators)
(mail-extr-first-letters, mail-extr-last-letters):
Use character classes [:alpha:] and [:alnum:].
1999-08-29 20:35:30 +00:00
Richard M. Stallman
30722cbff5 (metamail-region): Use temporary-file-directory. 1999-08-28 18:25:16 +00:00
Richard M. Stallman
46595270d8 (post-mail-send-it): Use temporary-file-directory. 1999-08-28 18:24:54 +00:00
Karl Heuer
5762abecd3 Fix maintainer address. 1999-08-16 04:04:27 +00:00
Karl Heuer
c7081eccb3 Fix maintainer address. 1999-08-16 03:50:59 +00:00
Karl Heuer
60ba61bb3b (mail-unquote-printable): Make it autoload.
Optimize by calling concat just once.  Handle =\n sequence.
(mail-unquote-printable-region): New command.
(mail-quote-printable): Make it autoload.
1999-08-16 03:14:25 +00:00
Dave Love
0ec0d9c10a (mail-specify-envelope-from): Fix quoting of doc string. 1999-08-10 19:35:47 +00:00
Karl Heuer
32afb7445f (sendmail-send-it): Let mail-specify-envelope-from
control use of -f option.
(mail-specify-envelope-from): New variable.
(mail-from-style): Doc fix.
1999-08-10 17:46:24 +00:00
Richard M. Stallman
7c3b9c62f6 (mh-find-path-run): New variable.
(mh-find-path): Test and set that.
Set mail-user-agent only the first time this function is run.
(mail-user-agent): Defvar deleted.
1999-08-01 12:55:28 +00:00
Kenichi Handa
0b64a3da3a (sendmail-coding-system): Doc-string fixed.
(default-sendmail-coding-system): Doc-string fixed.
1999-07-31 00:48:50 +00:00
Richard M. Stallman
ea0d05b411 (mail-unsent-separator): Add a missing \\|. 1999-07-07 16:45:31 +00:00
Karl Heuer
3f66fcdb62 (sc-emacs-features): Doc fix. 1999-06-22 22:47:50 +00:00
Andrew Innes
e916648788 (smtpmail-send-it): Use convert-standard-filename to make file names
for queued mail safe on Windows (`:' is invalid in file names on
Windows).
1999-06-18 21:20:48 +00:00
Karl Heuer
f256f63ecd (rmail-summary-output-to-rmail-file): Avoid
multiple output of the last message.
1999-06-15 05:35:56 +00:00
Karl Heuer
fc35b9101a (rmail-output-read-rmail-file-name): If in
rmail-summary buffer, search for pattern in rmail-file.
1999-06-13 02:35:37 +00:00
Karl Heuer
48afa9cd7b (rmail-summary-output-to-rmail-file): Fix typo. 1999-06-13 02:33:49 +00:00
Kenichi Handa
83af570eae (smtpmail-send-it): Bind
smtpmail-code-conv-from properly.
(smtpmail-send-data-1): If DATA is a multibyte string, encode it
by smtpmail-code-conv-from.
1999-05-25 11:12:17 +00:00
Andrew Innes
1188dd3759 (smtpmail-deduce-address-list): Bind variables
after switching buffer, as case-fold-search is a buffer local
variable.
1999-05-02 09:50:47 +00:00
Karl Heuer
805297bbc0 (rmail-next-same-subject): When searching, ignore
the same whitespace that was ignored in choosing the subject string.
1999-04-26 19:12:44 +00:00
Karl Heuer
81f5ed32ad (mail-sent-via): Use copy-marker not make-marker. 1999-04-26 04:33:56 +00:00
Dave Love
98237e7c44 (sc-scan-info-alist): Revert last change.
(sc-attrib-selection-list): Fix :type here instead.
1999-04-12 08:46:09 +00:00
Dave Love
6923dac346 (sc-attrib-selection-list): Fix custom type
more.
(sc-emacs-features): Recognize Emacs 20.
(sc-read-string): Use history arg.
(sc-scan-info-alist): Check for rtnvalue a cons.
1999-04-12 08:42:35 +00:00
Richard M. Stallman
539eedecc0 (mh-find-progs): Try /etc/nmh and lib/nmh dirs. 1999-04-07 23:48:18 +00:00
Richard M. Stallman
b68a01e799 (rmail-decode-babyl-format): Undo previous change. 1999-04-07 06:11:36 +00:00
Richard M. Stallman
7c41178033 (rmail-ignored-headers): Doc fix. 1999-04-05 06:56:50 +00:00
Karl Heuer
db0e544166 (rmail-decode-babyl-format):
To prevent locking, bind buffer-file-name to nil.
1999-03-26 17:58:09 +00:00
Karl Heuer
91245cb042 (mail-hist-current-header-name): Don't make
off-by-one-error when determining if in message body.
1999-03-26 17:53:18 +00:00
Stephen Eglen
e186b06917 Fix typo in error string for sendmail-send-it. 1999-03-14 19:41:37 +00:00
Karl Heuer
067427f540 (smtpmail-do-bcc): Fix regexp. 1999-03-09 03:02:55 +00:00
Dave Love
859ce46981 (sc-attrib-selection-list): Fix custom type. 1999-03-01 16:47:03 +00:00
Karl Heuer
c3d6278e38 (mh-repl-formfile): New var.
(mh-smail-batch): Don't ignore all arguments.
(mh-reply): Do the right thing when using nmh.
1999-03-01 03:47:07 +00:00
Karl Heuer
ae3864d7a3 (mh-lib): Doc fix.
(mh-lib-progs, mh-nmh-p): New vars.
(mh-find-progs): Set mh-lib-progs along with other vars.
(mh-path-search): New arg FUNC-P; if specified, use that instead
of mh-file-command-p.
(mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
1999-03-01 03:45:51 +00:00
Richard M. Stallman
2751e20bad (rmail-show-message): If an unseen message has a
Summary-line in its header, get past one more line before looking
for the X-Coding-System header.
1999-02-16 01:05:33 +00:00
Richard M. Stallman
64e95896cc (rmail-search): Track match with a marker, not an integer. 1999-02-10 03:50:50 +00:00
Eli Zaretskii
1d0f30ecee (rmail-mime-charset-pattern): Add optional TABs
and NLs before "charset", and allow the charset name be in double
quotes.
1999-01-31 14:49:43 +00:00
Richard M. Stallman
bda2515e22 (rmail-decode-babyl-format): Avoid locking when decoding. 1999-01-31 04:35:56 +00:00
Andrew Innes
1f0402c393 (rmail-insert-inbox-text): Handle POP mailboxes
where the userid contains directory separators.
1999-01-29 18:13:30 +00:00
Richard M. Stallman
aa2d5fe49c (rmail-decode-mime-charset): New variable.
(rmail-mime-charset-pattern): New variable.
(rmail-convert-to-babyl-format): Decode by MIME-charset if
rmail-decode-mime-charset is non-nil.
1999-01-28 03:13:51 +00:00
Andreas Schwab
bd09e573fe (mail-complete-alist): Use alist as customize
type.
1999-01-25 09:45:02 +00:00
Richard M. Stallman
dd5ee393a8 (rmail-quit): run `rmail-quit-hook'. 1999-01-18 02:32:36 +00:00
Dave Love
5ff4df06ad Comment on `latest version'. 1999-01-11 12:36:15 +00:00
Stephen Eglen
fd202b8529 (mspools-vm-system-mail): Provide an alternative value based on
rmail-spool-directory if $MAIL is not defined.
1999-01-05 09:46:03 +00:00
Richard M. Stallman
a51568bddd Provide `rmailout'.
(rmail-output-read-rmail-file-name): New function.
(rmail-output-to-rmail-file): Use that.
(rmail-output-read-file-name): New function.
(rmail-output): Use that.
1999-01-04 01:36:24 +00:00
Richard M. Stallman
f9e3db5559 (rmail-summary-output-to-rmail-file):
Use rmail-output-read-rmail-file-name to read the file name.
Always call rmail-output-to-rmail-file noninteractively.
When count > 1, do the loop here.
Handle rmail-delete-after-output here.
(rmail-summary-output): Similar changes.
1999-01-04 01:36:00 +00:00
Richard M. Stallman
75e4db343e (mail-mode): Eliminate ambiguous match from paragraph-start.
(mail-yank-original): Remove text properties after insertion.
(mail-yank-region): Barf if no mark is set in the message being replied to.
1999-01-02 00:14:41 +00:00
Richard M. Stallman
7d6d84c1db (rmail-encode-string): Make sure mask value is
positive; (emacs-pid) returns a negative number on Windows 9x
which causes odd behaviour.
1998-12-31 13:44:02 +00:00
Markus Rost
ab26be45d4 (rmail-output): Abbreviate name of default-file for
read-file-name.
(rmail-output-to-rmail-file): Likewise.
1998-12-25 19:34:43 +00:00
Karl Heuer
538b98473f (sendmail-send-it): Don't wait for sendmail to
exit when mail-interactive is nil.
1998-12-10 03:07:35 +00:00
Markus Rost
09ec5b272e (rmail-summary-output): Simplify. Make prefix arg work right. 1998-12-08 15:48:11 +00:00
Markus Rost
6286e9803a (rmail-output-to-rmail-file): Avoid multiple output of last undeleted
message.
1998-12-08 15:34:14 +00:00
Stephen Eglen
183040ff19 Update author email and web page. 1998-11-30 23:29:13 +00:00
Andrew Innes
582e5ff70c (rmail-set-message-counters-counter): Detect messages that have been
added with DOS line endings and convert the line endings for such
messages.
1998-11-22 21:36:51 +00:00
Richard M. Stallman
b63e51c5fc (mail-unsent-separator): Additional alternative. 1998-11-21 02:34:50 +00:00
Karl Heuer
63b896163c (sendmail-send-it): Check for failure. 1998-11-05 19:31:09 +00:00
Richard M. Stallman
10a0a25031 (rmail-message-subject-p):
Handle message whose header has not been reformatted.
1998-11-01 18:55:11 +00:00
Andreas Schwab
265f03bcb2 (sendmail-coding-system,
default-sendmail-coding-system): Doc fix.
1998-10-30 10:53:59 +00:00
Richard M. Stallman
c317dd9330 (rmail-get-new-mail): Delete garbage in any case. 1998-10-21 18:39:15 +00:00
Richard M. Stallman
b054090e74 (rmail-output): Insert newline only if necessary. 1998-10-21 18:08:17 +00:00
Richard M. Stallman
0a6f5134bd (uce-reply-to-uce): Bind case-fold-search. 1998-10-14 12:49:31 +00:00
Richard M. Stallman
fb035bbfe1 (smtpmail-send-data-1): Use encode-coding-string.
(smtpmail-address-buffer): Add defvar.
(smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
1998-10-13 15:32:12 +00:00
Richard M. Stallman
7163b71c97 (feedmail-queue-runner-is-active): Definition moved. 1998-10-10 14:06:14 +00:00
Karl Heuer
4e0c86509d Comment fix. 1998-10-06 23:22:48 +00:00
Karl Heuer
526e342958 (rmail-retry-failure): Allow blanks in boundary
string.  Expose mime stuff while searching.
1998-10-06 22:54:20 +00:00
Karl Heuer
c051dfe5ce (build-mail-aliases): Don't allow
a newline in the alias name.  Don't define an alias
if the definition would be empty.
1998-09-30 19:16:47 +00:00
Karl Heuer
0cf950b1a9 (mh-mhn-compose-insertion): Use quotes. 1998-09-23 21:51:50 +00:00
Karl Heuer
7d8a6e1fc4 (rmail-resend): Work properly if invoked from summary. 1998-09-21 19:47:00 +00:00
Karl Heuer
6ec74fd45a (rmail-decode-babyl-format): Recognize both
`undecided' and `undecided-unix'.
1998-09-21 17:43:57 +00:00
Andreas Schwab
e1c3516e8e (rmail-movemail-program): Fix customize type. 1998-09-18 09:13:07 +00:00
Andreas Schwab
7b3237a117 (feedmail-x-mailer-line-user-appendage,
feedmail-fiddle-plex-user-list,
feedmail-spray-address-fiddle-plex-list,
feedmail-prompt-before-queue-user-alist,
feedmail-prompt-before-queue-help-supplement,
feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
feedmail-queue-alternative-mail-header-separator): Fix customize
type.
-------------------------------------------------------------------
1998-09-18 09:12:03 +00:00
Karl Heuer
19a2870f7f (feedmail-from-line): Allow t.
(feedmail-message-id-suffix): Allow nil.
1998-09-10 15:38:21 +00:00
Karl Heuer
05422245ca (rmail-summary-output-to-rmail-file):
Simplify.  Make prefix arg work right.
1998-09-10 15:35:34 +00:00
Karl Heuer
3ec353b132 (mail-hist-current-header-contents):
Fix previous change: use mail-header-end.
1998-09-06 14:09:31 +00:00
Karl Heuer
65e7e846c9 (rmail-primary-inbox-list): Make the initial
value in the `repeat' alternative a list.
1998-09-04 20:38:16 +00:00
Karl Heuer
2c79f5b831 (smtpmail-via-smtp): Parse out the first word
on extension lines.
1998-09-04 20:08:58 +00:00
Karl Heuer
f38d351407 (smtpmail-send-it): Add autoload cookie.
(smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
1998-08-29 15:56:41 +00:00
Karl Heuer
10f118f0ef (mail-hist-current-header-name): Fix test.
(mail-hist-current-header-contents): Use mail-text-start.
1998-08-26 20:26:12 +00:00
Kenichi Handa
da241b5c3c (sendmail-coding-system): Doc-string modified.
(default-sendmail-coding-system): New variable.
(sendmail-send-it): Encode the message by a coding system
select-message-coding-system returns.
1998-08-24 01:46:43 +00:00
Richard M. Stallman
fca97d877e (rmail-output): Always preserve MIME-Version field,
even if it was pruned.
1998-08-16 06:59:13 +00:00
Richard M. Stallman
55c3534be0 (sendmail-send-it): Report invalid values of mail-from-style. 1998-08-14 08:58:00 +00:00
Richard M. Stallman
3c2cede3cd (mail-setup): After using `fill-region-as-paragraph'
on a new address field, ensure that it ends with a newline.
1998-08-12 07:31:00 +00:00
Richard M. Stallman
118a3c046e (mail-setup): After using `fill-region-as-paragraph'
on a new address field, ensure that it ends with a newline.
1998-08-11 12:17:42 +00:00
Richard M. Stallman
d6bccf099e (mail-citation-header): New variable.
(mail-yank-original, mail-yank-region): Bind mail-citation-header.
(mail-citation-hook): Doc fix.
1998-08-10 07:43:08 +00:00
Richard M. Stallman
349b1f3187 (set-rmail-inbox-list): Error if not in Rmail mode. 1998-08-08 21:48:45 +00:00
Richard M. Stallman
da427818a9 (mail-fetch-field): Doc fix. 1998-08-08 20:45:28 +00:00