1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

694 Commits

Author SHA1 Message Date
Richard M. Stallman
8e8abef096 (rmail-get-new-mail): If conversion to BABYL fails
for the default inboxes, rename them so they won't be tried again.
1996-06-07 14:57:45 +00:00
Richard M. Stallman
8805249b95 (smtpmail-send-it): Fix error messages.
(smtpmail-deduce-address-list): Bind recipient-address-list with let.
(smtpmail-via-smtp): Bind greeting, n, process-buffer.
1996-06-07 14:28:16 +00:00
Richard M. Stallman
24975917d0 Initial revision 1996-06-07 14:21:50 +00:00
Richard M. Stallman
4302ef5010 (reporter-submit-bug-report):
Bind same-window-regexps, same-window-buffer-names, to nil.
1996-06-03 14:39:17 +00:00
Richard M. Stallman
c4d570b2ee (reporter-submit-bug-report):
Use display-buffer to re-show the original buffer.
1996-05-31 04:17:17 +00:00
Roland McGrath
0f965ba3f7 (mail-abbrev-expand-hook): Disable abbrev mode temporarily while working,
to avoid recursion in indent-relative expanding part of the abbrev
expansion as an abbrev itself.
1996-05-26 23:12:01 +00:00
Karl Heuer
2b70d21e17 (mh-version): Use mh-e-RCS-id rather than mh-e-version
and mh-e-time-stamp.
1996-05-21 17:26:31 +00:00
Richard M. Stallman
25e2c3c778 Revert to version 1.9. 1996-05-08 20:18:35 +00:00
Karl Fogel
1747a1941c (mail-hist-version): upped to 1.3.4.
(mail-hist-put-headers-into-history): wrap relevant body in a
`save-excursion'.
(mail-hist-add-header-contents-to-ring): doc fix.
Use `mail-hist-text-size-limit' directly.
(mail-hist-text-size-limit): doc fix.
(mail-hist-text-too-long-p): removed, we don't need this func.
(mail-hist-forward-header): move to point just after colon, don't try
to treat whitespace specially.
(mail-hist-next-or-previous-input): new func, abstracts two funcs
below.
Error informatively if not in a header.
Compensate for the extra SPACE char in "virgin" headers.
(mail-hist-next-input): just call above.
(mail-hist-previous-input): same.
(mail-hist-header-virgin-p): new func.
1996-05-08 02:38:37 +00:00
Richard M. Stallman
df0d89b112 (mail-mode): Line starting with ---- is a separator. 1996-05-05 03:55:07 +00:00
Richard M. Stallman
ceeb471c2e (rmail-insert-inbox-text): When required, prompt for
pop password and pass on to movemail.
(rmail-pop-password, rmail-pop-password-required): New variables.
(rmail-read-password): New function.
1996-04-26 19:45:38 +00:00
Richard M. Stallman
55be131413 (metamail-mailer-name): New variable.
(metamail-environment): Add MM_QUIET.
(metamail-switches): Delete -m emacs.
(metamail-interpret-header, metamail-interpret-body): New functions.
(metamail-region, metamail-buffer): New arg VIEWMODE.
1996-04-19 18:05:38 +00:00
Richard M. Stallman
4add0ccc02 Comment change. 1996-04-11 21:20:11 +00:00
Richard M. Stallman
fb83f5506c (mail-fetch-field): Use skip-chars-backward
to back over whitespace; don't back up past opoint.
1996-04-11 17:34:28 +00:00
Richard M. Stallman
be2e861f98 (rmail-summary-scroll-between-messages): New var.
(rmail-summary-scroll-msg-down, rmail-summary-scroll-msg-up): Obey that var.
1996-04-04 17:01:45 +00:00
Richard M. Stallman
3943fa098e (mail): Once again set default dir to home dir. 1996-04-03 04:51:35 +00:00
Richard M. Stallman
321eb232a3 (mail): Put the auto-save file in the home dir. 1996-04-03 04:42:55 +00:00
Richard M. Stallman
41c51dcba1 (rmail-forward): Put the "end" line right after the
forwarded message; the signature goes after.
1996-03-29 22:40:05 +00:00
Richard M. Stallman
1afb7be292 (rmail-fontify-message, rmail-unfontify-buffer-function):
Reset the buffer modified state if necessary.
1996-03-27 23:32:46 +00:00
Richard M. Stallman
a85a468e07 (report-emacs-bug): Use a different address for pretest versions. 1996-03-17 15:32:00 +00:00
Richard M. Stallman
00bafa45f9 (mail-abbrev-modtime): New variable.
(mail-abbrevs-sync-alaises): New function. Updates mail-abbrevs if
modtime of mail-personal-alias-file is different than mail-abbrev-modtime.
(mail-abbrevs-setup): Call mail-abbrevs-sync-aliases.
1996-03-09 08:48:56 +00:00
Richard M. Stallman
8bc49f8f86 (mail-get-names): Understand "+username" format for /etc/passwd lines. 1996-03-09 08:03:15 +00:00
Richard M. Stallman
f7a460e052 (rmail-make-basic-summary-line): Limit line count
to reformatted header if we have reformatted it.
1996-03-08 05:02:06 +00:00
Simon Marshall
35aba73916 Must fontify only if we're actually showing a message. 1996-03-07 10:38:29 +00:00
Richard M. Stallman
178047284a (mail-abbrevs-setup): Doc fix. 1996-03-05 22:04:03 +00:00
Richard M. Stallman
6c4b1a6e33 (unforward-rmail-message): Add autoload declaration. 1996-03-04 20:27:17 +00:00
Richard M. Stallman
d65430a135 (unforward-rmail-message): Delete autoload cookie. 1996-03-04 20:26:58 +00:00
Richard M. Stallman
ae9f363a57 (rmail-unix-mail-delimiter): Don't accept newlines in month. 1996-03-04 19:59:40 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
4f5c586ac0 (rmail-get-new-mail): Run rmail-after-get-new-mail-hook. 1996-02-27 22:41:49 +00:00
Erik Naggum
972a769bb9 (rmail-make-basic-summary-line): Fix previous change. 1996-02-26 04:07:44 +00:00
Erik Naggum
88293b5777 (rmail-clear-headers): Bind case-fold-search to t across the whole function. 1996-02-26 03:54:51 +00:00
Richard M. Stallman
c21b5781a3 (mail-mode-map): Bind M-TAB to mail-complete. 1996-02-26 01:40:50 +00:00
Richard M. Stallman
c0fd4267ae (mail-complete): Add autoload cookie. 1996-02-26 01:32:31 +00:00
Richard M. Stallman
58d3eaf698 (unforward-rmail-message): Add autoload cookie. 1996-02-26 00:59:48 +00:00
Richard M. Stallman
d9a84b157d (rmail-make-basic-summary-line): Less space before subj. 1996-02-26 00:21:00 +00:00
Richard M. Stallman
3efb840dd4 (rmail-dont-reply-to): Allow parsing lists of addresses with comment fields. 1996-02-24 10:15:08 +00:00
Richard M. Stallman
76e230b20f (unforward-rmail-message): Handle any kind of forwarding delimiters. 1996-02-24 00:36:29 +00:00
Richard M. Stallman
f7111cbf2a (mail-mode): Treat `-- ' line as paragraph separator. 1996-02-23 20:14:40 +00:00
Karl Heuer
8545ff2f55 Comments censored. 1996-02-21 21:39:11 +00:00
Karl Heuer
ce566d4f2e (rmail-get-new-mail): Don't mess with display-time here. 1996-02-21 21:33:54 +00:00
Karl Heuer
9f606031b3 (unforward-rmail-message): New command. 1996-02-21 21:28:05 +00:00
Karl Heuer
7bf5350d2d (news-reply-mode-map): Delete news-reply-signature.
(news-reply-signature): Improve the message.

(news-reply-yank-message-id, news-reply-yank-from):
Fix swapped args in defvars.
1996-02-21 21:24:40 +00:00
Richard M. Stallman
48919e0ff4 (mail-names, mail-local-names, mail-directory-names)
(mail-address-field-regexp, mail-complete-alist)
(mail-complete-function, mail-directory-function)
(mail-directory-requery, mail-directory-process, mail-directory-stream)
(mail-directory-parser): New variables.
(expand-mail-aliases): Use `mail-address-field-regexp'.
(build-mail-aliases): Use space in buffer-name semantics.
(define-mail-alias): Reset `mail-names' to t.
(mail-complete): New command.
(mail-get-names, mail-directory, mail-directory-process)
(mail-directory-stream, mail-sentto-newsgroups): New functions.
1996-02-12 08:09:49 +00:00
Richard M. Stallman
c823782040 (rmail-find-all-files): In a directory, ignore .' and ..'. 1996-02-09 01:38:22 +00:00
Richard M. Stallman
21a36d2362 (mail-extract-address-components): Accept strings
that end with double trailing quote marks.
1996-02-06 10:06:24 +00:00
Simon Marshall
f512e4c0d3 Fix up specialised fontification stuff. 1996-02-02 10:31:05 +00:00
Richard M. Stallman
22c03d3954 (mail-setup): For mail-self-blind, use user-mail-address. 1996-01-30 18:25:30 +00:00
Karl Heuer
5fc329f930 (reporter-dump-variable): Fix error format string. 1996-01-29 23:18:35 +00:00
Karl Heuer
523042554c (mh-handle-process-error): Fix error format string. 1996-01-29 23:17:16 +00:00