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

1190 Commits

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