Richard M. Stallman
74d51fb840
(report-emacs-bug-hook): Don't fail completely
...
if the user edits the Emacs version number in the text.
2002-04-30 02:23:49 +00:00
Richard M. Stallman
d41eb0aaeb
(mail-recover-1): Decrease non-random-len by 1 for the newly-readded #.
2002-04-28 22:35:54 +00:00
Sam Steingold
a8ba442952
(smtpmail-try-auth-methods): host is not in the authinfo/netrc => cred=nil.
2002-04-26 18:59:08 +00:00
Richard M. Stallman
60ed3fa5f0
(smtpmail-auth-credentials): Support netrc files as well.
...
(smtpmail-try-auth-methods): Support netrc data.
(netrc-parse): Autoload netrc.
2002-04-25 23:39:21 +00:00
Richard M. Stallman
08b10dd422
(smtpmail-queue-counter): New variable.
...
(smtpmail-send-it): Use it to construct new queue filenames (needed
if you send more than one message per second, which is
possible if you use Gnus Agent).
2002-04-25 21:45:22 +00:00
Richard M. Stallman
0b0b4ce761
(mail-use-dsn): New variable to request delivery status notification from MTA.
...
(sendmail-send-it): Use it.
2002-04-25 21:33:38 +00:00
Richard M. Stallman
fba75b6b1a
(mail-mode-abbrev-table): Delete defvar.
2002-04-19 00:08:19 +00:00
Richard M. Stallman
f436b1cbdb
(mail-abbrev-make-syntax-table): Use (syntax-table), not old-syntax-table.
2002-04-04 20:50:15 +00:00
Richard M. Stallman
da00bb1869
(mail-abbrev-complete-alias): Call mail-abbrev-make-syntax-table.
2002-04-03 15:33:17 +00:00
Richard M. Stallman
ed1086b7ac
(rmail-resend): Call mail-abbrev-make-syntax-table.
2002-03-25 00:41:26 +00:00
Richard M. Stallman
cf8b484f16
(mail-abbrev-make-syntax-table): New subroutine
...
broken out of sendmail-pre-abbrev-expand-hook.
(sendmail-pre-abbrev-expand-hook): Use it.
2002-03-23 16:10:14 +00:00
Thien-Thi Nguyen
ea33ba739a
(report-emacs-bug-hook): Remove submitter
...
directions as the last action.
2002-03-21 02:11:53 +00:00
Paul Reilly
7fab5ded52
Eliminate compilation warnings due to `rfc822-addresses'.
...
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a
warning free compile.
2002-03-20 08:13:21 +00:00
Paul Reilly
bb0974cf08
(rmail-dont-reply-to): Overhaul to correctly apply the regular
...
expressions in the variable `rmail-dont-reply-to-names' to the list of
destination addresses. Contributed by lorentey@elte.hu .
2002-03-19 19:42:46 +00:00
Paul Reilly
0ffba6bd01
(rmail-dont-reply-to-names): Modify the documentation to make it email
...
address centric rather than login name centric. Contributed by
lorentey@elte.hu .
2002-03-19 19:35:31 +00:00
Richard M. Stallman
f67acc8dfb
(sc-select-attribution): Accept whatever value we get in CHOICE; there
...
is no value meaning "try again".
2002-03-08 21:08:19 +00:00
Richard M. Stallman
8366cfb567
(mail-recover-1): Increase non-random-len
...
by 1 since we changed make-auto-save-file-name to add one
fewer character to the buffer name.
(mail-recover): Really show point at the right place
in the *Directory* buffer.
2002-03-03 22:18:12 +00:00
Richard M. Stallman
5a7a27be27
(rmail-summary-output): Properly advance
...
to next message, by calling rmail-summary-goto-msg.
2002-02-23 17:14:34 +00:00
Richard M. Stallman
8a7377b52d
(uce-reply-to-uce): Fix incorrect behavior when
...
invoked from Rmail with full headers displayed.
2002-02-17 17:00:33 +00:00
Richard M. Stallman
8fad672be9
(define-mail-abbrev): Define as system abbrev.
...
(mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
to avoid needing sendmail.el at run time.
2002-02-13 15:59:53 +00:00
Richard M. Stallman
f526e65a47
(mail-mode-map): Use eval-after-load to change it.
2002-02-09 09:46:08 +00:00
Richard M. Stallman
d075ed70e1
Require sendmail only at compile time.
...
(mail-mode-header-syntax-table): Var deleted.
(mail-abbrev-syntax-table): Init to nil, will compute when needed.
(sendmail-pre-abbrev-expand-hook): Only temporarily change
local-abbrev-table and the syntax table.
Compute mail-abbrev-syntax-table if that has not been done.
2002-02-06 15:42:34 +00:00
Richard M. Stallman
9d43f6f103
(rmail-toggle-header): Avoid possibly slow call to
...
rmail-count-screen-lines starting from (point-min).
2002-02-06 15:00:31 +00:00
Eli Zaretskii
85eba33954
(rmail): Use find-buffer-visiting instead of
...
get-file-buffer to check for rmail buffer existence.
2002-02-03 11:34:29 +00:00
Eli Zaretskii
f04f5c7689
(uce-reply-to-uce): Prune the headers before copying
...
the message text into the *mail* buffer, and restore the pruned
state after that.
2002-02-02 16:54:59 +00:00
Eli Zaretskii
d54f26b13e
(rmail-redecode-body): Prune the headers before
...
looking for X-Coding-System header, and restore the pruned state
before returning.
2002-02-02 16:29:06 +00:00
Stefan Monnier
4003548799
(mail-mode): Undo half of last change.
2002-02-01 22:00:02 +00:00
Stefan Monnier
567a1c29d9
(mail-mode): ">" is not a supercite-style prefix
...
and is already matched by adaptive-fill-regexp.
2002-01-23 00:44:27 +00:00
Andreas Schwab
adb92798f7
(feedmail): Fix :link spec.
2002-01-16 13:46:59 +00:00
Pavel Janík
110c171f4d
Fix typo.
2002-01-13 10:09:20 +00:00
Richard M. Stallman
19032340d1
(rmail-decode-babyl-format): Disable undo around the decode-coding-region call.
2002-01-11 21:23:40 +00:00
Eli Zaretskii
918c7db7f7
(mail-recover-1, mail-recover): Doc fix.
2002-01-04 10:25:20 +00:00
Eli Zaretskii
6cd4cfc5ad
(mail-recover-1): New function.
...
(mail-recover): Switch to the *mail* buffer right away. Use
buffer-auto-save-file-name instead of calling
make-auto-save-file-name. Call dired-noselect instead of invoking
`ls' directly. Bind coding-system-for-read to emacs-mule-unix
before reading the auto-save file. If the buffer's auto-save file
does not exist, call mail-recover-1 to allow recovery from past
auto-saved drafts.
2002-01-03 16:52:26 +00:00
Richard M. Stallman
00417fac36
(mail-envelope-from): Fix custom type.
...
(sendmail-send-it): Check mail-specify-envelope-from
and mail-envelope-from in the mail buffer at start.
2001-12-28 18:58:40 +00:00
Eli Zaretskii
31bc27f607
(mail-envelope-from): Fix :type. Suggested by "Golubev I. N." <gin@mo.msk.ru>.
...
(sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
From "Golubev I. N." <gin@mo.msk.ru>.
2001-12-28 12:20:11 +00:00
Pavel Janík
ec5b8815a9
(mh-show-msg): Likewise.
...
(mh-handle-process-error): Use frame-width instead of obsolete
screen-width.
2001-12-25 11:18:39 +00:00
Eli Zaretskii
7e3fa9f5e2
(smtpmail-send-queued-mail): Use
...
with-temp-buffer instead of find-file-noselect, and bind
coding-system-for-read to no-conversion when reading the queued
messages. From Simon Josefsson <jas@extundo.com>.
2001-12-21 12:06:21 +00:00
Pavel Janík
f0529b5b1a
Doc fix.
2001-12-20 19:01:00 +00:00
Pavel Janík
0ff9b955fe
Doc fixes.
2001-12-20 18:59:32 +00:00
Pavel Janík
9c8920d866
(rmail-summary-mode): Do not use make-local-hook.
2001-12-13 07:55:20 +00:00
Pavel Janík
fb359a2b21
(rmail-fontify-buffer-function): Do not use make-local-hook.
2001-12-13 07:52:26 +00:00
Pavel Janík
59f48b152e
(mail-abbrevs-setup): Do not use make-local-hook.
2001-12-13 07:51:46 +00:00
Eli Zaretskii
19a0baf79c
(smtpmail-send-queued-mail): Insert the enqueued messages literally.
2001-12-10 19:49:32 +00:00
Stefan Monnier
21bf0d6c50
Use with-current-buffer.
...
(message-make-date, message-make-message-id): Autoload when needed.
(smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
headers when missing.
2001-12-01 00:36:12 +00:00
Sam Steingold
8a9463543d
Converted backquote to the new style.
2001-11-27 15:52:52 +00:00
ShengHuo ZHU
0c773047fd
2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
...
* mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
version of rmail-enable-mime.
(rmail-forward): Use it.
* message.el (message-forward-rmail-make-body):
save-window-excursion.
(message-encode-message-body): no error.
(message-setup-1): compose-mail send-actions are different from
message-send-actions.
* message.el (message-forward-subject-author-subject): Don't use
message-news-p, which widens the buffer.
(message-forward-make-body): New function.
(message-forward): Use it.
(message-insinuate-rmail): New.
(message-forward-rmail-make-body): New.
2001-11-25 20:45:37 +00:00
Richard M. Stallman
92dfd10c1f
Simplify previous change.
2001-11-25 17:45:36 +00:00
Pavel Janík
fefed09d42
(smtpmail-deduce-address-list): Don't use insert-string.
2001-11-25 15:11:22 +00:00
Richard M. Stallman
eab26a2fe5
(sc-toggle-var): Don't use set-variable or eval-expression.
...
Eval and set the variable simply.
2001-11-25 00:02:05 +00:00
Colin Walters
c6c8cba42e
(reporter-submit-bug-report): Doc fixes.
2001-11-22 07:58:13 +00:00