Eli Zaretskii
a92122416b
(rmail-convert-to-babyl-format): Fix the last change.
2003-10-16 16:54:48 +00:00
Eli Zaretskii
d33e73c1eb
(rmail-convert-to-babyl-format): Display a message while converting to Babyl.
2003-10-16 16:49:27 +00:00
Kenichi Handa
463f5630a5
New directory
2003-09-08 11:56:09 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Eli Zaretskii
17139abc07
(rmail-convert-to-babyl-format): Detect
...
quoted-printable- and base64-encoded messages and decode them
automatically. Set the message's encoding from the charset=
header, if any. Decode base64-encoded messages in Mail format as
well.
2003-08-28 15:12:10 +00:00
John Paul Wallington
588c9a7153
(rmail-ignored-headers): Ignore Face: header.
2003-05-15 00:02:17 +00:00
Juanma Barranquero
23a7c49510
(rmail-primary-inbox-list): Don't quote nil and t in docstrings.
2003-05-06 17:47:18 +00:00
Juanma Barranquero
ece5433e4c
(rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too.
2003-02-20 21:11:16 +00:00
John Paul Wallington
3e0b7b44a8
(rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
2003-01-06 16:02:29 +00:00
Richard M. Stallman
e68b1cf16e
(rmail-font-lock-keywords): Discard code to match both cases.
...
(rmail-variables): Specify case-insensitive matching for font-lock.
(rmail-font-lock-keywords): Match multiline In-Reply-To and X-*.
2003-01-06 01:08:31 +00:00
Richard M. Stallman
ab233196ba
(rmail-reply): Don't call mail-strip-quoted-names.
2003-01-01 16:57:25 +00:00
Richard M. Stallman
a4e19cc2cb
(rmail-convert-to-babyl-format):
...
Make search for message delimiter case-sensitive.
2002-11-29 15:11:13 +00:00
Richard M. Stallman
d8cfd377f3
(rmail-ignored-headers): Add more headers.
2002-11-18 04:59:33 +00:00
John Paul Wallington
82e736c18b
* startup.el (normal-splash-screen): Ensure splash buffer is
...
killed. Use tabs in output. Fix test whether previous buffer was
*scratch* buffer.
* progmodes/simula.el (simula-abbrev-keyword-default)
(simula-abbrev-keyword, simula-abbrev-stdproc-default)
(simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
* apropos.el (command-apropos): Use `defalias' instead of `fset'.
* mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
2002-08-24 14:26:06 +00:00
Richard M. Stallman
c59566eb95
(rmail-search-mime-header-function): Doc fix.
2002-08-17 04:58:35 +00:00
Juanma Barranquero
95b56cdf4b
Fix typo.
2002-07-02 14:48:56 +00:00
Richard M. Stallman
4e391653c0
(rmail-show-message-hook): Offer `goto-address' as an option.
2002-05-19 15:36:55 +00:00
Richard M. Stallman
de971ad1a1
(rmail-show-message): Catch error in check-coding-system.
2002-05-10 01:02:26 +00:00
Francesco Potortì
67f9d50ec6
(rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
2002-05-06 07:52:30 +00:00
Richard M. Stallman
ed1086b7ac
(rmail-resend): Call mail-abbrev-make-syntax-table.
2002-03-25 00:41:26 +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
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
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
Richard M. Stallman
19032340d1
(rmail-decode-babyl-format): Disable undo around the decode-coding-region call.
2002-01-11 21:23:40 +00:00
Pavel Janík
fb359a2b21
(rmail-fontify-buffer-function): Do not use make-local-hook.
2001-12-13 07:52:26 +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
Eli Zaretskii
1bbdda4d51
(top-level): Require mule-utils when compiling.
...
(rmail-decode-babyl-format): Use detect-coding-with-priority
instead of detect-coding-region, to favor detection of emacs-mule
encoded Babyl files written by rmailout.el etc. Suggested by
Kenichi Handa <handa@etl.go.jp>.
2001-09-16 07:56:36 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Gerd Moellmann
6f19114e19
(rmail-show-message): Show beginning of message in
...
all windows containing it.
2001-07-10 14:22:13 +00:00
Gerd Moellmann
383191dbb0
(rmail-reply): Remove misleading comment.
2001-07-06 11:41:47 +00:00
Gerd Moellmann
a2cc5c4f18
(rmail-reply): Don't forget to narrow header in
...
MIME-mode.
2001-07-06 10:04:07 +00:00
Richard M. Stallman
ed104a87a9
(rmail-reformat-message): Bind inhibit-read-only to t.
...
(rmail-msg-restore-non-pruned-header): Likewise.
If point was in the old pruned header, put it at the top.
(rmail-msg-prune-header): If point was at the top, keep it there.
(rmail-narrow-to-non-pruned-header): New function.
(rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
2001-06-29 03:17:10 +00:00
Gerd Moellmann
157521c55e
(rmail-msg-restore-non-pruned-header): New
...
function.
(rmail-msg-prune-header): Likewise.
(rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
and `rmail-msg-prune-header'.
2001-06-26 10:34:27 +00:00
Gerd Moellmann
9652931f21
(rmail-revert): Modify to work in
...
rmail-view-buffer.
(rmail-insert-mime-resent-message-function): New
variable.
(rmail-resend): Modify to work in `rmail-view-buffer'; call
`rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
is non-nil.
2001-05-31 08:09:47 +00:00
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
Richard M. Stallman
b63e51c5fc
(mail-unsent-separator): Additional alternative.
1998-11-21 02:34:50 +00:00
Richard M. Stallman
c317dd9330
(rmail-get-new-mail): Delete garbage in any case.
1998-10-21 18:39:15 +00:00
Karl Heuer
526e342958
(rmail-retry-failure): Allow blanks in boundary
...
string. Expose mime stuff while searching.
1998-10-06 22:54:20 +00:00
Karl Heuer
7d8a6e1fc4
(rmail-resend): Work properly if invoked from summary.
1998-09-21 19:47:00 +00:00
Karl Heuer
6ec74fd45a
(rmail-decode-babyl-format): Recognize both
...
`undecided' and `undecided-unix'.
1998-09-21 17:43:57 +00:00
Andreas Schwab
e1c3516e8e
(rmail-movemail-program): Fix customize type.
1998-09-18 09:13:07 +00:00
Karl Heuer
65e7e846c9
(rmail-primary-inbox-list): Make the initial
...
value in the `repeat' alternative a list.
1998-09-04 20:38:16 +00:00
Richard M. Stallman
90d56ed8b0
(rmail-encoded-pop-password): New variable.
1998-08-05 20:31:24 +00:00
Richard M. Stallman
02eddff24a
(rmail-dont-reply-to-names): Doc fix.
1998-07-28 07:30:04 +00:00
Richard M. Stallman
639540eca3
(rmail-insert-inbox-text): Use rmail-have-password,
...
rmail-get-pop-password and rmail-set-pop-password.
(rmail-have-password, rmail-get-pop-password)
(rmail-set-pop-password): New functions.
(rmail-encode-string): New function.
1998-07-27 08:35:47 +00:00
Karl Heuer
b04fa5c5a0
No longer depends on speedbspec for byte compile.
...
(rmail-speedbar-match-folder-regexp) new variable.
(rmail-speedbar-menu-items) Updated speedbar menu items.
(rmail-speedbar-key-map) New keymap.
(rmail-install-speedbar-variables) New function.
Install speedbar keymap only when speedbar is loaded.
(rmail-speedbar-buttons) Use `rmail-speedbar-match-folder-regexp'.
1998-07-10 16:46:21 +00:00
Richard M. Stallman
1ed79e4156
(rmail): If existing buffer, use local
...
enable-multibyte-characters for rmail-enable-multibyte.
(rmail-revert): Bind coding-system-for-read to raw-text,
then convert and make buffer multibyte, as in `rmail'.
1998-07-09 04:45:33 +00:00
Richard M. Stallman
0599b92511
(mail-unsent-separator): Add new alternative.
1998-06-25 18:52:18 +00:00
Andreas Schwab
16c53cdb99
(rmail-enable-mime): Use `other' widget type.
1998-06-24 09:17:20 +00:00
Richard M. Stallman
e995c41549
(rmail): Make the buffer multibyte
...
even if it was already nonempty, if it should be multibyte.
1998-06-15 22:46:24 +00:00
Richard M. Stallman
4cc4a962ca
(rmail-variables): Locally bind
...
local-enable-local-variables, not enable-local-variables.
(rmail): Don't switch buffers inside the binding of
enable-local-variables.
1998-06-13 06:01:41 +00:00
Richard M. Stallman
f4b5ab4cea
(rmail-toggle-header): Fix previous change.
1998-06-11 07:38:23 +00:00
Richard M. Stallman
b5e00b0200
(rmail): Prevent find-file from calling
...
rmail-mode for a new buffer. Do it later, instead.
1998-06-06 22:10:19 +00:00
Karl Heuer
6a91b84a41
(rmail-toggle-header): Redo previous change;
...
don't move point if possible.
(rmail-count-screen-lines): Add.
1998-06-04 06:25:21 +00:00
Karl Heuer
72f69d0fb3
(rmail-toggle-header): Preserve point
...
and window-start (more or less) when reverting to original header.
1998-06-02 06:54:40 +00:00
Richard M. Stallman
903e09b79c
(rmail-msg-is-pruned): Delete junk from definition.
1998-05-27 21:05:02 +00:00
Richard M. Stallman
966fbd0042
(rmail-default-body-file): New variable.
1998-05-23 20:08:19 +00:00
Richard M. Stallman
dc47993c49
(mail-unsent-separator): Handle "returned message follows".
1998-05-20 04:31:10 +00:00
Richard M. Stallman
2be0e54113
(rmail-toggle-header): Ensure blank line between headers and body.
1998-05-19 00:42:55 +00:00
Richard M. Stallman
c1c92f8b62
(rmail-mime-feature): Doc fix.
1998-05-19 00:15:22 +00:00
Richard M. Stallman
4375252dc1
(rmail-retry-failure):
...
Use mail-sendmail-delimit-header, not mail-send-delimit-header.
1998-05-16 22:26:27 +00:00
Richard M. Stallman
578b64159b
(rmail-decode-babyl-format):
...
Set save-buffer-coding-system instead of buffer-file-coding-system.
Decode the whole Babyl text at once, not message by message.
Don't alter global value of rmail-file-coding-system.
(rmail-show-message): Set buffer-file-coding-system from
X-Coding-System header field.
(rmail-convert-to-babyl-format): Record X-Coding-System header
for each message that was converted.
(rmail-variables): Make local binding for save-buffer-coding-system,
and set it from buffer-file-coding-system if not already non-nil.
(rmail-ignored-headers): Ignore X-Coding-System header.
Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer.
1998-05-12 23:26:17 +00:00
Richard M. Stallman
c7ed80bcf7
(rmail-forward): Use mail-text-start.
...
(rmail-resend): Don't bind mail-header-separator.
(rmail-retry-failure): Use mail-send-delimit-header, etc.
1998-04-30 06:21:57 +00:00
Richard M. Stallman
078395abe7
(rmail): Don't bind enable-local-variables.
1998-04-22 06:18:02 +00:00
Dan Nicolaescu
cd32a7baa4
*** empty log message ***
1998-04-20 02:34:53 +00:00
Richard M. Stallman
b4b87b68dd
(rmail-message-regexp-p):
...
Handle unreformatted messages for real.
(rmail-message-recipients-p): Undo previous change.
1998-04-18 01:54:05 +00:00
Andreas Schwab
848407099a
(rmail-movemail-flags): Fix customize type.
1998-04-14 10:48:10 +00:00
Karl Heuer
9cda36c036
(rmail-message-regexp-p): Handle messages
...
whose headers have not been reformatted.
(rmail-message-recipients-p): Likewise.
(rmail-movemail-program): Customized.
(rmail-message-filter): Customized.
(rmail-display-summary): Customized.
(rmail-inbox-list, rmail-keywords, rmail-current-message)
(rmail-total-messages, rmail-message-vector, rmail-deleted-vector)
(rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer)
(rmail-last-label, rmail-last-regexp): Now permanent locals.
(rmail-perm-variables): Set up all permanent locals here.
(rmail-variables): Not here.
(rmail-variables): Set enable-local-variables here.
(rmail-mode-2): Not here.
1998-04-08 19:02:34 +00:00
Stephen Eglen
74ae80cdf3
Doc fix in rmail-mode.
1998-04-07 08:56:13 +00:00
Karl Heuer
442f5309d9
Fix previous change.
1998-04-06 22:22:05 +00:00
Karl Heuer
757c233251
(rmail-movemail-flags): New customizable variable
...
to specify additional flags to pass to movemail.
(rmail-insert-inbox-text): Use rmail-movemail-flags.
1998-04-06 22:05:23 +00:00
Richard M. Stallman
c1a0049caa
(rmail-mode-2): Locally set enable-local-variables
...
to nil, so a local var list in a message won't confuse things.
1998-04-03 05:34:10 +00:00
Richard M. Stallman
d155ff1892
(rmail-clear-headers): Handle failure to find "\n[^ \t]".
1998-03-26 04:28:37 +00:00
Richard M. Stallman
f92f70bca6
(rmail-clear-headers): Make sure an empty line
...
still separates the headers from the body.
1998-03-16 18:11:20 +00:00
Kenichi Handa
1ad59104de
(rmail-quit): Call quit-window before calling
...
replace-buffer-in-windows to assure that we can switch the rmail
buffer of the selected window.
1998-03-16 05:58:11 +00:00
Richard M. Stallman
df211784d6
(rmail-next-same-subject): Ignore leading and
...
trailing whitespace in this message's subject.
(rmail-bury, rmail-quit): Use quit-window.
1998-03-08 00:24:12 +00:00
Karl Heuer
f980ec39f6
(rmail-retry-failure): Don't insist on finding
...
MIME delimiter again at end of bounce text.
(mail-unsent-separator): Accept "Your message follows".
1998-02-25 23:26:45 +00:00
Simon Marshall
883212ce69
Changed font-lock-reference-face to font-lock-constant-face.
1998-02-20 14:58:27 +00:00
Kenichi Handa
55e2a603da
(rmail-decode-babyl-format): Message modified.
...
(rmail): Comment for the binding of rmail-enable-multibyte added.
1998-02-20 11:15:28 +00:00
Kenichi Handa
7d862e0779
(rmail-enable-multibyte): New variable
...
(rmail): Bind coding-system-for-read to raw-text. Set the buffer
multibyte if necessary.
(rmail-convert-file): Call rmail-decode-babyl-format only when we
don't have to call rmail-convert-to-babyl-format.
(rmail-decode-babyl-format): If rmail-file-coding-system is nil,
detect it.
(rmail-get-new-mail): Bind rmail-enable-multibyte locally.
(rmail-convert-to-babyl-format): Check the value of
rmail-enable-multibyte instead of enable-multibyte-characters.
1998-02-20 01:45:50 +00:00
Richard M. Stallman
9d21b6279f
(rmail-clear-headers): Handle the last header in a message correctly.
1998-02-06 06:57:40 +00:00
Richard M. Stallman
dab2fff990
(rmail): Reinsert the let-binding of enable-local-variables.
1998-01-27 02:02:38 +00:00
Eric M. Ludlam
03c9127e39
Added speedbar support for RMAIL files.
1998-01-23 02:14:02 +00:00
Richard M. Stallman
3210e730cf
(rmail): Don't bind enable-multibyte-characters;
...
read the file normally.
(rmail-revert): Likewise.
(rmail): Don't kill local enable-multibyte-characters.
Don't bind coding-system-for-read. Fix error message.
(rmail-make-in-reply-to-field):
Make foo and bar patterns match all non-ASCII chars.
1998-01-19 20:22:12 +00:00
Karl Heuer
afc070d1d4
(rmail): Unwind-protect call to rmail-get-new-mail.
1998-01-18 03:29:06 +00:00
Karl Heuer
36347d4342
(rmail-decode-quoted-printable): New function
...
mostly copied from gnus-art.el.
(rmail-hex-string-to-integer): New fn, copied from hexl.el.
(rmail-hex-char-to-integer): Likewise.
(rmail-convert-to-babyl-format): Use rmail-decode-quoted-printable.
1997-12-04 04:32:03 +00:00
Karl Heuer
4877ba13d7
Improve previous change.
1997-11-18 21:22:28 +00:00
Karl Heuer
ae9f695f42
(rmail-convert-to-babyl-format): If the
...
message uses the quoted-printable content-transfer-encoding,
decode it into 8bit.
1997-11-18 21:13:57 +00:00
Karl Heuer
d177349a87
(rmail-summary-window-size): Allow integer values.
1997-11-15 20:53:54 +00:00
Karl Heuer
3ba3fa750f
(rmail): Avoid showing message twice.
1997-10-15 23:06:46 +00:00
Kenichi Handa
b46ffb303d
(rmail): Reset enable-multibyte-characters to the
...
default value to enable message decoding if the default value is
non-nil.
1997-09-02 10:49:07 +00:00
Richard M. Stallman
e823bfa3ad
(rmail-mode-1): Update the value for mode-line-modified.
1997-08-26 04:37:02 +00:00
Richard M. Stallman
6a338071ba
(rmail-view-buffer): Doc fix.
...
(rmail-summary-buffer, rmail-summary-vector): Mark as permanent local.
(rmail-buffer): Add defvar and mark as permanent local.
1997-08-24 16:32:17 +00:00
Richard M. Stallman
8148a3adf7
(rmail-make-in-reply-to-field): Don't cause an
...
error if the `From:' line has no valid email addresses.
1997-08-12 05:49:26 +00:00
Richard M. Stallman
9a2fe7b204
(rmail-resend): Use user-mail-address.
1997-07-29 02:15:28 +00:00
Richard M. Stallman
f26d8cd6e8
Comment change.
1997-07-25 22:10:42 +00:00
Richard M. Stallman
0974f7bfcf
(rmail-pop-password-error): New variable.
...
(rmail-insert-inbox-text): If there's an error getting mail from
the POP server, and the error matches rmail-pop-password-error or
we prompted for the POP password, assume that the password is
incorrect and erase it so that the user will be prompted again the
next time he gets mail.
1997-07-25 22:08:24 +00:00
Richard M. Stallman
cfd86a2fdd
(rmail-mime-feature): Doc and custom fix.
1997-07-25 01:01:50 +00:00
Richard M. Stallman
743139f5de
(rmail-get-new-mail): If conversion fails, delete the text that was inserted.
1997-06-25 05:07:36 +00:00
Kenichi Handa
fc3c34a837
(rmail-enable-decoding-message): Deleted.
...
(rmail-revert): Bind enable-multibyte-characters to nil before
calling rmail-convert-file.
(rmail-convert-to-babyl-format): If enable-multibyte-characters is
nil, do not convert code.
1997-06-18 12:55:02 +00:00
Richard M. Stallman
95b597ce99
(rmail-mmdf-delim1, rmail-mmdf-delim2):
...
Variables renamed from mmdf-delim1 and mmdf-delim2.
1997-06-01 19:31:59 +00:00
Kenichi Handa
426591c3ff
Coding system names changed as follows:
...
internal -> emacs-mule, automatic-conversion -> undecided.
Coding category name changes as follows:
coding-category-internal -> coding-category-emacs-mule.
1997-05-16 00:59:00 +00:00
Richard M. Stallman
3bdbb9adc6
Fix previous change.
1997-05-15 21:19:48 +00:00
Richard M. Stallman
2079601b89
(rmail-retry-failure): Rename local to rmail-this-buffer.
...
(rmail-primary-inbox-list): Don't use backquote.
1997-05-15 20:17:08 +00:00
Kenichi Handa
908b8443a6
(rmail-enable-decoding-message): New variable.
...
(rmail-convert-file): Comment fixed.
(rmail-revert): Do not decode RMAIL file again because the backup
file is saved in Emacs internal format.
(rmail-convert-to-babyl-format): Check
rmail-enable-decoding-message.
1997-05-12 06:56:27 +00:00
Richard M. Stallman
7f25f98011
(rmail-ignored-headers): Add References, Mime-Version,
...
Lines, Content-Transfer-Encoding.
1997-05-04 17:38:57 +00:00
Richard M. Stallman
79d8d8d547
(rmail-count-new-messages): Fix previous change.
1997-05-04 03:44:31 +00:00
Richard M. Stallman
9bb97fe9a1
Add defgroups, and use defcustom.
1997-05-03 19:15:38 +00:00
Richard M. Stallman
0985b41295
(rmail-msgref-vector): New variable.
...
Holds, for each message, a cons cell which contains the message number
and which relocates if the message number changes.
(rmail-forget-messages): Clear rmail-msgref-vector.
(rmail-variables): Make rmail-msgref-vector buffer-local.
(rmail-count-new-messages): Extend rmail-msgref-vector.
(rmail-set-message-counters): Initialize rmail-msgref-vector.
(rmail-only-expunge): Update rmail-msgref-vector.
Don't look for mail-mode buffers specially.
(rmail-reply): Use rmail-msgref-vector element as arg.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): Accept an element of rmail-mark-message as arg.
1997-05-02 07:25:43 +00:00
Richard M. Stallman
fa2795ca04
(rmail-reply): Pass Rmail buffer and msgnum
...
as arguments within the mail-send action.
(rmail-forward, rmail-retry-failure): Likewise.
(rmail-mark-message): New function.
(rmail-only-expunge): Update the new kind of action.
(rmail-send-actions-rmail-msg-number)
(rmail-send-actions-rmail-buffer): Variables no longer used.
1997-04-26 01:33:18 +00:00
Richard M. Stallman
5eb9cf9777
(rmail-mode-map): Add menu item for
...
rmail-output-body-to-file and put it on w.
1997-04-05 21:39:03 +00:00
Richard M. Stallman
6844ae32c9
(rmail-forward): Don't do dash-quoting on the signature.
1997-03-23 20:51:53 +00:00
Richard M. Stallman
55a42e8cdf
(rmail-retry-failure): Special handling for mime.
...
(mail-mime-unsent-header): New variable.
1997-03-20 04:55:20 +00:00
Simon Marshall
3d51068df9
Tweak font-lock-keywords
1997-03-15 13:26:59 +00:00
Kenichi Handa
d1e69dec61
(rmail-view-buffer, rmail-enable-mime, rmail-show-mime-function,
...
rmail-mime-feature): New variables to control MIME feature.
(rmail-file-coding-system): Initial value is nil.
(rmail, rmail-convert-file, rmail-insert-inbox-text): Check
rmail-enable-mime. Read a file without any code conversion.
(rmail-variables): Setup local variables rmail-buffer and rmail-view-buffer.
(rmail-decode-babyl-format, rmail-convert-babyl-format): Perform code
conversion of RMAIL file if rmail-enable-mime is nil.
(rmail-show-message): Make sure to be in rmail-buffer. If
rmail-enable-mime is t, call appropriate function to decode MIME
format.
(rmail-mail, rmail-reply): Call rmail-start-mail with argument
rmail-view-buffer.
1997-02-26 12:57:47 +00:00
Karl Heuer
a21b845bc9
(rmail-next-same-subject, rmail-reply): Ignore case, to
...
match "RE:" as well as "Re:".
1997-02-23 07:09:01 +00:00
Karl Heuer
d0c3269a29
(rmail-file-coding-system): New variable.
...
(rmail-insert-inbox-text): Perform character code conversion
according to rmail-file-coding-system.
(rmail-only-expunge): Pay attention to multibyte characters.
1997-02-20 05:49:08 +00:00
Richard M. Stallman
bf437d6d95
(rmail-ignored-headers): Add Delivered-to: header.
1997-02-03 06:55:50 +00:00
Richard M. Stallman
d2d8b77eab
(rmail-reply): Concatenate all the References headers.
1997-02-01 19:14:49 +00:00
Richard M. Stallman
11aea8f56d
(rmail-reply): Copy all the References: headers
...
from the original message.
1997-01-31 09:35:39 +00:00
Karl Heuer
9a10bd0dc2
(rmail-get-new-mail): Fix return value to match doc.
1997-01-25 06:47:28 +00:00
Richard M. Stallman
4144e5cba0
(rmail-preserve-inbox): New variable.
...
(rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then
don't truncate the inboxes after retrieving mail from them.
1997-01-21 01:51:46 +00:00
Richard M. Stallman
dbf71ee969
(rmail-msg-is-pruned): New function.
...
(rmail-toggle-header): Add an optional argument to specify explicitly
whether the header should be pruned or displayed in full.
1996-12-28 20:56:53 +00:00
Richard M. Stallman
bde7cb3fae
(rmail-start-mail): Rewrite to use compose-mail.
...
Two new arguments.
(rmail-forward): Always call rmail-start-mail, never `mail'.
1996-12-07 22:13:48 +00:00
Richard M. Stallman
037fa8ca99
(rmail-reply): Merge resent-to and resent-cc into to and cc.
...
Ignore the resent- fields aside from that.
1996-10-26 16:06:11 +00:00
Simon Marshall
34c3c889a0
Tweak rmail-font-lock-keywords.
1996-10-23 09:26:33 +00:00
Richard M. Stallman
6af28e9fac
(rmail): Run rmail-mail-hook last.
...
(rmail-mode-2): Don't run rmail-mode-hook here.
(rmail-mode, rmail): Run it here.
1996-10-12 16:08:08 +00:00
Richard M. Stallman
e1df51ae10
Delete all the autoload calls.
1996-09-27 00:34:05 +00:00
Richard M. Stallman
563ab60dbd
(rmail-insert-inbox-text): Detect locked
...
RMAIL files at the outset, before copying any files.
(rmail-find-all-files): Eliminate recursive scan. Rely on directory-files
to do the filtering.
(rmail-convert-to-babyl-format):
Increase sit-for timeout to 3 seconds.
(rmail-get-new-mail): Handle files in multiple batches,
in case two inboxes have the same last name component.
(rmail-show-message): Bind `end' after clearing the
"unseen" attribute.
(rmail-show-message): Clear `unseen' even if header
is already reformatted--but don't do it if rmail-not-really-seen.
(rmail-not-really-seen): New variable.
1996-09-19 03:21:11 +00:00
Erik Naggum
e4269dcbc7
(rmail-ignored-headers): Remove extra paren.
1996-08-17 11:53:54 +00:00
Richard M. Stallman
f14055b17b
(rmail-ignored-headers): Hide X-char* and X-face, but not Sender.
1996-08-17 07:20:46 +00:00
Richard M. Stallman
24ff6e06b3
(rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:.
1996-08-16 19:09:34 +00:00
Richard M. Stallman
3d52d58a99
(rmail-reply-regexp): Match Re[2].
1996-08-06 18:41:06 +00:00
Richard M. Stallman
7424c13bf8
(rmail-reply-regexp, rmail-message-filter): Doc fix.
1996-08-06 18:31:45 +00:00
Paul Eggert
4c4a44f32e
(rmail-unix-mail-delimiter): Allow space or tab as
...
first character in mailbox part of `From ' line.
1996-08-03 02:53:02 +00:00
Karl Heuer
e8417bb000
(rmail-next-same-subject): Don't set search-regexp
...
until after adjusting subject string.
1996-07-21 19:21:11 +00:00
Richard M. Stallman
1d08d73314
(rmail-get-new-mail): Run rmail-before-get-new-mail-hook.
1996-06-28 08:39:55 +00:00
Richard M. Stallman
4343281289
(rmail-send-actions-rmail-buffer): Mark as permanent-local.
...
(rmail-send-actions-rmail-msg-number): Likewise.
1996-06-28 08:25:55 +00:00
Richard M. Stallman
74d6e31c96
(rmail-unix-mail-delimiter):
...
Accept more user names, since they can be
mangled badly by modern Unix mailers (e.g. Solaris 2.5 mail.local).
Be a little more picky about dates to compensate.
Match all the digits of a year, as per RFC 1123 section 5.2.14.
(rmail-nuke-pinhead-header): Adjust to regexp renumbering in
rmail-unix-mail-delimiter.
1996-06-28 07:10:30 +00:00
Richard M. Stallman
aa39a5ddc0
(rmail-summary-by-senders): Fix typo in fn name.
1996-06-24 16:59:49 +00:00
Simon Marshall
1080879c16
In Rmail mode, make sure font-lock-maximum-size locally becomes nil.
1996-06-24 07:36:45 +00:00
Richard M. Stallman
e00c3a0c27
(rmail-retry-failure): Nicer error message
...
if can't find mail-unsent-separator.
1996-06-11 01:33:41 +00:00
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
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
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
Simon Marshall
35aba73916
Must fontify only if we're actually showing a message.
1996-03-07 10:38:29 +00:00
Richard M. Stallman
6c4b1a6e33
(unforward-rmail-message): Add autoload declaration.
1996-03-04 20:27:17 +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
88293b5777
(rmail-clear-headers): Bind case-fold-search to t across the whole function.
1996-02-26 03:54:51 +00:00
Karl Heuer
ce566d4f2e
(rmail-get-new-mail): Don't mess with display-time here.
1996-02-21 21:33:54 +00:00
Richard M. Stallman
c823782040
(rmail-find-all-files): In a directory, ignore .' and
..'.
1996-02-09 01:38:22 +00:00
Simon Marshall
f512e4c0d3
Fix up specialised fontification stuff.
1996-02-02 10:31:05 +00:00
Simon Marshall
271c888a35
Support for local fontification.
1996-01-26 08:26:58 +00:00
Richard M. Stallman
7ab4b7ad3d
(rmail-start-mail): Set mail-dedicated-frame frame param.
1996-01-25 20:28:07 +00:00
Karl Heuer
1157e1bc32
(rmail-insert-inbox-text): Pass proper format string to message.
1996-01-25 00:56:28 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Richard M. Stallman
e20903fba8
(rmail-retry-failure): Bind inhibit-read-only.
1996-01-05 07:23:52 +00:00
Richard M. Stallman
c8a428c4e3
(rmail-forward): Quote lines with `- ' when necessary.
1995-12-24 18:44:34 +00:00
Richard M. Stallman
b5e10b2357
(rmail): Allow nonexistent file as arg.
1995-12-23 06:57:14 +00:00
Karl Heuer
40e09f8812
(rmail-ignored-headers): Add resent-date, nntp-posting-host.
...
(rmail-retry-failure): Fix previous change.
Combine variables mail-buffer and rmail-buffer.
Look for an end-delimiter in case where the start-of-bounce
delimiter looks like -- plus some more text.
(rmail-search): Doc fix.
1995-12-21 18:02:18 +00:00
Karl Heuer
4d4826ab5c
(rmail-forward): Delete trailing blank lines.
1995-12-13 04:59:53 +00:00
Karl Heuer
e75e28533d
(rmail-retry-failure): Add missing colons in regexp.
...
Use " +", not " *", to check for indented text.
Don't make a temp buffer; just record the indent amount. Simplify.
1995-11-17 08:23:27 +00:00
Richard M. Stallman
6c714afe4f
(rmail-delete-message-hook): New hook.
...
(rmail-delete-message, rmail-delete-forward): Run the hook.
(rmail-mode-hook, rmail-get-new-mail-hook): Add defvars.
(rmail-show-message-hook): Likewise.
1995-11-10 17:21:30 +00:00
Simon Marshall
1e0b807920
Change to citation regexp for rmail-font-lock-keywords.
1995-10-26 13:40:54 +00:00
Richard M. Stallman
0b40717e5b
(rmail-convert-file): Look back for ^_ only at bol.
1995-08-12 09:23:54 +00:00
Richard M. Stallman
258b0b37ec
(rmail-unix-mail-delimiter): Allow two-letter timezone name.
1995-07-30 19:39:58 +00:00
Richard M. Stallman
ec3bba39c6
(rmail-insert-inbox-text): Always use movemail when renaming a file.
1995-07-25 04:43:05 +00:00
Richard M. Stallman
c0a5a948f3
(rmail-find-all-files): Bind case-fold-search.
...
(rmail-summary-by-sender): Autoload this.
(rmail-mode-map): Add rmail-summary-by-senders.
1995-06-30 17:45:19 +00:00
Richard M. Stallman
a9db66a4f1
(rmail-revert): Use the default revert-buffer-function
1995-06-25 03:06:56 +00:00
Karl Heuer
68d30f2b1d
(rmail-search-backwards): Default count is 1, not -1.
1995-06-13 02:17:40 +00:00
Richard M. Stallman
efa5c63ad5
(rmail-insert-inbox-text): Get the truename of
...
the standard inbox name, not just of its directory.
1995-04-25 04:09:47 +00:00
Richard M. Stallman
3f3495d379
(rmail-resend): Fix abbrev expansion.
...
(rmail-get-new-mail): Simply the reversion check;
don't call rmail-forget-messages.
(rmail-revert): Call rmail-mode after reverting
to make sure rmail-message-vector is buffer-local.
1995-04-24 17:43:15 +00:00
Richard M. Stallman
091d17573d
(rmail-revert): Call rmail-mode after reverting
...
to make sure rmail-message-vector is buffer-local.
1995-04-20 02:23:28 +00:00
Richard M. Stallman
8095bf233d
(rmail-reformat-message): Call `rmail-clear-headers'
...
also if `rmail-displayed-headers' is set.
(rmail-clear-headers): Handle `rmail-displayed-headers' correctly.
(rmail-insert-inbox-text): When reading old
.newmail-<user> file, report it specifically.
(rmail-displayed-headers): New variable.
(rmail-clear-headers): Handle rmail-displayed-headers
(rmail-display-labels): Use `format' to convert
message numbers to strings.
(rmail-resend): If mailabbrev loaded, use that to expand abbrevs.
1995-04-14 22:16:50 +00:00
Richard M. Stallman
df1f3a328f
(rmail-unix-mail-delimiter): Accept <...> around address
...
in Unix `From ' line.
1995-03-17 17:37:58 +00:00
Richard M. Stallman
bc8661cab0
(rmail-list-to-menu): Bind `command' with let.
1995-03-12 07:47:33 +00:00
Richard M. Stallman
a16aef1565
(rmail-duplicate-message): New function.
...
(rmail-retry-failure): Don't get errors when
searching for `End of returned message'.
1995-03-12 07:38:49 +00:00
Richard M. Stallman
20424e68c7
(rmail-retry-failure): Support a new style of failure msg.
1995-02-24 00:10:07 +00:00
Richard M. Stallman
a7a39fbe87
(rmail): Don't set rmail-default-file here.
...
(rmail-default-file): Init it to ~/xmail.
(rmail-default-rmail-file): Don't call expand-file-name.
1995-02-09 09:41:18 +00:00
Richard M. Stallman
60fb2b34a3
(rmail-next-same-subject): New command.
...
(rmail-previous-same-subject): Likewise.
(rmail-mode-map): Add bindings for C-c C-n and C-c C-p.
1995-02-05 02:46:08 +00:00
Karl Heuer
08960da156
(rmail-reply-regexp): New var.
...
(rmail-reply): Delete text matching rmail-reply-regexp.
1995-02-03 04:21:05 +00:00
Richard M. Stallman
92bde7a227
(rmail-retry-failure): Handle "Mime-encapsulated messages".
...
Discard return-path and from headers as well as sender.
1995-02-01 05:47:45 +00:00
Richard M. Stallman
bb9dcce1b1
(rmail-first-unseen-message): Fix 1-off error.
1994-12-20 15:42:57 +00:00
Richard M. Stallman
342aa43969
(rmail-search-backward): Function deleted.
...
(rmail-mode-map): Use rmail-search-backwards instead.
1994-12-18 17:40:25 +00:00
Richard M. Stallman
b448bfa028
(rmail-ignored-headers): Delete junk from definition.
1994-12-14 19:59:12 +00:00
Richard M. Stallman
bcddd52e8c
(rmail-get-new-mail): Position on first unseen message.
...
Return t if actually got new mail.
(rmail): Show rmail-first-unseen-message if got no new mail.
1994-12-03 18:29:24 +00:00
Richard M. Stallman
07074849f0
(rmail-get-new-mail): If display-time is in use,
...
call display-time-filter to update the Mail indicator.
1994-10-21 00:48:18 +00:00
Simon Marshall
54e26eaa1f
* rmail.el: (rmail-variables): Set font-lock-defaults.
1994-10-12 09:05:57 +00:00
Richard M. Stallman
1529a12fb5
(rmail-find-all-files): Fix several errors and make faster.
...
Always return a single-level list of file names.
(rmail-construct-io-menu): If FILES is null, turn off the menus.
(rmail-disable-menu): A phony "command", always disabled in menus.
(rmail-list-to-menu): Reverse the list L.
1994-10-11 17:38:48 +00:00
Richard M. Stallman
bdf0360080
(rmail-show-message): New argument no-summary.
1994-10-11 04:42:10 +00:00
Richard M. Stallman
4edaa169d9
(rmail-delete-forward): Use rmail-select-summary.
1994-10-08 04:12:07 +00:00
Richard M. Stallman
a95caeed52
(rmail-font-lock-keywords): New variable.
...
(rmail-variables): Set font-lock-keywords locally.
1994-10-07 09:59:00 +00:00
Richard M. Stallman
1825bea106
(rmail-forward): Simplify insertion of forwarded msg.
...
Don't use exchange-point-and-mark.
(rmail-msg-number-after-expunge): New function.
(rmail-reply, rmail-forward): Use separate local variables
rmail-send-actions-rmail-msg-number, rmail-send-actions-rmail-buffer
to record which message to mark as answered or forwarded.
(rmail-only-expunge): Update msg numbers stored in those variables.
1994-09-27 19:32:35 +00:00
Richard M. Stallman
560db176e2
(rmail-construct-io-menu): Don't print a message about no matching files.
1994-09-25 01:21:49 +00:00
Richard M. Stallman
423c0dfa27
(rmail-reformat-message): Run mail-message-filter
...
before calling rmail-clear-headers.
1994-09-24 04:20:22 +00:00
Richard M. Stallman
3db0cdac49
(rmail-retry-failure): Copy the whole block of headers from the message
...
and then discard those in rmail-retry-ignored-headers. Delete
usage of rmail-retry-setup-hook. Bind mail-signature and
mail-setup-hook to nil when composing retry buffer.
Handle mail-self-blind.
(rmail-retry-ignored-headers): New variable,
specifying the headers that should be removed by rmail-retry-failure.
(rmail-retry-setup-hook): Obsolete variable (see below), deleted.
(rmail-clear-headers): New optional arg is list of headers to clear.
1994-09-23 04:37:16 +00:00
Richard M. Stallman
3f320f98b8
(rmail-mode-kill-summary): New function.
...
(rmail-variables): Put that on kill-buffer-hook locally.
1994-09-21 06:33:22 +00:00