1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

1219 Commits

Author SHA1 Message Date
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