Commit graph

135 commits

Author SHA1 Message Date
Lute Kamstra
3a35cf56e7 Update FSF's address. 2005-07-04 17:55:18 +00:00
Richard M. Stallman
25774ab459 (rmail-summary-redo): Add defvar.
(rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
(rmail-new-summary-line-count): Renamed from new-summary-line-count.
Add defvar.
(rmail-summary-beginning-of-message): Use with-no-warnings.
(rmail-summary-first-message, rmail-summary-last-message): Likewise.
2005-07-03 16:29:14 +00:00
Lute Kamstra
46b248505c (rmail-summary-mode): Use run-mode-hooks. 2005-05-26 15:17:48 +00:00
Juanma Barranquero
027a4b6b3f Replace string-to-int' by string-to-number'. 2005-05-16 11:34:49 +00:00
Eli Zaretskii
867bae0b00 (rmail-summary-goto-msg): Don't call itself
recursively if the last message is deleted, thus avoiding an
infinite loop.
2003-11-01 16:38:55 +00:00
Richard M. Stallman
d8562b03a6 (rmail-make-summary-line-1): Change comma after last label to a space.
(rmail-summary-font-lock-keywords): Adapt to that change.
2003-09-30 12:43:49 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
71f46c95f6 (rmail-make-basic-summary-line): If there's
no From field, still try to use the To field.
2003-04-09 01:31:31 +00:00
John Paul Wallington
689421a969 (rmail-summary-previous-msg): Add docstring.
(rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
(rmail-summary-next-labeled-message, rmail-summary-resend)
(rmail-summary-override-mail-send-and-exit): Doc fixes.
2003-02-06 22:02:35 +00:00
Juanma Barranquero
a1506d2977 Trailing whitepace deleted. 2003-02-04 13:24:35 +00:00
Juanma Barranquero
e91053e833 (rmail-user-mail-address-regexp): Fix typo. 2002-07-02 14:49:22 +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
Pavel Janík
9c8920d866 (rmail-summary-mode): Do not use make-local-hook. 2001-12-13 07:55:20 +00:00
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