Richard M. Stallman
2382b29dd3
(rmail-retry-failure): Do save-window-excursion.
2001-05-20 17:17:32 +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
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
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
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
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
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
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
Eli Zaretskii
4685e6b754
(rmail-redecode-body): Doc fix.
2001-01-25 12:32:26 +00:00
Eli Zaretskii
fd4976b812
(rmail-redecode-body): New function.
2001-01-22 17:14:47 +00:00
Gerd Moellmann
e6be618b87
(rmail-expunge-confirmed): New function.
...
(rmail-expunge): Use it.
2000-12-04 16:40:57 +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
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
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
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
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
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
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
Kenichi Handa
f03392a12d
(rmail-expunge): When there's no deleted messages,
...
do nothing.
2000-04-25 23:49:40 +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
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
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
Gerd Moellmann
b787fc059e
Use new backquote syntax.
1999-11-15 14:26:07 +00:00
Dave Love
861e5a98bc
(rmail-pop-password-error): Add alternative.
1999-10-14 21:21:10 +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
ea0d05b411
(mail-unsent-separator): Add a missing \\|.
1999-07-07 16:45:31 +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
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
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
Richard M. Stallman
dd5ee393a8
(rmail-quit): run `rmail-quit-hook'.
1999-01-18 02:32:36 +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
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