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

122 Commits

Author SHA1 Message Date
Eli Zaretskii
70d2f11579 (rmail-summary-font-lock-keywords): Fix the
regexps due to 5-digit message IDs.
2001-10-21 19:08:56 +00:00
Gerd Moellmann
7271daf79b (rmail-make-summary-line)
(rmail-make-summary-line-1, rmail-summary-next-same-subject)
(rmail-summary-goto-msg, rmail-summary-goto-msg): Allow
5 digit mesage ids instead of 4.
2001-10-05 09:35: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
4c1832e932 (rmail-message-subject-p): Don't call
`rmail-summary-line-decoder' if the message does not have Subject:
field.
2001-05-31 08:08:41 +00:00
Gerd Moellmann
67f2e119e3 (rmail-message-subject-p): Process the result
of mail-fetch-field by rmail-summary-line-decoder.
(rmail-new-summary): Be sure to go to the Rmail buffer.  If
rmail-enable-mime is non-nil, set rmail-summary-buffer of
rmail-view-buffer to nil.
(rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
rmail-view-buffer.
(rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
rmail-buffer.
(rmail-summary-scroll-msg-down): Likewise.
(rmail-summary-beginning-of-message): Likewise.
(rmail-summary-wipe): Likewise.
(rmail-summary-toggle-header): Use save-window-excursion, not
save-excursion.  Update point in rmail-view-buffer, not in
rmail-buffer.
(rmail-summary-reply): Before calling rmail-reply, set buffer to
rmail-view-buffer, not rmail-buffer.
2001-05-08 11:18:48 +00:00
Gerd Moellmann
e15dbc43fb (rmail-summary-sort-by-labels): Renamed
from rmail-summary-sort-by-keywords.  Doc fix.
(rmail-summary-mode): Doc fix.
2001-05-07 10:05:41 +00:00
Gerd Moellmann
58285c3b3b (rmail-summary-override-mail-send-and-exit):
New function.
(rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
Use it.
2001-03-12 15:58:05 +00:00
Gerd Moellmann
09cefa66ee (rmail-summary-expunge)
(rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
instead of rmail-confirm-expunge.
2000-12-12 14:52:36 +00:00
Gerd Moellmann
d2bf5afe6d (rmail-summary-expunge)
(rmail-summary-expunge-and-save): Ask for confirmation with
rmail-expunge-confirmed.
2000-12-04 16:40:31 +00:00
Dave Love
020c9ca57d Add provide. 2000-05-25 18:20:20 +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
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
6d6c336cf7 (rmail-summary-mode-map): Bind RET to rmail-summary-goto-msg. 1999-12-12 12:25:47 +00:00
Karl Heuer
f256f63ecd (rmail-summary-output-to-rmail-file): Avoid
multiple output of the last message.
1999-06-15 05:35:56 +00:00
Karl Heuer
48afa9cd7b (rmail-summary-output-to-rmail-file): Fix typo. 1999-06-13 02:33:49 +00:00
Richard M. Stallman
f9e3db5559 (rmail-summary-output-to-rmail-file):
Use rmail-output-read-rmail-file-name to read the file name.
Always call rmail-output-to-rmail-file noninteractively.
When count > 1, do the loop here.
Handle rmail-delete-after-output here.
(rmail-summary-output): Similar changes.
1999-01-04 01:36:00 +00:00
Markus Rost
09ec5b272e (rmail-summary-output): Simplify. Make prefix arg work right. 1998-12-08 15:48:11 +00:00
Richard M. Stallman
10a0a25031 (rmail-message-subject-p):
Handle message whose header has not been reformatted.
1998-11-01 18:55:11 +00:00
Karl Heuer
05422245ca (rmail-summary-output-to-rmail-file):
Simplify.  Make prefix arg work right.
1998-09-10 15:35:34 +00:00
Karl Heuer
c9aa3ef816 (rmail-summary-rmail-update): Fix indentation. 1998-06-22 18:23:14 +00:00
Karl Heuer
1dbd910360 (rmail-summary-rmail-update): Set message
unseen only if `rmail-summary-put-back-unseen' is non-nil.
1998-06-04 06:47:29 +00:00
Richard M. Stallman
d5bafc5539 (rmail-summary-output-body): New function.
(rmail-summary-mode-map): Bind w to that.  Put it in menu bar.
Bind q to rmail-summary-wipe.
1998-05-23 20:10:11 +00:00
Karl Heuer
8efaaf11ab (rmail-summary-rmail-update): When looking for
rmail-view-buffer, check other frames as well.
1997-10-16 18:42:17 +00:00
Richard M. Stallman
3198a3d590 (rmail-summary-get-new-mail):
Handle args like rmail-get-new-mail, and pass them to that function.
1997-08-27 16:18:29 +00:00
Richard M. Stallman
4ab455e6c8 (rmail-summary-mouse-goto-message): New function.
(rmail-summary-mode-map): Bind it to Mouse-2.
1997-08-04 01:42:50 +00:00
Richard M. Stallman
ecb4dd9a35 (rmail-summary-delete-forward): Force the
argument to be a number, since we may be called with nil.
1997-05-19 01:05:13 +00:00
Richard M. Stallman
0a01a04eee Use defcustom. 1997-05-03 19:16:43 +00:00
Richard M. Stallman
93cba99425 (rmail-summary-delete-forward): Argument is now a repeat count.
(rmail-summary-delete-backward): Corresponding changes.
1997-04-16 00:56:40 +00:00
Kenichi Handa
db56d71e95 (rmail-new-summary): Setup rmail-view-buffer.
(rmail-summary-line-decoder): New variable.
(rmail-make-summary-line-1): Use a function set in
rmail-summary-line-decoder.
(rmail-summary-next-msg): Display rmail-view-buffer.
(rmail-summary-mode): Make rmail-view-buffer buffer local.
(rmail-summary-rmail-update, rmail-summary-scroll-msg-up): Use
rmail-view-buffer instead of rmail-buffer.
1997-02-26 13:05:13 +00:00
Richard M. Stallman
37eb1878a0 (rmail-summary-beginning-of-message):
Obey rmail-summary-size, and make sure summary is on top
if we split a single large window.

(rmail-summary-scroll-msg-down): If message is
not visible at all, use rmail-summary-beginning-of-message.
(rmail-summary-scroll-msg-up): Likewise.
1996-12-14 02:11:32 +00:00
Richard M. Stallman
4f21aa66bf (rmail-summary-line-count-flag): Renamed from rmail-summary-line-count-p. 1996-10-04 18:40:55 +00:00
Richard M. Stallman
ea7bddc4ce (rmail-summary-line-count-p): New variable.
(rmail-make-basic-summary-line): Optionally exclude the line count.
1996-10-04 18:39:31 +00:00
Richard M. Stallman
d2288651c2 (rmail-summary-by-senders, rmail-summary): Add autoload.
(rmail-summary-by-topic, rmail-summary-by-regexp): Likewise.
(rmail-summary-by-recipients, rmail-summary-by-labels): Likewise.
1996-09-27 00:25:55 +00:00
Richard M. Stallman
5be36e2004 (rmail-summary-next-same-subject): Don't set
search-regexp until after adjusting subject string.

(rmail-summary-rmail-update): Bind rmail-not-really-seen
non-nil if in isearch mode.
1996-09-19 03:22:51 +00:00
Karl Heuer
d69006dfee (rmail-summary-next-labeled-message)
(rmail-summary-previous-labeled-message):
Call rmail-summary-goto-msg to move point in the summary.
1996-07-13 00:57:31 +00:00
Karl Heuer
b9cbdf4547 (rmail-make-basic-summary-line):
If user-mail-address is nil, use alternative.
1996-07-11 23:59:24 +00:00
Miles Bader
15065a0f17 (rmail-make-basic-summary-line): Accept ISO 8601 dates as well. 1996-07-02 16:23:51 +00:00
Richard M. Stallman
c1046d18cf (rmail-summary-mode-map): Add rmail-summary-by-senders. 1996-06-25 18:15:12 +00:00
Richard M. Stallman
00f3d57da4 (rmail-summary-bury): New function.
(rmail-summary-mode-map): Put rmail-summary-bury on b.
1996-06-22 16:55:35 +00:00
Richard M. Stallman
73d8f1dec6 (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed. 1996-06-12 03:13:51 +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
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
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Erik Naggum
972a769bb9 (rmail-make-basic-summary-line): Fix previous change. 1996-02-26 04:07:44 +00:00
Richard M. Stallman
d9a84b157d (rmail-make-basic-summary-line): Less space before subj. 1996-02-26 00:21:00 +00:00
Simon Marshall
c28baa2ad8 Use make-local-hook for post-command-hook 1996-01-25 10:21:05 +00:00
Karl Heuer
85bd1ac690 (rmail-make-basic-summary-line): Include msg line number.
(rmail-summary-goto-msg):
Pass along args NOWARN and SKIP-RMAIL in recursive call.
1996-01-24 23:30:25 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
b55535f3b0 (rmail-make-basic-summary-line):
Recognize user-mail-address in From field means msg is from you.
1995-12-21 18:07:18 +00:00
Richard M. Stallman
8d908f848c (rmail-summary-get-new-mail): Don't call rmail-summary-goto-msg if msg is 0. 1995-11-30 00:30:38 +00:00