Mercurial > emacs
annotate lisp/mail/rmail.el @ 5020:94de08fd8a7c
(Fnext_single_property_change): Fix missing \n\.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 15 Nov 1993 06:41:45 +0000 |
| parents | af6f961194ce |
| children | 1ada11e2d89a |
| rev | line source |
|---|---|
|
658
7cbd4fcd8b0f
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
621
diff
changeset
|
1 ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs. |
|
7cbd4fcd8b0f
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
621
diff
changeset
|
2 |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
3 ;; Copyright (C) 1985, 1986, 1987, 1988, 1993 Free Software Foundation, Inc. |
|
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
830
diff
changeset
|
4 |
|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
5 ;; Maintainer: FSF |
|
814
38b2499cb3e9
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
813
diff
changeset
|
6 ;; Keywords: mail |
|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
7 |
| 270 | 8 ;; This file is part of GNU Emacs. |
| 9 | |
| 10 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
| 11 ;; it under the terms of the GNU General Public License as published by | |
|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
12 ;; the Free Software Foundation; either version 2, or (at your option) |
| 270 | 13 ;; any later version. |
| 14 | |
| 15 ;; GNU Emacs is distributed in the hope that it will be useful, | |
| 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 18 ;; GNU General Public License for more details. | |
| 19 | |
| 20 ;; You should have received a copy of the GNU General Public License | |
| 21 ;; along with GNU Emacs; see the file COPYING. If not, write to | |
| 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
| 23 | |
|
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
658
diff
changeset
|
24 ;;; Code: |
| 270 | 25 |
| 26 ;; Souped up by shane@mit-ajax based on ideas of rlk@athena.mit.edu | |
| 27 ;; New features include attribute and keyword support, message | |
| 28 ;; selection by dispatch table, summary by attributes and keywords, | |
| 29 ;; expunging by dispatch table, sticky options for file commands. | |
| 30 | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
31 ;; Extended by Bob Weiner of Motorola |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
32 ;; New features include: rmail and rmail-summary buffers remain |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
33 ;; synchronized and key bindings basically operate the same way in both |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
34 ;; buffers, summary by topic or by regular expression, rmail-reply-prefix |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
35 ;; variable, and a bury rmail buffer (wipe) command. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
36 ;; |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
37 |
| 270 | 38 (require 'mail-utils) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
39 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
40 ;; For Emacs V18 compatibility |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
41 (and (not (fboundp 'user-original-login-name)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
42 (fboundp 'user-real-login-name) |
|
2571
b65cf676a09b
All fsets changed to defaliases.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2423
diff
changeset
|
43 (defalias 'user-original-login-name 'user-real-login-name)) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
44 (and (not (fboundp 'buffer-disable-undo)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
45 (fboundp 'buffer-flush-undo) |
|
2571
b65cf676a09b
All fsets changed to defaliases.
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2423
diff
changeset
|
46 (defalias 'buffer-disable-undo 'buffer-flush-undo)) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
47 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
48 ; These variables now declared in paths.el. |
| 270 | 49 ;(defvar rmail-spool-directory "/usr/spool/mail/" |
| 50 ; "This is the name of the directory used by the system mailer for\n\ | |
| 51 ;delivering new mail. It's name should end with a slash.") | |
| 52 ;(defvar rmail-file-name | |
| 53 ; (expand-file-name "~/RMAIL") | |
| 54 ; "") | |
| 55 | |
| 56 ;;;###autoload | |
| 57 (defvar rmail-dont-reply-to-names nil "\ | |
| 58 *A regexp specifying names to prune of reply to messages. | |
| 3931 | 59 A value of nil means exclude your own name only.") |
| 270 | 60 |
| 61 ;;;###autoload | |
| 62 (defvar rmail-default-dont-reply-to-names "info-" "\ | |
| 63 A regular expression specifying part of the value of the default value of | |
| 64 the variable `rmail-dont-reply-to-names', for when the user does not set | |
| 65 `rmail-dont-reply-to-names' explicitly. (The other part of the default | |
| 66 value is the user's name.) | |
| 3931 | 67 It is useful to set this variable in the site customization file.") |
| 270 | 68 |
| 69 ;;;###autoload | |
| 70 (defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^message-id:\\|^summary-line:" "\ | |
| 71 *Gubbish headers one would rather not see.") | |
| 72 | |
| 73 ;;;###autoload | |
| 74 (defvar rmail-delete-after-output nil "\ | |
| 75 *Non-nil means automatically delete a message that is copied to a file.") | |
| 76 | |
| 77 ;;;###autoload | |
|
3631
0c063224b5d2
(rmail-primary-inbox-list): Use defvar, not defconst.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
78 (defvar rmail-primary-inbox-list nil "\ |
|
2423
5dd3b7338f71
(rmail): Don't use mbox as inbox by default.
Richard M. Stallman <rms@gnu.org>
parents:
2076
diff
changeset
|
79 *List of files which are inboxes for user's primary mail file `~/RMAIL'. |
|
5dd3b7338f71
(rmail): Don't use mbox as inbox by default.
Richard M. Stallman <rms@gnu.org>
parents:
2076
diff
changeset
|
80 `nil' means the default, which is (\"/usr/spool/mail/$USER\") |
|
5dd3b7338f71
(rmail): Don't use mbox as inbox by default.
Richard M. Stallman <rms@gnu.org>
parents:
2076
diff
changeset
|
81 \(the name varies depending on the operating system, |
| 270 | 82 and the value of the environment variable MAIL overrides it).") |
| 83 | |
|
4108
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
84 ;;;###autoload |
|
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
85 (defvar rmail-mail-new-frame nil |
|
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
86 "*Non-nil means Rmail makes a new frame for composing outgoing mail.") |
|
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
87 |
|
4844
25d94807689e
(rmail-retry-setup-hook): New hook variable.
Richard M. Stallman <rms@gnu.org>
parents:
4838
diff
changeset
|
88 ;;;###autoload |
|
25d94807689e
(rmail-retry-setup-hook): New hook variable.
Richard M. Stallman <rms@gnu.org>
parents:
4838
diff
changeset
|
89 (defvar rmail-retry-setup-hook nil |
|
25d94807689e
(rmail-retry-setup-hook): New hook variable.
Richard M. Stallman <rms@gnu.org>
parents:
4838
diff
changeset
|
90 "Hook that `rmail-retry-failure' uses in place of `mail-setup-hook'.") |
|
25d94807689e
(rmail-retry-setup-hook): New hook variable.
Richard M. Stallman <rms@gnu.org>
parents:
4838
diff
changeset
|
91 |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
92 ;; These may be altered by site-init.el to match the format of mmdf files |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
93 ;; delimiting used on a given host (delim1 and delim2 from the config |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
94 ;; files). |
| 270 | 95 |
| 96 (defvar mmdf-delim1 "^\001\001\001\001\n" | |
| 97 "Regexp marking the start of an mmdf message") | |
| 98 (defvar mmdf-delim2 "^\001\001\001\001\n" | |
| 99 "Regexp marking the end of an mmdf message") | |
| 100 | |
| 101 (defvar rmail-message-filter nil | |
| 102 "If non nil, is a filter function for new headers in RMAIL. | |
| 103 Called with region narrowed to unformatted header.") | |
| 104 | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
105 (defvar rmail-reply-prefix "Re: " |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
106 "String to prepend to Subject line when replying to a message.") |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
107 |
| 270 | 108 (defvar rmail-mode-map nil) |
| 109 | |
| 110 (defvar rmail-inbox-list nil) | |
| 111 (defvar rmail-keywords nil) | |
| 112 | |
| 113 ;; Message counters and markers. Deleted flags. | |
| 114 | |
| 115 (defvar rmail-current-message nil) | |
| 116 (defvar rmail-total-messages nil) | |
| 117 (defvar rmail-message-vector nil) | |
| 118 (defvar rmail-deleted-vector nil) | |
| 119 | |
| 120 ;; These are used by autoloaded rmail-summary. | |
| 121 | |
| 122 (defvar rmail-summary-buffer nil) | |
| 123 (defvar rmail-summary-vector nil) | |
| 124 | |
| 125 ;; `Sticky' default variables. | |
| 126 | |
| 127 ;; Last individual label specified to a or k. | |
| 128 (defvar rmail-last-label nil) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
129 ;; Last set of values specified to C-M-n, C-M-p, C-M-s or C-M-l. |
| 270 | 130 (defvar rmail-last-multi-labels nil) |
| 131 (defvar rmail-last-file nil) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
132 (defvar rmail-last-regexp nil) |
|
4263
7c7fa71cfd6e
(rmail-last-rmail-file): Initialize to a file name.
Richard M. Stallman <rms@gnu.org>
parents:
4108
diff
changeset
|
133 (defvar rmail-last-rmail-file (expand-file-name "~/XMAIL")) |
| 617 | 134 |
| 621 | 135 ;;; Regexp matching the delimiter of messages in UNIX mail format |
| 136 ;;; (UNIX From lines), minus the initial ^. Note that if you change | |
| 137 ;;; this expression, you must change the code in rmail-nuke-pinhead-header | |
| 138 ;;; that knows the exact ordering of the \\( \\) subexpressions. | |
| 617 | 139 (defvar rmail-unix-mail-delimiter |
| 1112 | 140 (let ((time-zone-regexp |
|
1704
7e1897c2951b
* rmail.el (rmail-unix-mail-delimiter): Not all time zone names
Jim Blandy <jimb@redhat.com>
parents:
1464
diff
changeset
|
141 (concat "\\([A-Z]?[A-Z][A-Z][A-Z]\\( DST\\)?" |
| 1112 | 142 "\\|[-+]?[0-9][0-9][0-9][0-9]" |
| 143 "\\|" | |
| 144 "\\) *"))) | |
| 145 (concat | |
| 146 "From " | |
| 147 | |
| 148 ;; Username, perhaps with a quoted section that can contain spaces. | |
| 149 "\\(" | |
| 150 "[^ \n]*" | |
| 151 "\\(\\|\".*\"[^ \n]*\\)" | |
| 152 "\\) ?" | |
| 153 | |
| 154 ;; The time the message was sent. | |
| 155 "\\([^ \n]*\\) *" ; day of the week | |
| 156 "\\([^ ]*\\) *" ; month | |
| 157 "\\([0-9]*\\) *" ; day of month | |
| 158 "\\([0-9:]*\\) *" ; time of day | |
| 159 | |
| 160 ;; Perhaps a time zone, specified by an abbreviation, or by a | |
| 161 ;; numeric offset. | |
| 162 time-zone-regexp | |
| 163 | |
| 164 ;; The year. | |
| 165 " [0-9][0-9]\\([0-9]*\\) *" | |
| 166 | |
| 167 ;; On some systems the time zone can appear after the year, too. | |
| 168 time-zone-regexp | |
| 169 | |
| 170 ;; I'm not sure what this is. | |
| 171 "\\(remote from [^\n]*\\)?" | |
| 172 | |
| 173 "\n")) | |
| 174 nil) | |
| 175 | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
176 ;; Perform BODY in the summary buffer |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
177 ;; in such a way that its cursor is properly updated in its own window. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
178 (defmacro rmail-select-summary (&rest body) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
179 (` (progn (if (rmail-summary-displayed) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
180 (let ((window (selected-window))) |
|
3462
2624c18df764
(rmail-select-summary): Add a save-excursion.
Richard M. Stallman <rms@gnu.org>
parents:
3083
diff
changeset
|
181 (save-excursion |
|
2624c18df764
(rmail-select-summary): Add a save-excursion.
Richard M. Stallman <rms@gnu.org>
parents:
3083
diff
changeset
|
182 (unwind-protect |
|
2624c18df764
(rmail-select-summary): Add a save-excursion.
Richard M. Stallman <rms@gnu.org>
parents:
3083
diff
changeset
|
183 (progn |
|
2624c18df764
(rmail-select-summary): Add a save-excursion.
Richard M. Stallman <rms@gnu.org>
parents:
3083
diff
changeset
|
184 (pop-to-buffer rmail-summary-buffer) |
|
2624c18df764
(rmail-select-summary): Add a save-excursion.
Richard M. Stallman <rms@gnu.org>
parents:
3083
diff
changeset
|
185 (,@ body)) |
|
2624c18df764
(rmail-select-summary): Add a save-excursion.
Richard M. Stallman <rms@gnu.org>
parents:
3083
diff
changeset
|
186 (select-window window)))) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
187 (save-excursion |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
188 (set-buffer rmail-summary-buffer) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
189 (progn (,@ body)))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
190 (rmail-maybe-display-summary)))) |
| 270 | 191 |
| 192 ;;;; *** Rmail Mode *** | |
| 193 | |
| 194 ;;;###autoload | |
| 195 (defun rmail (&optional file-name-arg) | |
| 196 "Read and edit incoming mail. | |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
197 Moves messages into file named by `rmail-file-name' (a babyl format file) |
| 270 | 198 and edits that file in RMAIL Mode. |
| 199 Type \\[describe-mode] once editing that file, for a list of RMAIL commands. | |
| 200 | |
| 201 May be called with filename as argument; then performs rmail editing on | |
| 202 that file, but does not copy any new mail into the file." | |
| 203 (interactive (if current-prefix-arg | |
| 204 (list (read-file-name "Run rmail on RMAIL file: " | |
| 205 nil nil t)))) | |
| 206 (or rmail-last-file | |
| 207 (setq rmail-last-file (expand-file-name "~/xmail"))) | |
| 208 (let* ((file-name (expand-file-name (or file-name-arg rmail-file-name))) | |
| 209 (existed (get-file-buffer file-name))) | |
| 210 ;; Like find-file, but in the case where a buffer existed | |
| 211 ;; and the file was reverted, recompute the message-data. | |
| 212 (if (and existed (not (verify-visited-file-modtime existed))) | |
| 213 (progn | |
| 214 ;; Don't be confused by apparent local-variables spec | |
| 215 ;; in the last message in the RMAIL file. | |
|
1024
ceb4469d3cd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
997
diff
changeset
|
216 (let ((enable-local-variables nil)) |
| 270 | 217 (find-file file-name)) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
218 (if (and (verify-visited-file-modtime existed) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
219 (eq major-mode 'rmail-mode)) |
| 270 | 220 (progn (rmail-forget-messages) |
| 221 (rmail-set-message-counters)))) | |
|
1024
ceb4469d3cd7
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
997
diff
changeset
|
222 (let ((enable-local-variables nil)) |
| 270 | 223 (find-file file-name))) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
224 (if (eq major-mode 'rmail-edit-mode) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
225 (error "Exit Rmail Edit mode before getting new mail.")) |
| 270 | 226 (if (and existed (> (buffer-size) 0)) |
| 227 ;; Buffer not new and not empty; ensure in proper mode, but that's all. | |
| 228 (or (eq major-mode 'rmail-mode) | |
| 229 (rmail-mode-2)) | |
| 230 (rmail-mode-2) | |
| 231 ;; Convert all or part to Babyl file if possible. | |
| 232 (rmail-convert-file) | |
| 233 (goto-char (point-max)) | |
| 234 (if (null rmail-inbox-list) | |
| 235 (progn | |
| 236 (rmail-set-message-counters) | |
| 237 (rmail-show-message)))) | |
|
1342
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
238 (let ((existing-unseen (rmail-first-unseen-message))) |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
239 (or file-name-arg |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
240 (rmail-get-new-mail)) |
|
1342
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
241 ;; Show the first unseen message, which might be from a previous session |
|
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
242 ;; or might have been just read in by rmail-get-new-mail. Must |
|
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
243 ;; determine already unseen messages first, as rmail-get-new-mail |
|
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3540
diff
changeset
|
244 ;; positions on the first new message, thus marking it as seen. |
|
1342
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
245 (rmail-show-message existing-unseen)))) |
| 270 | 246 |
| 247 ;; Given the value of MAILPATH, return a list of inbox file names. | |
| 248 ;; This is turned off because it is not clear that the user wants | |
| 249 ;; all these inboxes to feed into the primary rmail file. | |
| 250 ; (defun rmail-convert-mailpath (string) | |
| 251 ; (let (idx list) | |
| 252 ; (while (setq idx (string-match "[%:]" string)) | |
| 253 ; (let ((this (substring string 0 idx))) | |
| 254 ; (setq string (substring string (1+ idx))) | |
| 255 ; (setq list (cons (if (string-match "%" this) | |
| 256 ; (substring this 0 (string-match "%" this)) | |
| 257 ; this) | |
| 258 ; list)))) | |
| 259 ; list)) | |
| 260 | |
| 261 ; I have checked that adding "-*- rmail -*-" to the BABYL OPTIONS line | |
| 262 ; will not cause emacs 18.55 problems. | |
| 263 | |
| 264 (defun rmail-convert-file () | |
| 265 (let (convert) | |
| 266 (widen) | |
| 267 (goto-char (point-min)) | |
| 268 ;; If file doesn't start like a Babyl file, | |
| 269 ;; convert it to one, by adding a header and converting each message. | |
| 270 (cond ((looking-at "BABYL OPTIONS:")) | |
| 271 ((looking-at "Version: 5\n") | |
| 272 ;; Losing babyl file made by old version of Rmail. | |
| 273 ;; Just fix the babyl file header; don't make a new one, | |
| 274 ;; so we don't lose the Labels: file attribute, etc. | |
| 275 (let ((buffer-read-only nil)) | |
| 276 (insert "BABYL OPTIONS: -*- rmail -*-\n"))) | |
|
4764
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
277 ((equal (point-min) (point-max)) |
|
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
278 ;; Empty RMAIL file. Just insert the header. |
|
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
279 (rmail-insert-rmail-file-header)) |
| 270 | 280 (t |
|
4764
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
281 ;; Non-empty file in non-RMAIL format. Add header and convert. |
| 270 | 282 (setq convert t) |
| 283 (rmail-insert-rmail-file-header))) | |
| 284 ;; If file was not a Babyl file or if there are | |
| 285 ;; Unix format messages added at the end, | |
| 286 ;; convert file as necessary. | |
| 287 (if (or convert | |
|
4673
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
288 (save-excursion |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
289 (goto-char (point-max)) |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
290 (search-backward "\^_") |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
291 (forward-char 1) |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
292 (looking-at "\n*From "))) |
| 270 | 293 (let ((buffer-read-only nil)) |
| 294 (message "Converting to Babyl format...") | |
|
4673
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
295 ;; If file needs conversion, convert it all, |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
296 ;; except for the BABYL header. |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
297 ;; (rmail-convert-to-babyl-format would delete the header.) |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
298 (goto-char (point-min)) |
|
047e8f8469d9
(rmail-convert-file): Exclude the Babyl header
Richard M. Stallman <rms@gnu.org>
parents:
4579
diff
changeset
|
299 (search-forward "\n\^_" nil t) |
|
4698
196fac1c1086
(rmail-convert-file): Narrow to exclude the Babyl header.
Richard M. Stallman <rms@gnu.org>
parents:
4673
diff
changeset
|
300 (narrow-to-region (point) (point-max)) |
| 270 | 301 (rmail-convert-to-babyl-format) |
| 302 (message "Converting to Babyl format...done"))))) | |
| 303 | |
|
4764
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
304 ;;; I have checked that adding "-*- rmail -*-" to the BABYL OPTIONS line |
|
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
305 ;;; will not cause emacs 18.55 problems. |
| 270 | 306 |
| 307 (defun rmail-insert-rmail-file-header () | |
| 308 (let ((buffer-read-only nil)) | |
| 309 (insert "BABYL OPTIONS: -*- rmail -*- | |
| 310 Version: 5 | |
| 311 Labels: | |
| 312 Note: This is the header of an rmail file. | |
| 313 Note: If you are seeing it in rmail, | |
| 314 Note: it means the file has no messages in it.\n\^_"))) | |
| 315 | |
| 316 (if rmail-mode-map | |
| 317 nil | |
| 318 (setq rmail-mode-map (make-keymap)) | |
| 319 (suppress-keymap rmail-mode-map) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
320 (define-key rmail-mode-map "a" 'rmail-add-label) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
321 (define-key rmail-mode-map "b" 'rmail-bury) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
322 (define-key rmail-mode-map "c" 'rmail-continue) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
323 (define-key rmail-mode-map "d" 'rmail-delete-forward) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
324 (define-key rmail-mode-map "\C-d" 'rmail-delete-backward) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
325 (define-key rmail-mode-map "e" 'rmail-edit-current-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
326 (define-key rmail-mode-map "f" 'rmail-forward) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
327 (define-key rmail-mode-map "g" 'rmail-get-new-mail) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
328 (define-key rmail-mode-map "h" 'rmail-summary) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
329 (define-key rmail-mode-map "i" 'rmail-input) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
330 (define-key rmail-mode-map "j" 'rmail-show-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
331 (define-key rmail-mode-map "k" 'rmail-kill-label) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
332 (define-key rmail-mode-map "l" 'rmail-summary-by-labels) |
| 270 | 333 (define-key rmail-mode-map "\e\C-h" 'rmail-summary) |
| 334 (define-key rmail-mode-map "\e\C-l" 'rmail-summary-by-labels) | |
| 335 (define-key rmail-mode-map "\e\C-r" 'rmail-summary-by-recipients) | |
| 336 (define-key rmail-mode-map "\e\C-s" 'rmail-summary-by-regexp) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
337 (define-key rmail-mode-map "\e\C-t" 'rmail-summary-by-topic) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
338 (define-key rmail-mode-map "m" 'rmail-mail) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
339 (define-key rmail-mode-map "\em" 'rmail-retry-failure) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
340 (define-key rmail-mode-map "n" 'rmail-next-undeleted-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
341 (define-key rmail-mode-map "\en" 'rmail-next-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
342 (define-key rmail-mode-map "\e\C-n" 'rmail-next-labeled-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
343 (define-key rmail-mode-map "o" 'rmail-output-to-rmail-file) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
344 (define-key rmail-mode-map "\C-o" 'rmail-output) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
345 (define-key rmail-mode-map "p" 'rmail-previous-undeleted-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
346 (define-key rmail-mode-map "\ep" 'rmail-previous-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
347 (define-key rmail-mode-map "\e\C-p" 'rmail-previous-labeled-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
348 (define-key rmail-mode-map "q" 'rmail-quit) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
349 (define-key rmail-mode-map "r" 'rmail-reply) |
|
1464
7f25b15a6809
(rmail-mode-map): Delete binding of M-r (use global one).
Richard M. Stallman <rms@gnu.org>
parents:
1382
diff
changeset
|
350 ;; I find I can't live without the default M-r command -- rms. |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
351 ;; (define-key rmail-mode-map "\er" 'rmail-search-backwards) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
352 (define-key rmail-mode-map "s" 'rmail-expunge-and-save) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
353 (define-key rmail-mode-map "\es" 'rmail-search) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
354 (define-key rmail-mode-map "t" 'rmail-toggle-header) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
355 (define-key rmail-mode-map "u" 'rmail-undelete-previous-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
356 (define-key rmail-mode-map "w" 'rmail-edit-current-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
357 (define-key rmail-mode-map "x" 'rmail-expunge) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
358 (define-key rmail-mode-map "." 'rmail-beginning-of-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
359 (define-key rmail-mode-map "<" 'rmail-first-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
360 (define-key rmail-mode-map ">" 'rmail-last-message) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
361 (define-key rmail-mode-map " " 'scroll-up) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
362 (define-key rmail-mode-map "\177" 'scroll-down) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
363 (define-key rmail-mode-map "?" 'describe-mode) |
|
3877
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
364 (define-key rmail-mode-map "\C-c\C-s\C-d" 'rmail-sort-by-date) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
365 (define-key rmail-mode-map "\C-c\C-s\C-s" 'rmail-sort-by-subject) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
366 (define-key rmail-mode-map "\C-c\C-s\C-a" 'rmail-sort-by-author) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
367 (define-key rmail-mode-map "\C-c\C-s\C-r" 'rmail-sort-by-recipient) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
368 (define-key rmail-mode-map "\C-c\C-s\C-c" 'rmail-sort-by-correspondent) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
369 (define-key rmail-mode-map "\C-c\C-s\C-l" 'rmail-sort-by-lines) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
370 ) |
|
3863
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
371 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
372 (define-key rmail-mode-map [menu-bar] (make-sparse-keymap)) |
| 270 | 373 |
|
3863
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
374 (define-key rmail-mode-map [menu-bar classify] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
375 (cons "Classify" (make-sparse-keymap "Classify"))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
376 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
377 (define-key rmail-mode-map [menu-bar classify output-inbox] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
378 '("Output (inbox)" . rmail-output)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
379 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
380 (define-key rmail-mode-map [menu-bar classify output] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
381 '("Output (Rmail)" . rmail-output-to-rmail-file)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
382 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
383 (define-key rmail-mode-map [menu-bar classify kill-label] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
384 '("Kill Label" . rmail-kill-label)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
385 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
386 (define-key rmail-mode-map [menu-bar classify add-label] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
387 '("Add Label" . rmail-add-label)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
388 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
389 (define-key rmail-mode-map [menu-bar summary] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
390 (cons "Summary" (make-sparse-keymap "Summary"))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
391 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
392 (define-key rmail-mode-map [menu-bar summary labels] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
393 '("By Labels" . rmail-summary-by-labels)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
394 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
395 (define-key rmail-mode-map [menu-bar summary recipients] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
396 '("By Recipients" . rmail-summary-by-recipients)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
397 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
398 (define-key rmail-mode-map [menu-bar summary topic] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
399 '("By Topic" . rmail-summary-by-topic)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
400 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
401 (define-key rmail-mode-map [menu-bar summary regexp] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
402 '("By Regexp" . rmail-summary-by-regexp)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
403 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
404 (define-key rmail-mode-map [menu-bar summary all] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
405 '("All" . rmail-summary)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
406 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
407 (define-key rmail-mode-map [menu-bar mail] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
408 (cons "Mail" (make-sparse-keymap "Mail"))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
409 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
410 (define-key rmail-mode-map [menu-bar mail continue] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
411 '("Continue" . rmail-continue)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
412 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
413 (define-key rmail-mode-map [menu-bar mail forward] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
414 '("Forward" . rmail-forward)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
415 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
416 (define-key rmail-mode-map [menu-bar mail retry] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
417 '("Retry" . rmail-retry-failure)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
418 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
419 (define-key rmail-mode-map [menu-bar mail reply] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
420 '("Reply" . rmail-reply)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
421 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
422 (define-key rmail-mode-map [menu-bar mail mail] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
423 '("Mail" . rmail-mail)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
424 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
425 (define-key rmail-mode-map [menu-bar delete] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
426 (cons "Delete" (make-sparse-keymap "Delete"))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
427 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
428 (define-key rmail-mode-map [menu-bar delete expunge/save] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
429 '("Expunge/Save" . rmail-expunge-and-save)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
430 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
431 (define-key rmail-mode-map [menu-bar delete expunge] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
432 '("Expunge" . rmail-expunge)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
433 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
434 (define-key rmail-mode-map [menu-bar delete undelete] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
435 '("Undelete" . rmail-undelete-previous-message)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
436 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
437 (define-key rmail-mode-map [menu-bar delete delete] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
438 '("Delete" . rmail-delete-forward)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
439 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
440 (define-key rmail-mode-map [menu-bar move] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
441 (cons "Move" (make-sparse-keymap "Move"))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
442 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
443 (define-key rmail-mode-map [menu-bar move search-back] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
444 '("Search Back" . rmail-search-backward)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
445 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
446 (define-key rmail-mode-map [menu-bar move search] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
447 '("Search" . rmail-search)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
448 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
449 (define-key rmail-mode-map [menu-bar move previous] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
450 '("Previous Nondeleted" . rmail-previous-undeleted-message)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
451 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
452 (define-key rmail-mode-map [menu-bar move next] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
453 '("Next Nondeleted" . rmail-next-undeleted-message)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
454 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
455 (define-key rmail-mode-map [menu-bar move last] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
456 '("Last" . rmail-last-message)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
457 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
458 (define-key rmail-mode-map [menu-bar move first] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
459 '("First" . rmail-first-message)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
460 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
461 (define-key rmail-mode-map [menu-bar move previous] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
462 '("Previous" . rmail-previous-message)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
463 |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
464 (define-key rmail-mode-map [menu-bar move next] |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
465 '("Next" . rmail-next-message)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
466 |
| 270 | 467 ;; Rmail mode is suitable only for specially formatted data. |
| 468 (put 'rmail-mode 'mode-class 'special) | |
| 469 | |
|
1382
9b210c7d6c23
* rmail.el (rmail-mode): Make this autoload; we might find a file
Jim Blandy <jimb@redhat.com>
parents:
1372
diff
changeset
|
470 ;;;###autoload |
| 270 | 471 (defun rmail-mode () |
| 472 "Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files. | |
| 473 All normal editing commands are turned off. | |
| 474 Instead, these commands are available: | |
| 475 | |
| 476 \\[rmail-beginning-of-message] Move point to front of this message (same as \\[beginning-of-buffer]). | |
| 477 \\[scroll-up] Scroll to next screen of this message. | |
| 478 \\[scroll-down] Scroll to previous screen of this message. | |
| 479 \\[rmail-next-undeleted-message] Move to Next non-deleted message. | |
| 480 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message. | |
| 481 \\[rmail-next-message] Move to Next message whether deleted or not. | |
| 482 \\[rmail-previous-message] Move to Previous message whether deleted or not. | |
| 483 \\[rmail-first-message] Move to the first message in Rmail file. | |
| 484 \\[rmail-last-message] Move to the last message in Rmail file. | |
| 485 \\[rmail-show-message] Jump to message specified by numeric position in file. | |
| 486 \\[rmail-search] Search for string and show message it is found in. | |
| 487 \\[rmail-delete-forward] Delete this message, move to next nondeleted. | |
| 488 \\[rmail-delete-backward] Delete this message, move to previous nondeleted. | |
| 489 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages | |
| 490 till a deleted message is found. | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
491 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail. |
| 270 | 492 \\[rmail-expunge] Expunge deleted messages. |
| 493 \\[rmail-expunge-and-save] Expunge and save the file. | |
| 494 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer. | |
| 495 \\[save-buffer] Save without expunging. | |
|
2423
5dd3b7338f71
(rmail): Don't use mbox as inbox by default.
Richard M. Stallman <rms@gnu.org>
parents:
2076
diff
changeset
|
496 \\[rmail-get-new-mail] Move new mail from system spool directory into this file. |
| 270 | 497 \\[rmail-mail] Mail a message (same as \\[mail-other-window]). |
| 498 \\[rmail-continue] Continue composing outgoing message started before. | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
499 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
500 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message. |
| 270 | 501 \\[rmail-forward] Forward this message to another user. |
| 502 \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it). | |
| 503 \\[rmail-output] Output this message to a Unix-format mail file (append it). | |
| 504 \\[rmail-input] Input Rmail file. Run Rmail on that file. | |
| 505 \\[rmail-add-label] Add label to message. It will be displayed in the mode line. | |
| 506 \\[rmail-kill-label] Kill label. Remove a label from current message. | |
| 507 \\[rmail-next-labeled-message] Move to Next message with specified label | |
| 508 (label defaults to last one specified). | |
| 509 Standard labels: filed, unseen, answered, forwarded, deleted. | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
510 Any other label is present only if you add it with \\[rmail-add-label]. |
| 270 | 511 \\[rmail-previous-labeled-message] Move to Previous message with specified label |
| 512 \\[rmail-summary] Show headers buffer, with a one line summary of each message. | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
513 \\[rmail-summary-by-labels] Summarize only messages with particular label(s). |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
514 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s). |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
515 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s). |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
516 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s). |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
517 \\[rmail-toggle-header] Toggle display of complete header." |
| 270 | 518 (interactive) |
| 519 (rmail-mode-2) | |
| 520 (rmail-set-message-counters) | |
|
3864
ee987f852b10
(rmail-mode): Move to the last message.
Richard M. Stallman <rms@gnu.org>
parents:
3863
diff
changeset
|
521 (rmail-show-message rmail-total-messages)) |
| 270 | 522 |
| 523 (defun rmail-mode-2 () | |
| 524 (kill-all-local-variables) | |
| 525 (rmail-mode-1) | |
| 526 (rmail-variables) | |
| 527 (run-hooks 'rmail-mode-hook)) | |
| 528 | |
| 529 (defun rmail-mode-1 () | |
| 530 (setq major-mode 'rmail-mode) | |
| 531 (setq mode-name "RMAIL") | |
| 532 (setq buffer-read-only t) | |
| 533 ;; No need to auto save RMAIL files. | |
| 534 (setq buffer-auto-save-file-name nil) | |
| 535 (if (boundp 'mode-line-modified) | |
| 536 (setq mode-line-modified "--- ") | |
| 537 (setq mode-line-format | |
| 538 (cons "--- " (cdr (default-value 'mode-line-format))))) | |
| 539 (use-local-map rmail-mode-map) | |
| 540 (set-syntax-table text-mode-syntax-table) | |
| 541 (setq local-abbrev-table text-mode-abbrev-table)) | |
| 542 | |
| 543 (defun rmail-variables () | |
| 544 (make-local-variable 'revert-buffer-function) | |
| 545 (setq revert-buffer-function 'rmail-revert) | |
| 546 (make-local-variable 'rmail-last-label) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
547 (make-local-variable 'rmail-last-regexp) |
| 270 | 548 (make-local-variable 'rmail-deleted-vector) |
| 549 (make-local-variable 'rmail-summary-buffer) | |
| 550 (make-local-variable 'rmail-summary-vector) | |
| 551 (make-local-variable 'rmail-current-message) | |
| 552 (make-local-variable 'rmail-total-messages) | |
| 553 (make-local-variable 'require-final-newline) | |
| 554 (setq require-final-newline nil) | |
| 555 (make-local-variable 'version-control) | |
| 556 (setq version-control 'never) | |
| 557 (make-local-variable 'file-precious-flag) | |
| 558 (setq file-precious-flag t) | |
| 559 (make-local-variable 'rmail-message-vector) | |
| 560 (make-local-variable 'rmail-last-file) | |
| 561 (make-local-variable 'rmail-inbox-list) | |
| 562 (setq rmail-inbox-list (rmail-parse-file-inboxes)) | |
|
3540
c14c0f2954fd
(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman <rms@gnu.org>
parents:
3484
diff
changeset
|
563 ;; Provide default set of inboxes for primary mail file ~/RMAIL. |
|
c14c0f2954fd
(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman <rms@gnu.org>
parents:
3484
diff
changeset
|
564 (and (null rmail-inbox-list) |
|
4010
735b8dc6cdd2
(rmail-variables): Compare truename as well as given name
Richard M. Stallman <rms@gnu.org>
parents:
3931
diff
changeset
|
565 (or (equal buffer-file-name (expand-file-name rmail-file-name)) |
|
735b8dc6cdd2
(rmail-variables): Compare truename as well as given name
Richard M. Stallman <rms@gnu.org>
parents:
3931
diff
changeset
|
566 (equal buffer-file-truename (file-truename rmail-file-name))) |
|
3540
c14c0f2954fd
(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman <rms@gnu.org>
parents:
3484
diff
changeset
|
567 (setq rmail-inbox-list |
|
c14c0f2954fd
(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman <rms@gnu.org>
parents:
3484
diff
changeset
|
568 (or rmail-primary-inbox-list |
|
c14c0f2954fd
(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman <rms@gnu.org>
parents:
3484
diff
changeset
|
569 (list (or (getenv "MAIL") |
|
c14c0f2954fd
(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman <rms@gnu.org>
parents:
3484
diff
changeset
|
570 (concat rmail-spool-directory |
|
c14c0f2954fd
(rmail-variables): Default rmail-inbox-list here.
Richard M. Stallman <rms@gnu.org>
parents:
3484
diff
changeset
|
571 (user-original-login-name))))))) |
| 270 | 572 (make-local-variable 'rmail-keywords) |
| 573 ;; this gets generated as needed | |
|
280
e6f9ccb230ad
*** empty log message ***
Michael I. Bushnell <mib@gnu.org>
parents:
270
diff
changeset
|
574 (setq rmail-keywords nil)) |
| 270 | 575 |
| 576 ;; Handle M-x revert-buffer done in an rmail-mode buffer. | |
| 577 (defun rmail-revert (arg noconfirm) | |
| 578 (let (revert-buffer-function) | |
| 579 ;; Call our caller again, but this time it does the default thing. | |
| 580 (if (revert-buffer arg noconfirm) | |
| 581 ;; If the user said "yes", and we changed something, | |
| 582 ;; reparse the messages. | |
| 583 (progn | |
| 584 (rmail-convert-file) | |
| 585 (goto-char (point-max)) | |
| 586 (rmail-set-message-counters) | |
| 587 (rmail-show-message))))) | |
| 588 | |
| 589 ;; Return a list of files from this buffer's Mail: option. | |
| 590 ;; Does not assume that messages have been parsed. | |
| 591 ;; Just returns nil if buffer does not look like Babyl format. | |
| 592 (defun rmail-parse-file-inboxes () | |
| 593 (save-excursion | |
| 594 (save-restriction | |
| 595 (widen) | |
| 596 (goto-char 1) | |
| 597 (cond ((looking-at "BABYL OPTIONS:") | |
| 598 (search-forward "\n\^_" nil 'move) | |
| 599 (narrow-to-region 1 (point)) | |
| 600 (goto-char 1) | |
| 601 (if (search-forward "\nMail:" nil t) | |
| 602 (progn | |
| 603 (narrow-to-region (point) (progn (end-of-line) (point))) | |
| 604 (goto-char (point-min)) | |
| 605 (mail-parse-comma-list)))))))) | |
| 606 | |
| 607 (defun rmail-expunge-and-save () | |
| 608 "Expunge and save RMAIL file." | |
| 609 (interactive) | |
| 610 (rmail-expunge) | |
| 611 (save-buffer)) | |
| 612 | |
| 613 (defun rmail-quit () | |
| 614 "Quit out of RMAIL." | |
| 615 (interactive) | |
| 616 (rmail-expunge-and-save) | |
| 617 ;; Don't switch to the summary buffer even if it was recently visible. | |
| 618 (if rmail-summary-buffer | |
| 619 (bury-buffer rmail-summary-buffer)) | |
| 620 (let ((obuf (current-buffer))) | |
| 621 (switch-to-buffer (other-buffer)) | |
| 622 (bury-buffer obuf))) | |
| 623 | |
| 624 ;;;###autoload | |
| 625 (defun rmail-input (filename) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
626 "Run Rmail on file FILENAME." |
| 270 | 627 (interactive "FRun rmail on RMAIL file: ") |
| 628 (rmail filename)) | |
| 629 | |
| 630 | |
| 631 ;;;; *** Rmail input *** | |
| 632 | |
| 633 ;; RLK feature not added in this version: | |
| 634 ;; argument specifies inbox file or files in various ways. | |
| 635 | |
| 636 (defun rmail-get-new-mail (&optional file-name) | |
| 637 "Move any new mail from this RMAIL file's inbox files. | |
| 638 The inbox files can be specified with the file's Mail: option. The | |
| 639 variable `rmail-primary-inbox-list' specifies the inboxes for your | |
|
2423
5dd3b7338f71
(rmail): Don't use mbox as inbox by default.
Richard M. Stallman <rms@gnu.org>
parents:
2076
diff
changeset
|
640 primary RMAIL file if it has no Mail: option. By default, this is |
|
5dd3b7338f71
(rmail): Don't use mbox as inbox by default.
Richard M. Stallman <rms@gnu.org>
parents:
2076
diff
changeset
|
641 your /usr/spool/mail/$USER. |
| 270 | 642 |
| 643 You can also specify the file to get new mail from. In this case, the | |
| 644 file of new mail is not changed or deleted. Noninteractively, you can | |
| 645 pass the inbox file name as an argument. Interactively, a prefix | |
| 646 argument causes us to read a file name and use that file as the inbox." | |
| 647 (interactive | |
| 648 (list (if current-prefix-arg | |
| 649 (read-file-name "Get new mail from file: ")))) | |
| 650 (or (verify-visited-file-modtime (current-buffer)) | |
| 651 (progn | |
| 652 (find-file (buffer-file-name)) | |
|
2006
3f64e7ba7fdd
(rmail-get-new-mail): Reset read-only after find-file.
Richard M. Stallman <rms@gnu.org>
parents:
1757
diff
changeset
|
653 (setq buffer-read-only t) |
| 270 | 654 (if (verify-visited-file-modtime (current-buffer)) |
| 655 (rmail-forget-messages)))) | |
| 656 (rmail-maybe-set-message-counters) | |
| 657 (widen) | |
| 658 ;; Get rid of all undo records for this buffer. | |
| 659 (or (eq buffer-undo-list t) | |
| 660 (setq buffer-undo-list nil)) | |
| 661 (unwind-protect | |
| 662 (let ((opoint (point)) | |
| 663 (new-messages 0) | |
| 664 (delete-files ()) | |
| 665 ;; If buffer has not changed yet, and has not been saved yet, | |
| 666 ;; don't replace the old backup file now. | |
| 667 (make-backup-files (and make-backup-files (buffer-modified-p))) | |
| 668 (buffer-read-only nil) | |
| 669 ;; Don't make undo records for what we do in getting mail. | |
| 670 (buffer-undo-list t)) | |
| 671 (goto-char (point-max)) | |
| 672 (skip-chars-backward " \t\n") ; just in case of brain damage | |
| 673 (delete-region (point) (point-max)) ; caused by require-final-newline | |
| 674 (save-excursion | |
| 675 (save-restriction | |
| 676 (narrow-to-region (point) (point)) | |
| 677 ;; Read in the contents of the inbox files, | |
| 678 ;; renaming them as necessary, | |
| 679 ;; and adding to the list of files to delete eventually. | |
| 680 (if file-name | |
| 681 (rmail-insert-inbox-text (list file-name) nil) | |
| 682 (setq delete-files (rmail-insert-inbox-text rmail-inbox-list t))) | |
| 683 ;; Scan the new text and convert each message to babyl format. | |
| 684 (goto-char (point-min)) | |
| 685 (save-excursion | |
| 686 (setq new-messages (rmail-convert-to-babyl-format))) | |
| 687 (or (zerop new-messages) | |
| 688 (let (success) | |
| 689 (widen) | |
| 690 (search-backward "\n\^_") | |
| 691 (narrow-to-region (point) (point-max)) | |
| 692 (goto-char (1+ (point-min))) | |
| 693 (rmail-count-new-messages) | |
| 694 (save-buffer))) | |
| 695 ;; Delete the old files, now that babyl file is saved. | |
| 696 (while delete-files | |
| 697 (condition-case () | |
| 1165 | 698 ;; First, try deleting. |
| 699 (condition-case () | |
| 700 (delete-file (car delete-files)) | |
| 701 (file-error | |
| 702 ;; If we can't delete it, truncate it. | |
| 703 (write-region (point) (point) (car delete-files)))) | |
| 270 | 704 (file-error nil)) |
| 705 (setq delete-files (cdr delete-files))))) | |
| 706 (if (= new-messages 0) | |
| 707 (progn (goto-char opoint) | |
| 708 (if (or file-name rmail-inbox-list) | |
| 709 (message "(No new mail has arrived)"))) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
710 (if (rmail-summary-exists) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
711 (rmail-select-summary |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
712 (rmail-update-summary))) |
| 270 | 713 (message "%d new message%s read" |
| 714 new-messages (if (= 1 new-messages) "" "s")) | |
| 715 (and (boundp 'display-time-string) | |
| 716 (string-match " Mail" display-time-string) | |
| 717 (setq display-time-string | |
| 718 (concat | |
| 719 (substring display-time-string 0 (match-beginning 0)) | |
| 720 (substring display-time-string (match-end 0)))) | |
| 721 (force-mode-line-update 'all)))) | |
| 722 ;; Don't leave the buffer screwed up if we get a disk-full error. | |
| 723 (rmail-show-message))) | |
| 724 | |
| 725 (defun rmail-insert-inbox-text (files renamep) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
726 (let (file tofile delete-files movemail popmail) |
| 270 | 727 (while files |
| 728 (setq file (expand-file-name (substitute-in-file-name (car files))) | |
| 729 ;;>> un*x specific << | |
| 813 | 730 ;; The "+" used to be "~", which is an extremely poor choice; |
| 731 ;; it might accidentally be deleted when space is low | |
| 732 ;; (as happened to me!). | |
| 733 tofile (concat file "+")) | |
| 270 | 734 ;; If getting from mail spool directory, |
| 735 ;; use movemail to move rather than just renaming, | |
| 736 ;; so as to interlock with the mailer. | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
737 (setq movemail (equal (file-name-directory file) rmail-spool-directory) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
738 popmail (string-match "^po:" (file-name-nondirectory file))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
739 (if popmail (setq file (file-name-nondirectory file) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
740 renamep t)) |
| 270 | 741 (if movemail |
| 742 (progn | |
| 743 (setq tofile (expand-file-name | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
744 ;; Generate name to move to from inbox name, |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
745 ;; in case of multiple inboxes that need moving. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
746 (concat ".newmail-" (file-name-nondirectory file)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
747 ;; Use the directory of this rmail file |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
748 ;; because it's a nuisance to use the homedir |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
749 ;; if that is on a full disk and this rmail |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
750 ;; file isn't. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
751 (file-name-directory |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
752 (expand-file-name buffer-file-name)))) |
| 270 | 753 ;; On some systems, /usr/spool/mail/foo is a directory |
| 754 ;; and the actual inbox is /usr/spool/mail/foo/foo. | |
| 755 (if (file-directory-p file) | |
| 756 (setq file (expand-file-name (user-original-login-name) | |
| 757 file))))) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
758 (if popmail |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
759 (message "Getting mail from post office ...") |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
760 (if (or (and (file-exists-p tofile) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
761 (/= 0 (nth 7 (file-attributes tofile)))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
762 (and (file-exists-p file) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
763 (/= 0 (nth 7 (file-attributes file))))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
764 (message "Getting mail from %s..." file))) |
| 270 | 765 ;; Set TOFILE if have not already done so, and |
| 766 ;; rename or copy the file FILE to TOFILE if and as appropriate. | |
| 767 (cond ((not renamep) | |
| 768 (setq tofile file)) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
769 ((or (file-exists-p tofile) (and (not popmail) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
770 (not (file-exists-p file)))) |
| 270 | 771 nil) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
772 ((and (not movemail) (not popmail)) |
|
4071
4f387cc0a49f
(rmail-insert-inbox-text): If inbox is not in the
Richard M. Stallman <rms@gnu.org>
parents:
4020
diff
changeset
|
773 ;; Try copying. If that fails (perhaps no space), |
|
4f387cc0a49f
(rmail-insert-inbox-text): If inbox is not in the
Richard M. Stallman <rms@gnu.org>
parents:
4020
diff
changeset
|
774 ;; rename instead. |
|
4f387cc0a49f
(rmail-insert-inbox-text): If inbox is not in the
Richard M. Stallman <rms@gnu.org>
parents:
4020
diff
changeset
|
775 (condition-case nil |
|
4f387cc0a49f
(rmail-insert-inbox-text): If inbox is not in the
Richard M. Stallman <rms@gnu.org>
parents:
4020
diff
changeset
|
776 (copy-file file tofile nil) |
|
4f387cc0a49f
(rmail-insert-inbox-text): If inbox is not in the
Richard M. Stallman <rms@gnu.org>
parents:
4020
diff
changeset
|
777 (error |
|
4f387cc0a49f
(rmail-insert-inbox-text): If inbox is not in the
Richard M. Stallman <rms@gnu.org>
parents:
4020
diff
changeset
|
778 (rename-file file tofile nil))) |
| 1165 | 779 ;; Make the real inbox file empty. |
| 780 ;; Leaving it deleted could cause lossage | |
| 781 ;; because mailers often won't create the file. | |
| 782 (condition-case () | |
| 783 (write-region (point) (point) file) | |
| 784 (file-error nil))) | |
| 270 | 785 (t |
| 786 (let ((errors nil)) | |
| 787 (unwind-protect | |
| 788 (save-excursion | |
| 789 (setq errors (generate-new-buffer " *rmail loss*")) | |
| 790 (buffer-disable-undo errors) | |
| 791 (call-process | |
| 792 (expand-file-name "movemail" exec-directory) | |
| 793 nil errors nil file tofile) | |
| 794 (if (not (buffer-modified-p errors)) | |
| 795 ;; No output => movemail won | |
| 796 nil | |
| 797 (set-buffer errors) | |
| 798 (subst-char-in-region (point-min) (point-max) | |
| 799 ?\n ?\ ) | |
| 800 (goto-char (point-max)) | |
| 801 (skip-chars-backward " \t") | |
| 802 (delete-region (point) (point-max)) | |
| 803 (goto-char (point-min)) | |
| 804 (if (looking-at "movemail: ") | |
| 805 (delete-region (point-min) (match-end 0))) | |
| 806 (beep t) | |
| 807 (message (concat "movemail: " | |
| 808 (buffer-substring (point-min) | |
| 809 (point-max)))) | |
| 810 (sit-for 3) | |
| 811 nil)) | |
| 812 (if errors (kill-buffer errors)))))) | |
| 813 ;; At this point, TOFILE contains the name to read: | |
| 814 ;; Either the alternate name (if we renamed) | |
| 815 ;; or the actual inbox (if not renaming). | |
| 816 (if (file-exists-p tofile) | |
| 817 (let (size) | |
| 818 (goto-char (point-max)) | |
| 819 (setq size (nth 1 (insert-file-contents tofile))) | |
| 820 (goto-char (point-max)) | |
| 821 (or (= (preceding-char) ?\n) | |
| 822 (zerop size) | |
| 823 (insert ?\n)) | |
| 824 (setq delete-files (cons tofile delete-files)))) | |
| 825 (message "") | |
| 826 (setq files (cdr files))) | |
| 827 delete-files)) | |
| 828 | |
| 829 ;; the rmail-break-forwarded-messages feature is not implemented | |
| 830 (defun rmail-convert-to-babyl-format () | |
| 831 (let ((count 0) start | |
|
402
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
832 (case-fold-search nil) |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
833 (invalid-input-resync |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
834 (function (lambda () |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
835 (message "Invalid Babyl format in inbox!") |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
836 (sit-for 1) |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
837 ;; Try to get back in sync with a real message. |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
838 (if (re-search-forward |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
839 (concat mmdf-delim1 "\\|^From") nil t) |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
840 (beginning-of-line) |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
841 (goto-char (point-max))))))) |
| 270 | 842 (goto-char (point-min)) |
| 843 (save-restriction | |
| 844 (while (not (eobp)) | |
| 845 (cond ((looking-at "BABYL OPTIONS:");Babyl header | |
|
402
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
846 (if (search-forward "\n\^_" nil t) |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
847 ;; If we find the proper terminator, delete through there. |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
848 (delete-region (point-min) (point)) |
|
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
849 (funcall invalid-input-resync) |
|
405
698d5d6e8f8b
*** empty log message ***
Michael I. Bushnell <mib@gnu.org>
parents:
403
diff
changeset
|
850 (delete-region (point-min) (point)))) |
| 270 | 851 ;; Babyl format message |
| 852 ((looking-at "\^L") | |
| 853 (or (search-forward "\n\^_" nil t) | |
|
402
14485c6a56aa
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
346
diff
changeset
|
854 (funcall invalid-input-resync)) |
| 270 | 855 (setq count (1+ count)) |
| 856 ;; Make sure there is no extra white space after the ^_ | |
| 857 ;; at the end of the message. | |
| 858 ;; Narrowing will make sure that whatever follows the junk | |
| 859 ;; will be treated properly. | |
| 860 (delete-region (point) | |
| 861 (save-excursion | |
| 862 (skip-chars-forward " \t\n") | |
| 863 (point))) | |
| 864 (narrow-to-region (point) (point-max))) | |
| 865 ;;*** MMDF format | |
| 866 ((let ((case-fold-search t)) | |
| 867 (looking-at mmdf-delim1)) | |
| 868 (let ((case-fold-search t)) | |
| 869 (replace-match "\^L\n0, unseen,,\n*** EOOH ***\n") | |
| 870 (setq start (point)) | |
| 871 (re-search-forward mmdf-delim2 nil t) | |
| 872 (replace-match "\^_")) | |
| 873 (save-excursion | |
| 874 (save-restriction | |
| 875 (narrow-to-region start (1- (point))) | |
| 876 (goto-char (point-min)) | |
| 877 (while (search-forward "\n\^_" nil t); single char "\^_" | |
| 878 (replace-match "\n^_")))); 2 chars: "^" and "_" | |
| 879 (narrow-to-region (point) (point-max)) | |
| 880 (setq count (1+ count))) | |
| 881 ;;*** Mail format | |
| 882 ((looking-at "^From ") | |
| 883 (setq start (point)) | |
| 884 (insert "\^L\n0, unseen,,\n*** EOOH ***\n") | |
| 885 (rmail-nuke-pinhead-header) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
886 ;; If this message has a Content-Length field, |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
887 ;; skip to the end of the contents. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
888 (let* ((header-end (save-excursion |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
889 (and (re-search-forward "\n\n" nil t) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
890 (point)))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
891 (case-fold-search t) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
892 (size |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
893 ;; Get the numeric value from the Content-Length field. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
894 (save-excursion |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
895 ;; Back up to end of prev line, |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
896 ;; in case the Content-Length field comes first. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
897 (forward-char -1) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
898 (and (search-forward "\ncontent-length: " |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
899 header-end t) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
900 (let ((beg (point)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
901 (eol (progn (end-of-line) (point)))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
902 (read (buffer-substring beg eol))))))) |
|
4819
22656ec8d019
(rmail-convert-to-babyl-format): Protect against
Richard M. Stallman <rms@gnu.org>
parents:
4764
diff
changeset
|
903 (and size (numberp size) (>= size 0) |
|
22656ec8d019
(rmail-convert-to-babyl-format): Protect against
Richard M. Stallman <rms@gnu.org>
parents:
4764
diff
changeset
|
904 (goto-char (+ header-end size)))) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
905 |
| 270 | 906 (if (re-search-forward |
| 907 (concat "^[\^_]?\\(" | |
| 617 | 908 rmail-unix-mail-delimiter |
| 909 "\\|" | |
| 270 | 910 mmdf-delim1 "\\|" |
| 911 "^BABYL OPTIONS:\\|" | |
| 912 "\^L\n[01],\\)") nil t) | |
| 913 (goto-char (match-beginning 1)) | |
| 914 (goto-char (point-max))) | |
| 915 (setq count (1+ count)) | |
| 916 (save-excursion | |
| 917 (save-restriction | |
| 918 (narrow-to-region start (point)) | |
| 919 (goto-char (point-min)) | |
| 920 (while (search-forward "\n\^_" nil t); single char | |
| 921 (replace-match "\n^_")))); 2 chars: "^" and "_" | |
| 922 (insert ?\^_) | |
| 923 (narrow-to-region (point) (point-max))) | |
| 924 ;; | |
|
2700
9de57e00caf7
(rmail-convert-to-babyl-format): Delete 1 char
Richard M. Stallman <rms@gnu.org>
parents:
2687
diff
changeset
|
925 ;; This kludge is because some versions of sendmail.el |
|
9de57e00caf7
(rmail-convert-to-babyl-format): Delete 1 char
Richard M. Stallman <rms@gnu.org>
parents:
2687
diff
changeset
|
926 ;; insert an extra newline at the beginning that shouldn't |
|
9de57e00caf7
(rmail-convert-to-babyl-format): Delete 1 char
Richard M. Stallman <rms@gnu.org>
parents:
2687
diff
changeset
|
927 ;; be there. sendmail.el has been fixed, but old versions |
|
9de57e00caf7
(rmail-convert-to-babyl-format): Delete 1 char
Richard M. Stallman <rms@gnu.org>
parents:
2687
diff
changeset
|
928 ;; may still be in use. -- rms, 7 May 1993. |
|
9de57e00caf7
(rmail-convert-to-babyl-format): Delete 1 char
Richard M. Stallman <rms@gnu.org>
parents:
2687
diff
changeset
|
929 ((eolp) (delete-char 1)) |
|
405
698d5d6e8f8b
*** empty log message ***
Michael I. Bushnell <mib@gnu.org>
parents:
403
diff
changeset
|
930 (t (error "Cannot convert to babyl format"))))) |
| 270 | 931 count)) |
| 932 | |
| 933 ;; Delete the "From ..." line, creating various other headers with | |
| 934 ;; information from it if they don't already exist. Now puts the | |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
935 ;; original line into a mail-from: header line for debugging and for |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
936 ;; use by the rmail-output function. |
| 270 | 937 (defun rmail-nuke-pinhead-header () |
| 938 (save-excursion | |
| 939 (save-restriction | |
| 940 (let ((start (point)) | |
| 941 (end (progn | |
| 942 (condition-case () | |
| 943 (search-forward "\n\n") | |
| 944 (error | |
| 945 (goto-char (point-max)) | |
| 946 (insert "\n\n"))) | |
| 947 (point))) | |
| 948 has-from has-date) | |
| 949 (narrow-to-region start end) | |
| 950 (let ((case-fold-search t)) | |
| 951 (goto-char start) | |
| 952 (setq has-from (search-forward "\nFrom:" nil t)) | |
| 953 (goto-char start) | |
| 954 (setq has-date (and (search-forward "\nDate:" nil t) (point))) | |
| 955 (goto-char start)) | |
| 956 (let ((case-fold-search nil)) | |
| 617 | 957 (if (re-search-forward (concat "^" rmail-unix-mail-delimiter) nil t) |
| 270 | 958 (replace-match |
| 959 (concat | |
| 960 "Mail-from: \\&" | |
| 961 ;; Keep and reformat the date if we don't | |
| 962 ;; have a Date: field. | |
| 963 (if has-date | |
| 964 "" | |
| 1112 | 965 (concat |
| 966 "Date: \\3, \\5 \\4 \\9 \\6 " | |
| 967 | |
| 968 ;; The timezone could be matched by group 7 or group 10. | |
| 969 ;; If neither of them matched, assume EST, since only | |
| 970 ;; Easterners would be so sloppy. | |
| 971 ;; It's a shame the substitution can't use "\\10". | |
| 972 (cond | |
| 973 ((/= (match-beginning 7) (match-end 7)) "\\7") | |
| 974 ((/= (match-beginning 10) (match-end 10)) | |
| 975 (buffer-substring (match-beginning 10) | |
| 976 (match-end 10))) | |
| 977 (t "EST")) | |
| 978 "\n")) | |
| 270 | 979 ;; Keep and reformat the sender if we don't |
| 980 ;; have a From: field. | |
| 981 (if has-from | |
| 982 "" | |
|
4340
505fb5222dea
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
Richard M. Stallman <rms@gnu.org>
parents:
4332
diff
changeset
|
983 "From: \\1\n")) |
|
505fb5222dea
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
Richard M. Stallman <rms@gnu.org>
parents:
4332
diff
changeset
|
984 t))))))) |
| 270 | 985 |
| 986 ;;;; *** Rmail Message Formatting and Header Manipulation *** | |
| 987 | |
| 988 (defun rmail-reformat-message (beg end) | |
| 989 (goto-char beg) | |
| 990 (forward-line 1) | |
| 991 (if (/= (following-char) ?0) | |
| 992 (error "Bad format in RMAIL file.")) | |
| 993 (let ((buffer-read-only nil) | |
| 994 (delta (- (buffer-size) end))) | |
| 995 (delete-char 1) | |
| 996 (insert ?1) | |
| 997 (forward-line 1) | |
|
4340
505fb5222dea
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
Richard M. Stallman <rms@gnu.org>
parents:
4332
diff
changeset
|
998 (let ((case-fold-search t)) |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
999 (while (looking-at "Summary-line:\\|Mail-From:") |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1000 (forward-line 1))) |
| 270 | 1001 (if (looking-at "\\*\\*\\* EOOH \\*\\*\\*\n") |
| 1002 (delete-region (point) | |
| 1003 (progn (forward-line 1) (point)))) | |
| 1004 (let ((str (buffer-substring (point) | |
| 1005 (save-excursion (search-forward "\n\n" end 'move) | |
| 1006 (point))))) | |
| 1007 (insert str "*** EOOH ***\n") | |
| 1008 (narrow-to-region (point) (- (buffer-size) delta))) | |
| 1009 (goto-char (point-min)) | |
| 1010 (if rmail-ignored-headers (rmail-clear-headers)) | |
| 1011 (if rmail-message-filter (funcall rmail-message-filter)))) | |
| 1012 | |
| 1013 (defun rmail-clear-headers () | |
| 1014 (if (search-forward "\n\n" nil t) | |
| 1015 (save-restriction | |
| 1016 (narrow-to-region (point-min) (point)) | |
| 1017 (let ((buffer-read-only nil)) | |
| 1018 (while (let ((case-fold-search t)) | |
| 1019 (goto-char (point-min)) | |
| 1020 (re-search-forward rmail-ignored-headers nil t)) | |
| 1021 (beginning-of-line) | |
| 1022 (delete-region (point) | |
| 1023 (progn (re-search-forward "\n[^ \t]") | |
| 1024 (forward-char -1) | |
| 1025 (point)))))))) | |
| 1026 | |
| 1027 (defun rmail-toggle-header () | |
| 1028 "Show original message header if pruned header currently shown, or vice versa." | |
| 1029 (interactive) | |
| 1030 (rmail-maybe-set-message-counters) | |
| 1031 (narrow-to-region (rmail-msgbeg rmail-current-message) (point-max)) | |
| 1032 (let ((buffer-read-only nil)) | |
| 1033 (goto-char (point-min)) | |
| 1034 (forward-line 1) | |
| 1035 (if (= (following-char) ?1) | |
| 1036 (progn (delete-char 1) | |
| 1037 (insert ?0) | |
| 1038 (forward-line 1) | |
|
4340
505fb5222dea
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
Richard M. Stallman <rms@gnu.org>
parents:
4332
diff
changeset
|
1039 (let ((case-fold-search t)) |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1040 (while (looking-at "Summary-Line:\\|Mail-From:") |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1041 (forward-line 1))) |
| 270 | 1042 (insert "*** EOOH ***\n") |
| 1043 (forward-char -1) | |
| 1044 (search-forward "\n*** EOOH ***\n") | |
| 1045 (forward-line -1) | |
| 1046 (let ((temp (point))) | |
| 1047 (and (search-forward "\n\n" nil t) | |
| 1048 (delete-region temp (point)))) | |
| 1049 (goto-char (point-min)) | |
| 1050 (search-forward "\n*** EOOH ***\n") | |
| 1051 (narrow-to-region (point) (point-max))) | |
| 1052 (rmail-reformat-message (point-min) (point-max))))) | |
| 1053 | |
| 1054 ;;;; *** Rmail Attributes and Keywords *** | |
| 1055 | |
| 1056 ;; Make a string describing current message's attributes and keywords | |
| 1057 ;; and set it up as the name of a minor mode | |
| 1058 ;; so it will appear in the mode line. | |
| 1059 (defun rmail-display-labels () | |
| 1060 (let ((blurb "") (beg (point-min-marker)) (end (point-max-marker))) | |
| 1061 (save-excursion | |
| 1062 (unwind-protect | |
| 1063 (progn | |
| 1064 (widen) | |
| 1065 (goto-char (rmail-msgbeg rmail-current-message)) | |
| 1066 (forward-line 1) | |
| 1067 (if (looking-at "[01],") | |
| 1068 (progn | |
| 1069 (narrow-to-region (point) (progn (end-of-line) (point))) | |
| 1070 ;; Truly valid BABYL format requires a space before each | |
| 1071 ;; attribute or keyword name. Put them in if missing. | |
| 1072 (let (buffer-read-only) | |
| 1073 (goto-char (point-min)) | |
| 1074 (while (search-forward "," nil t) | |
| 1075 (or (looking-at "[ ,]") (eobp) | |
| 1076 (insert " ")))) | |
| 1077 (goto-char (point-max)) | |
| 1078 (if (search-backward ",," nil 'move) | |
| 1079 (progn | |
| 1080 (if (> (point) (1+ (point-min))) | |
| 1081 (setq blurb (buffer-substring (+ 1 (point-min)) (point)))) | |
| 1082 (if (> (- (point-max) (point)) 2) | |
| 1083 (setq blurb | |
| 1084 (concat blurb | |
| 1085 ";" | |
| 1086 (buffer-substring (+ (point) 3) | |
| 1087 (1- (point-max))))))))))) | |
| 1088 ;; Note: we don't use save-restriction because that does not work right | |
| 1089 ;; if changes are made outside the saved restriction | |
| 1090 ;; before that restriction is restored. | |
| 1091 (narrow-to-region beg end) | |
| 1092 (set-marker beg nil) | |
| 1093 (set-marker end nil))) | |
| 1094 (while (string-match " +," blurb) | |
| 1095 (setq blurb (concat (substring blurb 0 (match-beginning 0)) "," | |
| 1096 (substring blurb (match-end 0))))) | |
| 1097 (while (string-match ", +" blurb) | |
| 1098 (setq blurb (concat (substring blurb 0 (match-beginning 0)) "," | |
| 1099 (substring blurb (match-end 0))))) | |
| 1100 (setq mode-line-process | |
| 1101 (concat " " rmail-current-message "/" rmail-total-messages | |
| 1102 blurb)))) | |
| 1103 | |
| 1104 ;; Turn an attribute of a message on or off according to STATE. | |
| 1105 ;; ATTR is the name of the attribute, as a string. | |
| 1106 ;; MSGNUM is message number to change; nil means current message. | |
| 1107 (defun rmail-set-attribute (attr state &optional msgnum) | |
| 1108 (let ((omax (point-max-marker)) | |
| 1109 (omin (point-min-marker)) | |
| 1110 (buffer-read-only nil)) | |
| 1111 (or msgnum (setq msgnum rmail-current-message)) | |
| 1112 (unwind-protect | |
| 1113 (save-excursion | |
| 1114 (widen) | |
| 1115 (goto-char (+ 3 (rmail-msgbeg msgnum))) | |
| 1116 (let ((curstate | |
| 1117 (not | |
| 1118 (null (search-backward (concat ", " attr ",") | |
| 1119 (prog1 (point) (end-of-line)) t))))) | |
| 1120 (or (eq curstate (not (not state))) | |
| 1121 (if curstate | |
| 1122 (delete-region (point) (1- (match-end 0))) | |
| 1123 (beginning-of-line) | |
| 1124 (forward-char 2) | |
| 1125 (insert " " attr ",")))) | |
| 1126 (if (string= attr "deleted") | |
| 1127 (rmail-set-message-deleted-p msgnum state))) | |
| 1128 ;; Note: we don't use save-restriction because that does not work right | |
| 1129 ;; if changes are made outside the saved restriction | |
| 1130 ;; before that restriction is restored. | |
| 1131 (narrow-to-region omin omax) | |
| 1132 (set-marker omin nil) | |
| 1133 (set-marker omax nil) | |
| 1134 (if (= msgnum rmail-current-message) | |
| 1135 (rmail-display-labels))))) | |
| 1136 | |
| 1137 ;; Return t if the attributes/keywords line of msg number MSG | |
| 1138 ;; contains a match for the regexp LABELS. | |
| 1139 (defun rmail-message-labels-p (msg labels) | |
| 1140 (save-excursion | |
| 1141 (save-restriction | |
| 1142 (widen) | |
| 1143 (goto-char (rmail-msgbeg msg)) | |
| 1144 (forward-char 3) | |
| 1145 (re-search-backward labels (prog1 (point) (end-of-line)) t)))) | |
| 1146 | |
| 1147 ;;;; *** Rmail Message Selection And Support *** | |
| 1148 | |
| 1149 (defun rmail-msgend (n) | |
| 1150 (marker-position (aref rmail-message-vector (1+ n)))) | |
| 1151 | |
| 1152 (defun rmail-msgbeg (n) | |
| 1153 (marker-position (aref rmail-message-vector n))) | |
| 1154 | |
| 1155 (defun rmail-widen-to-current-msgbeg (function) | |
| 1156 "Call FUNCTION with point at start of internal data of current message. | |
| 1157 Assumes that bounds were previously narrowed to display the message in Rmail. | |
| 1158 The bounds are widened enough to move point where desired, then narrowed | |
| 1159 again afterward. | |
| 1160 | |
| 1161 FUNCTION may not change the visible text of the message, but it may | |
| 1162 change the invisible header text." | |
| 1163 (save-excursion | |
| 344 | 1164 (let ((obeg (- (point-max) (point-min)))) |
| 270 | 1165 (unwind-protect |
| 1166 (progn | |
| 1167 (narrow-to-region (rmail-msgbeg rmail-current-message) | |
| 1168 (point-max)) | |
| 1169 (goto-char (point-min)) | |
| 1170 (funcall function)) | |
| 1171 ;; Note: we don't use save-restriction because that does not work right | |
| 1172 ;; if changes are made outside the saved restriction | |
| 1173 ;; before that restriction is restored. | |
| 1174 ;; Here we assume that changes made by FUNCTION | |
| 1175 ;; occur before the visible region of the message. | |
| 344 | 1176 (narrow-to-region (- (point-max) obeg) (point-max)))))) |
| 270 | 1177 |
| 1178 (defun rmail-forget-messages () | |
| 1179 (unwind-protect | |
| 1180 (if (vectorp rmail-message-vector) | |
| 1181 (let* ((i 0) | |
| 1182 (v rmail-message-vector) | |
| 1183 (n (length v))) | |
| 1184 (while (< i n) | |
| 1185 (move-marker (aref v i) nil) | |
| 1186 (setq i (1+ i))))) | |
| 1187 (setq rmail-message-vector nil) | |
| 1188 (setq rmail-deleted-vector nil))) | |
| 1189 | |
| 1190 (defun rmail-maybe-set-message-counters () | |
| 1191 (if (not (and rmail-deleted-vector | |
| 1192 rmail-message-vector | |
| 1193 rmail-current-message | |
| 1194 rmail-total-messages)) | |
| 1195 (rmail-set-message-counters))) | |
| 1196 | |
| 1197 (defun rmail-count-new-messages (&optional nomsg) | |
| 1198 (let* ((case-fold-search nil) | |
| 1199 (total-messages 0) | |
| 1200 (messages-head nil) | |
| 1201 (deleted-head nil)) | |
| 1202 (or nomsg (message "Counting new messages...")) | |
| 1203 (goto-char (point-max)) | |
| 1204 ;; Put at the end of messages-head | |
| 1205 ;; the entry for message N+1, which marks | |
| 1206 ;; the end of message N. (N = number of messages). | |
| 1207 (search-backward "\n\^_") | |
| 1208 (forward-char 1) | |
| 1209 (setq messages-head (list (point-marker))) | |
| 1210 (rmail-set-message-counters-counter (point-min)) | |
| 1211 (setq rmail-current-message (1+ rmail-total-messages)) | |
| 1212 (setq rmail-total-messages | |
| 1213 (+ rmail-total-messages total-messages)) | |
| 1214 (setq rmail-message-vector | |
| 1215 (vconcat rmail-message-vector (cdr messages-head))) | |
| 1216 (aset rmail-message-vector | |
| 1217 rmail-current-message (car messages-head)) | |
| 1218 (setq rmail-deleted-vector | |
| 1219 (concat rmail-deleted-vector deleted-head)) | |
| 1220 (setq rmail-summary-vector | |
| 1221 (vconcat rmail-summary-vector (make-vector total-messages nil))) | |
| 1222 (goto-char (point-min)) | |
| 1223 (or nomsg (message "Counting new messages...done (%d)" total-messages)))) | |
| 1224 | |
| 1225 (defun rmail-set-message-counters () | |
| 1226 (rmail-forget-messages) | |
| 1227 (save-excursion | |
| 1228 (save-restriction | |
| 1229 (widen) | |
| 1230 (let* ((point-save (point)) | |
| 1231 (total-messages 0) | |
| 1232 (messages-after-point) | |
| 1233 (case-fold-search nil) | |
| 1234 (messages-head nil) | |
| 1235 (deleted-head nil)) | |
| 1236 (message "Counting messages...") | |
| 1237 (goto-char (point-max)) | |
| 1238 ;; Put at the end of messages-head | |
| 1239 ;; the entry for message N+1, which marks | |
| 1240 ;; the end of message N. (N = number of messages). | |
| 1241 (search-backward "\n\^_") | |
| 1242 (forward-char 1) | |
| 1243 (setq messages-head (list (point-marker))) | |
| 1244 (rmail-set-message-counters-counter (min (point) point-save)) | |
| 1245 (setq messages-after-point total-messages) | |
| 1246 (rmail-set-message-counters-counter) | |
| 1247 (setq rmail-total-messages total-messages) | |
| 1248 (setq rmail-current-message | |
| 1249 (min total-messages | |
| 1250 (max 1 (- total-messages messages-after-point)))) | |
| 1251 (setq rmail-message-vector | |
| 1252 (apply 'vector (cons (point-min-marker) messages-head)) | |
| 1253 rmail-deleted-vector (concat "D" deleted-head) | |
| 1254 rmail-summary-vector (make-vector rmail-total-messages nil)) | |
| 1255 (message "Counting messages...done"))))) | |
| 1256 | |
| 1257 (defun rmail-set-message-counters-counter (&optional stop) | |
| 1258 (while (search-backward "\n\^_\^L\n" stop t) | |
| 1259 (forward-char 1) | |
| 1260 (setq messages-head (cons (point-marker) messages-head)) | |
| 1261 (save-excursion | |
| 1262 (setq deleted-head | |
| 1263 (cons (if (search-backward ", deleted," | |
| 1264 (prog1 (point) | |
| 1265 (forward-line 2)) | |
| 1266 t) | |
| 1267 ?D ?\ ) | |
| 1268 deleted-head))) | |
| 1269 (if (zerop (% (setq total-messages (1+ total-messages)) 20)) | |
| 1270 (message "Counting messages...%d" total-messages)))) | |
| 1271 | |
| 1272 (defun rmail-beginning-of-message () | |
| 1273 "Show current message starting from the beginning." | |
| 1274 (interactive) | |
| 1275 (rmail-show-message rmail-current-message)) | |
| 1276 | |
| 1277 (defun rmail-show-message (&optional n) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1278 "Show message number N (prefix argument), counting from start of file. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1279 If summary buffer is currently displayed, update current message there also." |
| 270 | 1280 (interactive "p") |
| 1281 (rmail-maybe-set-message-counters) | |
| 1282 (widen) | |
| 1283 (if (zerop rmail-total-messages) | |
| 1284 (progn (narrow-to-region (point-min) (1- (point-max))) | |
| 1285 (goto-char (point-min)) | |
| 1286 (setq mode-line-process nil)) | |
| 1287 (let (blurb) | |
| 1288 (if (not n) | |
| 1289 (setq n rmail-current-message) | |
| 1290 (cond ((<= n 0) | |
| 1291 (setq n 1 | |
| 1292 rmail-current-message 1 | |
| 1293 blurb "No previous message")) | |
| 1294 ((> n rmail-total-messages) | |
| 1295 (setq n rmail-total-messages | |
| 1296 rmail-current-message rmail-total-messages | |
| 1297 blurb "No following message")) | |
| 1298 (t | |
| 1299 (setq rmail-current-message n)))) | |
| 1300 (let ((beg (rmail-msgbeg n)) | |
| 1301 (end (rmail-msgend n))) | |
| 1302 (goto-char beg) | |
| 1303 (forward-line 1) | |
| 1304 (if (= (following-char) ?0) | |
| 1305 (progn | |
| 1306 (rmail-reformat-message beg end) | |
| 1307 (rmail-set-attribute "unseen" nil)) | |
| 1308 (search-forward "\n*** EOOH ***\n" end t) | |
| 1309 (narrow-to-region (point) end)) | |
| 1310 (goto-char (point-min)) | |
| 1311 (rmail-display-labels) | |
| 1312 (run-hooks 'rmail-show-message-hook) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1313 ;; If there is a summary buffer, try to move to this message |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1314 ;; in that buffer. But don't complain if this message |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1315 ;; is not mentioned in the summary. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1316 (if (rmail-summary-exists) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1317 (let ((curr-msg rmail-current-message)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1318 (rmail-select-summary |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1319 (rmail-summary-goto-msg curr-msg t t)))) |
| 270 | 1320 (if blurb |
| 1321 (message blurb)))))) | |
| 1322 | |
| 1323 (defun rmail-next-message (n) | |
| 1324 "Show following message whether deleted or not. | |
| 1325 With prefix arg N, moves forward N messages, or backward if N is negative." | |
| 1326 (interactive "p") | |
| 1327 (rmail-maybe-set-message-counters) | |
| 1328 (rmail-show-message (+ rmail-current-message n))) | |
| 1329 | |
| 1330 (defun rmail-previous-message (n) | |
| 1331 "Show previous message whether deleted or not. | |
| 1332 With prefix arg N, moves backward N messages, or forward if N is negative." | |
| 1333 (interactive "p") | |
| 1334 (rmail-next-message (- n))) | |
| 1335 | |
| 1336 (defun rmail-next-undeleted-message (n) | |
| 1337 "Show following non-deleted message. | |
| 1338 With prefix arg N, moves forward N non-deleted messages, | |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1339 or backward if N is negative. |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1340 |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1341 Returns t if a new message is being shown, nil otherwise." |
| 270 | 1342 (interactive "p") |
| 1343 (rmail-maybe-set-message-counters) | |
| 1344 (let ((lastwin rmail-current-message) | |
| 1345 (current rmail-current-message)) | |
| 1346 (while (and (> n 0) (< current rmail-total-messages)) | |
| 1347 (setq current (1+ current)) | |
| 1348 (if (not (rmail-message-deleted-p current)) | |
| 1349 (setq lastwin current n (1- n)))) | |
| 1350 (while (and (< n 0) (> current 1)) | |
| 1351 (setq current (1- current)) | |
| 1352 (if (not (rmail-message-deleted-p current)) | |
| 1353 (setq lastwin current n (1+ n)))) | |
| 1354 (if (/= lastwin rmail-current-message) | |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1355 (progn (rmail-show-message lastwin) |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1356 t) |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1357 (if (< n 0) |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1358 (message "No previous nondeleted message")) |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1359 (if (> n 0) |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1360 (message "No following nondeleted message")) |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1361 nil))) |
| 270 | 1362 |
| 1363 (defun rmail-previous-undeleted-message (n) | |
| 1364 "Show previous non-deleted message. | |
| 1365 With prefix argument N, moves backward N non-deleted messages, | |
| 1366 or forward if N is negative." | |
| 1367 (interactive "p") | |
| 1368 (rmail-next-undeleted-message (- n))) | |
| 1369 | |
| 1370 (defun rmail-first-message () | |
| 1371 "Show first message in file." | |
| 1372 (interactive) | |
| 1373 (rmail-maybe-set-message-counters) | |
| 1374 (rmail-show-message 1)) | |
| 1375 | |
| 1376 (defun rmail-last-message () | |
| 1377 "Show last message in file." | |
| 1378 (interactive) | |
| 1379 (rmail-maybe-set-message-counters) | |
| 1380 (rmail-show-message rmail-total-messages)) | |
| 1381 | |
| 1382 (defun rmail-what-message () | |
| 1383 (let ((where (point)) | |
| 1384 (low 1) | |
| 1385 (high rmail-total-messages) | |
| 1386 (mid (/ rmail-total-messages 2))) | |
| 1387 (while (> (- high low) 1) | |
| 1388 (if (>= where (rmail-msgbeg mid)) | |
| 1389 (setq low mid) | |
| 1390 (setq high mid)) | |
| 1391 (setq mid (+ low (/ (- high low) 2)))) | |
| 1392 (if (>= where (rmail-msgbeg high)) high low))) | |
| 1393 | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1394 (defun rmail-message-recipients-p (msg recipients &optional primary-only) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1395 (save-restriction |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1396 (goto-char (rmail-msgbeg msg)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1397 (search-forward "\n*** EOOH ***\n") |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1398 (narrow-to-region (point) (progn (search-forward "\n\n") (point))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1399 (or (string-match recipients (or (mail-fetch-field "To") "")) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1400 (string-match recipients (or (mail-fetch-field "From") "")) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1401 (if (not primary-only) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1402 (string-match recipients (or (mail-fetch-field "Cc") "")))))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1403 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1404 (defun rmail-message-regexp-p (msg regexp) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1405 "Return t, if for message number MSG, regexp REGEXP matches in the header." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1406 (goto-char (rmail-msgbeg msg)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1407 (let ((end |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1408 (save-excursion |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1409 (search-forward "*** EOOH ***" (point-max)) (point)))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1410 (re-search-forward regexp end t))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1411 |
|
3863
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1412 (defun rmail-search-backward (regexp &optional n) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1413 "Show message containing next match for REGEXP. |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1414 Prefix argument gives repeat count; negative argument means search |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1415 backwards (through earlier messages). |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1416 Interactively, empty argument means use same regexp used last time." |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1417 (interactive |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1418 (let* ((reversep (>= (prefix-numeric-value current-prefix-arg) 0)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1419 (prompt |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1420 (concat (if reversep "Reverse " "") "Rmail search (regexp): ")) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1421 regexp) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1422 (if rmail-search-last-regexp |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1423 (setq prompt (concat prompt |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1424 "(default " |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1425 rmail-search-last-regexp |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1426 ") "))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1427 (setq regexp (read-string prompt)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1428 (cond ((not (equal regexp "")) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1429 (setq rmail-search-last-regexp regexp)) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1430 ((not rmail-search-last-regexp) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1431 (error "No previous Rmail search string"))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1432 (list rmail-search-last-regexp |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1433 (prefix-numeric-value current-prefix-arg)))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1434 (rmail-search regexp (- n))) |
|
049283382a10
(rmail-mode-map): Add local menu bar bindings.
Richard M. Stallman <rms@gnu.org>
parents:
3631
diff
changeset
|
1435 |
| 270 | 1436 (defvar rmail-search-last-regexp nil) |
|
874
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1437 (defun rmail-search (regexp &optional n) |
| 270 | 1438 "Show message containing next match for REGEXP. |
|
874
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1439 Prefix argument gives repeat count; negative argument means search |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1440 backwards (through earlier messages). |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1441 Interactively, empty argument means use same regexp used last time." |
| 270 | 1442 (interactive |
| 1443 (let* ((reversep (< (prefix-numeric-value current-prefix-arg) 0)) | |
| 1444 (prompt | |
| 1445 (concat (if reversep "Reverse " "") "Rmail search (regexp): ")) | |
| 1446 regexp) | |
| 1447 (if rmail-search-last-regexp | |
| 1448 (setq prompt (concat prompt | |
| 1449 "(default " | |
| 1450 rmail-search-last-regexp | |
| 1451 ") "))) | |
| 1452 (setq regexp (read-string prompt)) | |
| 1453 (cond ((not (equal regexp "")) | |
| 1454 (setq rmail-search-last-regexp regexp)) | |
| 1455 ((not rmail-search-last-regexp) | |
| 1456 (error "No previous Rmail search string"))) | |
|
874
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1457 (list rmail-search-last-regexp |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1458 (prefix-numeric-value current-prefix-arg)))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1459 (or n (setq n 1)) |
| 270 | 1460 (message "%sRmail search for %s..." |
|
937
0f082d63bfd6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
874
diff
changeset
|
1461 (if (< n 0) "Reverse " "") |
| 270 | 1462 regexp) |
| 1463 (rmail-maybe-set-message-counters) | |
| 1464 (let ((omin (point-min)) | |
| 1465 (omax (point-max)) | |
| 1466 (opoint (point)) | |
| 1467 win | |
|
874
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1468 (reversep (< n 0)) |
| 270 | 1469 (msg rmail-current-message)) |
| 1470 (unwind-protect | |
| 1471 (progn | |
| 1472 (widen) | |
|
874
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1473 (while (/= n 0) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1474 ;; Check messages one by one, advancing message number up or down |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1475 ;; but searching forward through each message. |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1476 (if reversep |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1477 (while (and (null win) (> msg 1)) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1478 (goto-char (rmail-msgbeg (setq msg (1- msg)))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1479 (setq win (re-search-forward |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1480 regexp (rmail-msgend msg) t))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1481 (while (and (null win) (< msg rmail-total-messages)) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1482 (goto-char (rmail-msgbeg (setq msg (1+ msg)))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1483 (setq win (re-search-forward regexp (rmail-msgend msg) t)))) |
|
937
0f082d63bfd6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
874
diff
changeset
|
1484 (setq n (+ n (if reversep 1 -1))))) |
| 270 | 1485 (if win |
| 1486 (progn | |
| 1487 ;; If this is a reverse search and we found a message, | |
| 1488 ;; search backward thru this message to position point. | |
| 1489 (if reversep | |
| 1490 (progn | |
| 1491 (goto-char (rmail-msgend msg)) | |
| 1492 (re-search-backward | |
| 1493 regexp (rmail-msgbeg msg) t))) | |
| 1494 (setq win (point)) | |
| 1495 (rmail-show-message msg) | |
| 1496 (message "%sRmail search for %s...done" | |
| 1497 (if reversep "Reverse " "") | |
| 1498 regexp) | |
| 1499 (goto-char win)) | |
| 1500 (goto-char opoint) | |
| 1501 (narrow-to-region omin omax) | |
| 1502 (ding) | |
| 1503 (message "Search failed: %s" regexp))))) | |
| 1504 | |
|
874
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1505 (defun rmail-search-backwards (regexp &optional n) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1506 "Show message containing previous match for REGEXP. |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1507 Prefix argument gives repeat count; negative argument means search |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1508 forward (through later messages). |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1509 Interactively, empty argument means use same regexp used last time." |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1510 (interactive |
|
937
0f082d63bfd6
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
874
diff
changeset
|
1511 (let* ((reversep (>= (prefix-numeric-value current-prefix-arg) 0)) |
|
874
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1512 (prompt |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1513 (concat (if reversep "Reverse " "") "Rmail search (regexp): ")) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1514 regexp) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1515 (if rmail-search-last-regexp |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1516 (setq prompt (concat prompt |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1517 "(default " |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1518 rmail-search-last-regexp |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1519 ") "))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1520 (setq regexp (read-string prompt)) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1521 (cond ((not (equal regexp "")) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1522 (setq rmail-search-last-regexp regexp)) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1523 ((not rmail-search-last-regexp) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1524 (error "No previous Rmail search string"))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1525 (list rmail-search-last-regexp |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1526 (prefix-numeric-value current-prefix-arg)))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1527 (rmail-search regexp (- (or n -1)))) |
|
b945f592b94d
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
846
diff
changeset
|
1528 |
| 270 | 1529 ;; Show the first message which has the `unseen' attribute. |
| 1530 (defun rmail-first-unseen-message () | |
|
1360
9cb1a4b90b5c
Cleaned up rmail-first-unseen-message.
Joseph Arceneaux <jla@gnu.org>
parents:
1342
diff
changeset
|
1531 (rmail-maybe-set-message-counters) |
| 270 | 1532 (let ((current 1) |
| 1533 found) | |
| 1534 (save-restriction | |
| 1535 (widen) | |
| 1536 (while (and (not found) (< current rmail-total-messages)) | |
| 1537 (if (rmail-message-labels-p current ", ?\\(unseen\\),") | |
| 346 | 1538 (setq found current)) |
| 1539 (setq current (1+ current)))) | |
|
1342
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
1540 ;; Let the caller show the message. |
|
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
1541 ;; (if found |
|
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
1542 ;; (rmail-show-message found)) |
|
776d4c59f256
* rmail.el (rmail-first-unseen-message): Don't show the message,
Joseph Arceneaux <jla@gnu.org>
parents:
1267
diff
changeset
|
1543 found)) |
| 270 | 1544 |
| 1545 ;;;; *** Rmail Message Deletion Commands *** | |
| 1546 | |
| 1547 (defun rmail-message-deleted-p (n) | |
| 1548 (= (aref rmail-deleted-vector n) ?D)) | |
| 1549 | |
| 1550 (defun rmail-set-message-deleted-p (n state) | |
| 1551 (aset rmail-deleted-vector n (if state ?D ?\ ))) | |
| 1552 | |
| 1553 (defun rmail-delete-message () | |
| 1554 "Delete this message and stay on it." | |
| 1555 (interactive) | |
| 1556 (rmail-set-attribute "deleted" t)) | |
| 1557 | |
| 1558 (defun rmail-undelete-previous-message () | |
| 1559 "Back up to deleted message, select it, and undelete it." | |
| 1560 (interactive) | |
| 1561 (let ((msg rmail-current-message)) | |
| 1562 (while (and (> msg 0) | |
| 1563 (not (rmail-message-deleted-p msg))) | |
| 1564 (setq msg (1- msg))) | |
| 1565 (if (= msg 0) | |
| 1566 (error "No previous deleted message") | |
| 1567 (if (/= msg rmail-current-message) | |
| 1568 (rmail-show-message msg)) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1569 (rmail-set-attribute "deleted" nil) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1570 (if (rmail-summary-exists) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1571 (save-excursion |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1572 (set-buffer rmail-summary-buffer) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1573 (rmail-summary-mark-undeleted msg))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1574 (rmail-maybe-display-summary)))) |
| 270 | 1575 |
| 1576 (defun rmail-delete-forward (&optional backward) | |
| 1577 "Delete this message and move to next nondeleted one. | |
| 1578 Deleted messages stay in the file until the \\[rmail-expunge] command is given. | |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1579 With prefix argument, delete and move backward. |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1580 |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1581 Returns t if a new message is displayed after the delete, or nil otherwise." |
| 270 | 1582 (interactive "P") |
| 1583 (rmail-set-attribute "deleted" t) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1584 (let ((del-msg rmail-current-message)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1585 (if (rmail-summary-exists) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1586 (save-excursion |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1587 (set-buffer rmail-summary-buffer) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1588 (rmail-summary-mark-deleted del-msg))) |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1589 (prog1 (rmail-next-undeleted-message (if backward -1 1)) |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1590 (rmail-maybe-display-summary)))) |
| 270 | 1591 |
| 1592 (defun rmail-delete-backward () | |
| 1593 "Delete this message and move to previous nondeleted one. | |
| 1594 Deleted messages stay in the file until the \\[rmail-expunge] command is given." | |
| 1595 (interactive) | |
| 1596 (rmail-delete-forward t)) | |
| 1597 | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1598 (defun rmail-only-expunge () |
| 270 | 1599 "Actually erase all deleted messages in the file." |
| 1600 (interactive) | |
| 1601 (message "Expunging deleted messages...") | |
| 1602 ;; Discard all undo records for this buffer. | |
| 1603 (or (eq buffer-undo-list t) | |
| 1604 (setq buffer-undo-list nil)) | |
| 1605 (rmail-maybe-set-message-counters) | |
| 1606 (let* ((omax (- (buffer-size) (point-max))) | |
| 1607 (omin (- (buffer-size) (point-min))) | |
| 1608 (opoint (if (and (> rmail-current-message 0) | |
| 1609 (= ?D (aref rmail-deleted-vector rmail-current-message))) | |
| 1610 0 (- (point) (point-min)))) | |
| 1611 (messages-head (cons (aref rmail-message-vector 0) nil)) | |
| 1612 (messages-tail messages-head) | |
| 1613 ;; Don't make any undo records for the expunging. | |
| 1614 (buffer-undo-list t) | |
| 1615 (win)) | |
| 1616 (unwind-protect | |
| 1617 (save-excursion | |
| 1618 (widen) | |
| 1619 (goto-char (point-min)) | |
| 1620 (let ((counter 0) | |
| 1621 (number 1) | |
| 1622 (total rmail-total-messages) | |
| 1623 (new-message-number rmail-current-message) | |
| 1624 (new-summary nil) | |
| 1625 (buffer-read-only nil) | |
| 1626 (messages rmail-message-vector) | |
| 1627 (deleted rmail-deleted-vector) | |
| 1628 (summary rmail-summary-vector)) | |
| 1629 (setq rmail-total-messages nil | |
| 1630 rmail-current-message nil | |
| 1631 rmail-message-vector nil | |
| 1632 rmail-deleted-vector nil | |
| 1633 rmail-summary-vector nil) | |
| 1634 (while (<= number total) | |
| 1635 (if (= (aref deleted number) ?D) | |
| 1636 (progn | |
| 1637 (delete-region | |
| 1638 (marker-position (aref messages number)) | |
| 1639 (marker-position (aref messages (1+ number)))) | |
| 1640 (move-marker (aref messages number) nil) | |
| 1641 (if (> new-message-number counter) | |
| 1642 (setq new-message-number (1- new-message-number)))) | |
| 1643 (setq counter (1+ counter)) | |
| 1644 (setq messages-tail | |
| 1645 (setcdr messages-tail | |
| 1646 (cons (aref messages number) nil))) | |
| 1647 (setq new-summary | |
| 1648 (cons (if (= counter number) (aref summary (1- number))) | |
| 1649 new-summary))) | |
| 1650 (if (zerop (% (setq number (1+ number)) 20)) | |
| 1651 (message "Expunging deleted messages...%d" number))) | |
| 1652 (setq messages-tail | |
| 1653 (setcdr messages-tail | |
| 1654 (cons (aref messages number) nil))) | |
| 1655 (setq rmail-current-message new-message-number | |
| 1656 rmail-total-messages counter | |
| 1657 rmail-message-vector (apply 'vector messages-head) | |
| 1658 rmail-deleted-vector (make-string (1+ counter) ?\ ) | |
| 1659 rmail-summary-vector (vconcat (nreverse new-summary)) | |
| 1660 win t))) | |
| 1661 (message "Expunging deleted messages...done") | |
| 1662 (if (not win) | |
| 1663 (narrow-to-region (- (buffer-size) omin) (- (buffer-size) omax))) | |
| 1664 (rmail-show-message | |
| 1665 (if (zerop rmail-current-message) 1 nil)) | |
| 1666 (forward-char opoint)))) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1667 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1668 (defun rmail-expunge () |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1669 "Erase deleted messages from Rmail file and summary buffer." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1670 (interactive) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1671 (rmail-only-expunge) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1672 (if (rmail-summary-exists) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1673 (rmail-select-summary |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1674 (rmail-update-summary)))) |
| 270 | 1675 |
| 1676 ;;;; *** Rmail Mailing Commands *** | |
| 1677 | |
|
4108
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1678 (defun rmail-start-mail (&rest args) |
|
4969
af6f961194ce
(rmail-start-mail): Don't do other frame unless we have
Richard M. Stallman <rms@gnu.org>
parents:
4844
diff
changeset
|
1679 (if (and window-system rmail-mail-new-frame) |
|
4263
7c7fa71cfd6e
(rmail-last-rmail-file): Initialize to a file name.
Richard M. Stallman <rms@gnu.org>
parents:
4108
diff
changeset
|
1680 (prog1 |
|
4108
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1681 (apply 'mail-other-frame args) |
|
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1682 (modify-frame-parameters (selected-frame) |
|
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1683 '((dedicated . t)))) |
|
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1684 (apply 'mail-other-window args))) |
|
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1685 |
| 270 | 1686 (defun rmail-mail () |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1687 "Send mail in another window. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1688 While composing the message, use \\[mail-yank-original] to yank the |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1689 original message into it." |
| 270 | 1690 (interactive) |
|
4108
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1691 (rmail-start-mail nil nil nil nil nil (current-buffer))) |
| 270 | 1692 |
| 1693 (defun rmail-continue () | |
| 1694 "Continue composing outgoing message previously being composed." | |
| 1695 (interactive) | |
|
4108
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1696 (rmail-start-mail t)) |
| 270 | 1697 |
| 1698 (defun rmail-reply (just-sender) | |
| 1699 "Reply to the current message. | |
| 1700 Normally include CC: to all other recipients of original message; | |
| 1701 prefix argument means ignore them. While composing the reply, | |
| 1702 use \\[mail-yank-original] to yank the original message into it." | |
| 1703 (interactive "P") | |
| 1704 (let (from reply-to cc subject date to message-id resent-reply-to) | |
| 1705 (save-excursion | |
| 1706 (save-restriction | |
| 1707 (widen) | |
| 1708 (goto-char (rmail-msgbeg rmail-current-message)) | |
| 1709 (forward-line 1) | |
| 1710 (if (= (following-char) ?0) | |
| 1711 (narrow-to-region | |
| 1712 (progn (forward-line 2) | |
| 1713 (point)) | |
| 1714 (progn (search-forward "\n\n" (rmail-msgend rmail-current-message) | |
| 1715 'move) | |
| 1716 (point))) | |
| 1717 (narrow-to-region (point) | |
| 1718 (progn (search-forward "\n*** EOOH ***\n") | |
| 1719 (beginning-of-line) (point)))) | |
| 1720 (setq resent-reply-to (mail-fetch-field "resent-reply-to" t) | |
| 1721 from (mail-fetch-field "from") | |
| 1722 reply-to (or resent-reply-to | |
| 1723 (mail-fetch-field "reply-to" nil t) | |
| 1724 from) | |
| 1725 cc (cond (just-sender nil) | |
| 1726 (resent-reply-to (mail-fetch-field "resent-cc" t)) | |
| 1727 (t (mail-fetch-field "cc" nil t))) | |
| 1728 subject (or (and resent-reply-to | |
| 1729 (mail-fetch-field "resent-subject" t)) | |
| 1730 (mail-fetch-field "subject")) | |
| 1731 date (cond (resent-reply-to | |
| 1732 (mail-fetch-field "resent-date" t)) | |
| 1733 ((mail-fetch-field "date"))) | |
| 1734 to (cond (resent-reply-to | |
| 1735 (mail-fetch-field "resent-to" t)) | |
| 1736 ((mail-fetch-field "to" nil t)) | |
| 1737 ;((mail-fetch-field "apparently-to")) ack gag barf | |
| 1738 (t "")) | |
| 1739 message-id (cond (resent-reply-to | |
| 1740 (mail-fetch-field "resent-message-id" t)) | |
| 1741 ((mail-fetch-field "message-id")))))) | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1742 (and (stringp subject) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1743 (or (string-match (concat "\\`" (regexp-quote rmail-reply-prefix)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1744 subject) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1745 (setq subject (concat rmail-reply-prefix subject)))) |
|
4108
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1746 (rmail-start-mail nil |
| 270 | 1747 (mail-strip-quoted-names reply-to) |
| 1748 subject | |
| 1749 (rmail-make-in-reply-to-field from date message-id) | |
| 1750 (if just-sender | |
| 1751 nil | |
| 1752 (let* ((cc-list (rmail-dont-reply-to | |
| 1753 (mail-strip-quoted-names | |
| 1754 (if (null cc) to (concat to ", " cc)))))) | |
| 1755 (if (string= cc-list "") nil cc-list))) | |
| 1756 (current-buffer) | |
| 1757 (list (list '(lambda (buf msgnum) | |
| 1758 (save-excursion | |
| 1759 (set-buffer buf) | |
| 1760 (rmail-set-attribute "answered" t msgnum))) | |
| 1761 (current-buffer) rmail-current-message))))) | |
| 1762 | |
| 1763 (defun rmail-make-in-reply-to-field (from date message-id) | |
| 1764 (cond ((not from) | |
| 1765 (if message-id | |
| 1766 message-id | |
| 1767 nil)) | |
| 1768 (mail-use-rfc822 | |
| 1769 (require 'rfc822) | |
| 1770 (let ((tem (car (rfc822-addresses from)))) | |
| 1771 (if message-id | |
| 1772 (if (string-match | |
| 1773 (regexp-quote (if (string-match "@[^@]*\\'" tem) | |
| 1774 (substring tem 0 (match-beginning 0)) | |
| 1775 tem)) | |
| 1776 message-id) | |
| 1777 ;; Message-ID is sufficiently informative | |
| 1778 message-id | |
| 1779 (concat message-id " (" tem ")")) | |
| 1780 ;; Use prin1 to fake RFC822 quoting | |
| 1781 (let ((field (prin1-to-string tem))) | |
| 1782 (if date | |
| 1783 (concat field "'s message of " date) | |
| 1784 field))))) | |
| 1785 ((let* ((foo "[^][\000-\037\177-\377()<>@,;:\\\" ]+") | |
| 1786 (bar "[^][\000-\037\177-\377()<>@,;:\\\"]+")) | |
| 1787 ;; Can't use format because format loses on \000 (unix *^&%*^&%$!!) | |
| 1788 (or (string-match (concat "\\`[ \t]*\\(" bar | |
| 1789 "\\)\\(<" foo "@" foo ">\\)?[ \t]*\\'") | |
| 1790 ;; "Unix Loser <Foo@bar.edu>" => "Unix Loser" | |
| 1791 from) | |
| 1792 (string-match (concat "\\`[ \t]*<" foo "@" foo ">[ \t]*(\\(" | |
| 1793 bar "\\))[ \t]*\\'") | |
| 1794 ;; "<Bugs@bar.edu>" (Losing Unix) => "Losing Unix" | |
| 1795 from))) | |
| 1796 (let ((start (match-beginning 1)) | |
| 1797 (end (match-end 1))) | |
| 1798 ;; Trim whitespace which above regexp match allows | |
| 1799 (while (and (< start end) | |
| 1800 (memq (aref from start) '(?\t ?\ ))) | |
| 1801 (setq start (1+ start))) | |
| 1802 (while (and (< start end) | |
| 1803 (memq (aref from (1- end)) '(?\t ?\ ))) | |
| 1804 (setq end (1- end))) | |
| 1805 (let ((field (substring from start end))) | |
| 1806 (if date (setq field (concat "message from " field " on " date))) | |
| 1807 (if message-id | |
| 1808 ;; "<AA259@bar.edu> (message from Unix Loser on 1-Apr-89)" | |
| 1809 (concat message-id " (" field ")") | |
| 1810 field)))) | |
| 1811 (t | |
| 1812 ;; If we can't kludge it simply, do it correctly | |
| 1813 (let ((mail-use-rfc822 t)) | |
| 1814 (rmail-make-in-reply-to-field from date message-id))))) | |
| 1815 | |
|
2687
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1816 (defun rmail-forward (resend) |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1817 "Forward the current message to another user. |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1818 With prefix argument, \"resend\" the message instead of forwarding it; |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1819 see the documentation of `rmail-resend'." |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1820 (interactive "P") |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1821 (if resend |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1822 (call-interactively 'rmail-resend) |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1823 (let ((forward-buffer (current-buffer)) |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1824 (subject (concat "[" |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1825 (let ((from (or (mail-fetch-field "From") |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1826 (mail-fetch-field ">From")))) |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1827 (if from |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1828 (concat (mail-strip-quoted-names from) ": ") |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1829 "")) |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1830 (or (mail-fetch-field "Subject") "") |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1831 "]"))) |
|
4579
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1832 ;; If only one window, use it for the mail buffer. |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1833 ;; Otherwise, use another window for the mail buffer |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1834 ;; so that the Rmail buffer remains visible |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1835 ;; and sending the mail will get back to it. |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1836 (if (funcall (if (and (not rmail-mail-new-frame) (one-window-p t)) |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1837 (function mail) |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1838 (function rmail-start-mail)) |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1839 nil nil subject nil nil nil |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1840 (list (list (function (lambda (buf msgnum) |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1841 (save-excursion |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1842 (set-buffer buf) |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1843 (rmail-set-attribute |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1844 "forwarded" t msgnum)))) |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1845 (current-buffer) |
|
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1846 rmail-current-message))) |
|
4263
7c7fa71cfd6e
(rmail-last-rmail-file): Initialize to a file name.
Richard M. Stallman <rms@gnu.org>
parents:
4108
diff
changeset
|
1847 (save-excursion |
|
4724
04714985ce20
(rmail-forward): Insert the text right after the header separator.
Richard M. Stallman <rms@gnu.org>
parents:
4698
diff
changeset
|
1848 ;; Insert after header separator--before signature if any. |
|
4764
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
1849 (goto-char (point-min)) |
|
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
1850 (search-forward-regexp |
|
0e239209a6db
(rmail-convert-file): If the file is empty, don't convert it after
Brian Fox <bfox@gnu.org>
parents:
4724
diff
changeset
|
1851 (concat "^" (regexp-quote mail-header-separator))) |
|
4263
7c7fa71cfd6e
(rmail-last-rmail-file): Initialize to a file name.
Richard M. Stallman <rms@gnu.org>
parents:
4108
diff
changeset
|
1852 (forward-line 1) |
|
4579
131a3edbd49f
(rmail-forward): Don't bind mail-signature, mail-setup-hook.
Richard M. Stallman <rms@gnu.org>
parents:
4457
diff
changeset
|
1853 (insert-buffer forward-buffer)))))) |
| 270 | 1854 |
| 1855 (defun rmail-resend (address &optional from comment mail-alias-file) | |
| 1856 "Resend current message to ADDRESSES. | |
| 1857 ADDRESSES should be a single address, a a string consisting of several | |
| 1858 addresses separated by commas, or a list of addresses. | |
| 1859 | |
| 1860 Optional FROM is the address to resend the message from, and | |
| 1861 defaults to the username of the person redistributing the message. | |
| 1862 Optional COMMENT is a string that will be inserted as a comment in the | |
| 1863 resent message. | |
| 1864 Optional ALIAS-FILE is alternate aliases file to be used by sendmail, | |
| 1865 typically for purposes of moderating a list." | |
| 1866 (interactive "sResend to: ") | |
|
3484
bd26679f0db5
(rmail-resend): Require sendmail and mailalias.
Richard M. Stallman <rms@gnu.org>
parents:
3462
diff
changeset
|
1867 (require 'sendmail) |
|
bd26679f0db5
(rmail-resend): Require sendmail and mailalias.
Richard M. Stallman <rms@gnu.org>
parents:
3462
diff
changeset
|
1868 (require 'mailalias) |
| 270 | 1869 (if (not from) (setq from (user-login-name))) |
| 1870 (let ((tembuf (generate-new-buffer " sendmail temp")) | |
| 1871 (mail-header-separator "") | |
| 1872 (case-fold-search nil) | |
| 1873 (mailbuf (current-buffer))) | |
| 1874 (unwind-protect | |
| 1875 (save-excursion | |
| 1876 ;;>> Copy message into temp buffer | |
| 1877 (set-buffer tembuf) | |
| 1878 (insert-buffer-substring mailbuf) | |
| 1879 (goto-char (point-min)) | |
|
4457
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1880 ;; Delete any Sender field, since that's not specifyable. |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1881 (if (re-search-forward "^Sender:" nil t) |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1882 (let (beg) |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1883 (beginning-of-line) |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1884 (setq beg (point)) |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1885 (forward-line 1) |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1886 (while (looking-at "[ \t]") |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1887 (forward-line 1)) |
|
acb5dda629d7
(rmail-resend): Delete any Sender field.
Richard M. Stallman <rms@gnu.org>
parents:
4340
diff
changeset
|
1888 (delete-region beg (point)))) |
| 270 | 1889 ;;>> Insert resent-from: |
| 1890 (insert "Resent-From: " from "\n") | |
|
4020
a35cd533fda4
(rmail-resend): Use RFC 822 style date in Resent-Date: line.
Richard M. Stallman <rms@gnu.org>
parents:
4010
diff
changeset
|
1891 (insert "Resent-Date: " (mail-rfc822-date) "\n") |
| 270 | 1892 ;;>> Insert resent-to: and bcc if need be. |
| 1893 (let ((before (point))) | |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1894 (if mail-self-blind |
|
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1895 (insert "Resent-Bcc: " (user-login-name) "\n")) |
| 270 | 1896 (insert "Resent-To: " (if (stringp address) |
| 1897 address | |
| 1898 (mapconcat 'identity address ",\n\t")) | |
| 1899 "\n") | |
| 1900 (expand-mail-aliases before (point))) | |
| 1901 ;;>> Set up comment, if any. | |
| 1902 (if (and (sequencep comment) (not (zerop (length comment)))) | |
| 1903 (let ((before (point)) | |
| 1904 after) | |
| 1905 (insert comment) | |
| 1906 (or (eolp) (insert "\n")) | |
| 1907 (setq after (point)) | |
| 1908 (goto-char before) | |
| 1909 (while (< (point) after) | |
| 1910 (insert "Resent-Comment: ") | |
| 1911 (forward-line 1)))) | |
| 1912 ;; Don't expand aliases in the destination fields | |
| 1913 ;; of the original message. | |
| 1914 (let (mail-aliases) | |
| 1915 (sendmail-send-it))) | |
|
2687
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1916 (kill-buffer tembuf)) |
|
37cca1d50b6a
(rmail-resend): Add `resent' attribute.
Richard M. Stallman <rms@gnu.org>
parents:
2571
diff
changeset
|
1917 (rmail-set-attribute "resent" t rmail-current-message))) |
| 270 | 1918 |
|
1267
1e1a54ebb29b
(mail-unsent-separator): Add another alternative.
Richard M. Stallman <rms@gnu.org>
parents:
1165
diff
changeset
|
1919 (defvar mail-unsent-separator |
|
1370
c017b62c8073
(mail-unsent-separator): Allow "original message" as alternative.
Richard M. Stallman <rms@gnu.org>
parents:
1360
diff
changeset
|
1920 (concat "^ *---+ +Unsent message follows +---+ *$\\|" |
|
c017b62c8073
(mail-unsent-separator): Allow "original message" as alternative.
Richard M. Stallman <rms@gnu.org>
parents:
1360
diff
changeset
|
1921 "^ *---+ +Returned message +---+ *$\\|" |
|
1372
e839dc00fc2e
(mail-unsent-separator): Handle "Message text follows".
Richard M. Stallman <rms@gnu.org>
parents:
1370
diff
changeset
|
1922 "^ *---+ +Original message +---+ *$\\|" |
|
1757
7e85913523ef
(mail-unsent-separator): Add `-- begin message --'.
Richard M. Stallman <rms@gnu.org>
parents:
1704
diff
changeset
|
1923 "^ *--+ +begin message +--+ *$\\|" |
|
4838
754b38c0e941
(rmail): Really don't get new mail if file name was given.
Richard M. Stallman <rms@gnu.org>
parents:
4819
diff
changeset
|
1924 "^ *---+ +Original message follows +---+ *$\\|" |
|
1372
e839dc00fc2e
(mail-unsent-separator): Handle "Message text follows".
Richard M. Stallman <rms@gnu.org>
parents:
1370
diff
changeset
|
1925 "^|? *---+ +Message text follows: +---+ *|?$")) |
| 270 | 1926 |
| 1927 (defun rmail-retry-failure () | |
| 1928 "Edit a mail message which is based on the contents of the current message. | |
| 1929 For a message rejected by the mail system, extract the interesting headers and | |
| 1930 the body of the original message; otherwise copy the current message." | |
| 1931 (interactive) | |
| 1932 (require 'mail-utils) | |
| 1933 (let (to subj irp2 cc orig-message) | |
| 1934 (save-excursion | |
| 1935 ;; Narrow down to just the quoted original message | |
| 1936 (rmail-beginning-of-message) | |
|
1370
c017b62c8073
(mail-unsent-separator): Allow "original message" as alternative.
Richard M. Stallman <rms@gnu.org>
parents:
1360
diff
changeset
|
1937 (let ((case-fold-search t)) |
|
c017b62c8073
(mail-unsent-separator): Allow "original message" as alternative.
Richard M. Stallman <rms@gnu.org>
parents:
1360
diff
changeset
|
1938 (or (re-search-forward mail-unsent-separator nil t) |
|
c017b62c8073
(mail-unsent-separator): Allow "original message" as alternative.
Richard M. Stallman <rms@gnu.org>
parents:
1360
diff
changeset
|
1939 (error "Cannot parse this as a failure message"))) |
| 270 | 1940 (save-restriction |
| 1941 (narrow-to-region (point) (point-max)) | |
| 1942 ;; Now mail-fetch-field will get from headers of the original message, | |
| 1943 ;; not from the headers of the rejection. | |
| 1944 (setq to (mail-fetch-field "To") | |
| 1945 subj (mail-fetch-field "Subject") | |
| 1946 irp2 (mail-fetch-field "In-reply-to") | |
| 1947 cc (mail-fetch-field "Cc")) | |
| 1948 ;; Get the entire text (not headers) of the original message. | |
| 1949 (setq orig-message | |
| 1950 (buffer-substring | |
| 1951 (progn (search-forward "\n\n") (point)) | |
| 1952 (point-max))))) | |
| 1953 ;; Start sending a new message; default header fields from the original. | |
|
1135
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1954 ;; Turn off the usual actions for initializing the message body |
|
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1955 ;; because we want to get only the text from the failure message. |
|
4844
25d94807689e
(rmail-retry-setup-hook): New hook variable.
Richard M. Stallman <rms@gnu.org>
parents:
4838
diff
changeset
|
1956 (let (mail-signature |
|
25d94807689e
(rmail-retry-setup-hook): New hook variable.
Richard M. Stallman <rms@gnu.org>
parents:
4838
diff
changeset
|
1957 (mail-setup-hook rmail-retry-setup-hook)) |
|
4108
e4fbcd480455
(rmail-mail-new-frame): New variable.
Richard M. Stallman <rms@gnu.org>
parents:
4071
diff
changeset
|
1958 (if (rmail-start-mail nil to subj irp2 cc (current-buffer)) |
|
1135
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1959 ;; Insert original text as initial text of new draft message. |
|
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1960 (progn |
|
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1961 (goto-char (point-max)) |
|
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1962 (insert orig-message) |
|
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1963 (goto-char (point-min)) |
|
e33f6475229a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
1112
diff
changeset
|
1964 (end-of-line)))))) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1965 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1966 (defun rmail-bury () |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1967 "Bury current Rmail buffer and its summary buffer." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1968 (interactive) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1969 (let ((rmail-buffer (current-buffer))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1970 (if (rmail-summary-exists) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1971 (let (window) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1972 (while (setq window (get-buffer-window rmail-summary-buffer)) |
|
3083
59b8b6ac30e0
(rmail-bury): Fix call to set-window-buffer.
Richard M. Stallman <rms@gnu.org>
parents:
2700
diff
changeset
|
1973 (set-window-buffer window (other-buffer rmail-summary-buffer))) |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1974 (bury-buffer rmail-summary-buffer))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1975 (switch-to-buffer (other-buffer (current-buffer))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1976 (bury-buffer rmail-buffer))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1977 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1978 (defun rmail-summary-exists () |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1979 "Non-nil iff in an RMAIL buffer and an associated summary buffer exists. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1980 Non-nil value returned is the summary buffer." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1981 (and rmail-summary-buffer (buffer-name rmail-summary-buffer) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1982 rmail-summary-buffer)) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1983 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1984 (defun rmail-summary-displayed () |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1985 "t iff in RMAIL buffer and an associated summary buffer is displayed." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1986 (and rmail-summary-buffer (get-buffer-window rmail-summary-buffer))) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1987 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1988 (defvar rmail-redisplay-summary nil |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1989 "*Non-nil means Rmail should show the summary when it changes. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1990 This has an effect only if a summary buffer exists.") |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1991 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1992 ;; Put the summary buffer back on the screen, if user wants that. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1993 (defun rmail-maybe-display-summary () |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1994 (and rmail-summary-buffer (buffer-name rmail-summary-buffer) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1995 rmail-redisplay-summary |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
1996 (display-buffer rmail-summary-buffer))) |
| 270 | 1997 |
| 1998 ;;;; *** Rmail Specify Inbox Files *** | |
| 1999 | |
| 2000 (autoload 'set-rmail-inbox-list "rmailmsc" | |
| 2001 "Set the inbox list of the current RMAIL file to FILE-NAME. | |
| 2002 This may be a list of file names separated by commas. | |
| 2003 If FILE-NAME is empty, remove any inbox list." | |
| 2004 t) | |
| 2005 | |
| 2006 ;;;; *** Rmail Commands for Labels *** | |
| 2007 | |
| 2008 (autoload 'rmail-add-label "rmailkwd" | |
| 2009 "Add LABEL to labels associated with current RMAIL message. | |
| 2010 Completion is performed over known labels when reading." | |
| 2011 t) | |
| 2012 | |
| 2013 (autoload 'rmail-kill-label "rmailkwd" | |
| 2014 "Remove LABEL from labels associated with current RMAIL message. | |
| 2015 Completion is performed over known labels when reading." | |
| 2016 t) | |
| 2017 | |
| 2018 (autoload 'rmail-next-labeled-message "rmailkwd" | |
| 2019 "Show next message with LABEL. Defaults to last label used. | |
| 2020 With prefix argument N moves forward N messages with this label." | |
| 2021 t) | |
| 2022 | |
| 2023 (autoload 'rmail-previous-labeled-message "rmailkwd" | |
| 2024 "Show previous message with LABEL. Defaults to last label used. | |
| 2025 With prefix argument N moves backward N messages with this label." | |
| 2026 t) | |
| 2027 | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2028 (autoload 'rmail-read-label "rmailkwd" |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2029 "PROMPT and read with completion an Rmail message label." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2030 t) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2031 |
| 270 | 2032 ;;;; *** Rmail Edit Mode *** |
| 2033 | |
| 2034 (autoload 'rmail-edit-current-message "rmailedit" | |
| 2035 "Edit the contents of the current message" | |
| 2036 t) | |
|
3877
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2037 |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2038 ;;;; *** Rmail Sorting *** |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2039 |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2040 (autoload 'rmail-sort-by-date "rmailsort" |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2041 "Sort messages of current Rmail file by date. |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2042 If prefix argument REVERSE is non-nil, sort them in reverse order." t) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2043 |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2044 (autoload 'rmail-sort-by-subject "rmailsort" |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2045 "Sort messages of current Rmail file by subject. |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2046 If prefix argument REVERSE is non-nil, sort them in reverse order." t) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2047 |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2048 (autoload 'rmail-sort-by-author "rmailsort" |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2049 "Sort messages of current Rmail file by author. |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2050 If prefix argument REVERSE is non-nil, sort them in reverse order." t) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2051 |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2052 (autoload 'rmail-sort-by-recipient "rmailsort" |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2053 "Sort messages of current Rmail file by recipient. |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2054 If prefix argument REVERSE is non-nil, sort them in reverse order." t) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2055 |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2056 (autoload 'rmail-sort-by-correspondent "rmailsort" |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2057 "Sort messages of current Rmail file by other correspondent. |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2058 If prefix argument REVERSE is non-nil, sort them in reverse order." t) |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2059 |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2060 (autoload 'rmail-sort-by-lines "rmailsort" |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2061 "Sort messages of current Rmail file by number of lines. |
|
da9b565f9878
Add autoloads for rmailsort commands.
Richard M. Stallman <rms@gnu.org>
parents:
3864
diff
changeset
|
2062 If prefix argument REVERSE is non-nil, sort them in reverse order." t) |
| 270 | 2063 |
| 2064 ;;;; *** Rmail Summary Mode *** | |
| 2065 | |
| 2066 (autoload 'rmail-summary "rmailsum" | |
| 2067 "Display a summary of all messages, one line per message." | |
| 2068 t) | |
| 2069 | |
| 2070 (autoload 'rmail-summary-by-labels "rmailsum" | |
| 2071 "Display a summary of all messages with one or more LABELS. | |
| 2072 LABELS should be a string containing the desired labels, separated by commas." | |
| 2073 t) | |
| 2074 | |
| 2075 (autoload 'rmail-summary-by-recipients "rmailsum" | |
| 2076 "Display a summary of all messages with the given RECIPIENTS. | |
| 2077 Normally checks the To, From and Cc fields of headers; but if PRIMARY-ONLY | |
| 2078 is non-nil (prefix arg given), only look in the To and From fields. | |
|
2076
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2079 RECIPIENTS is a string of regexps separated by commas." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2080 t) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2081 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2082 (autoload 'rmail-summary-by-regexp "rmailsum" |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2083 "Display a summary of all messages according to regexp REGEXP. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2084 If the regular expression is found in the header of the message |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2085 \(including in the date and other lines, as well as the subject line), |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2086 Emacs will list the header line in the RMAIL-summary." |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2087 t) |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2088 |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2089 (autoload 'rmail-summary-by-topic "rmailsum" |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2090 "Display a summary of all messages with the given SUBJECT. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2091 Normally checks the Subject field of headers; |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2092 but if WHOLE-MESSAGE is non-nil (prefix arg given), |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2093 look in the whole message. |
|
5140299129c3
(rmail-delete-forward): Go to summary buf to change D mark.
Richard M. Stallman <rms@gnu.org>
parents:
2006
diff
changeset
|
2094 SUBJECT is a string of regexps separated by commas." |
| 270 | 2095 t) |
| 2096 | |
| 2097 ;;;; *** Rmail output messages to files *** | |
| 2098 | |
| 2099 (autoload 'rmail-output-to-rmail-file "rmailout" | |
| 2100 "Append the current message to an Rmail file named FILE-NAME. | |
| 2101 If the file does not exist, ask if it should be created. | |
| 2102 If file is being visited, the message is appended to the Emacs | |
| 2103 buffer visiting that file." | |
| 2104 t) | |
| 2105 | |
| 2106 (autoload 'rmail-output "rmailout" | |
| 2107 "Append this message to Unix mail file named FILE-NAME." | |
| 2108 t) | |
| 2109 | |
| 2110 ;;;; *** Rmail undigestification *** | |
| 2111 | |
| 2112 (autoload 'undigestify-rmail-message "undigest" | |
| 2113 "Break up a digest message into its constituent messages. | |
| 2114 Leaves original message, deleted, before the undigestified messages." | |
| 2115 t) | |
| 584 | 2116 |
| 2117 (provide 'rmail) | |
| 2118 | |
|
658
7cbd4fcd8b0f
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
621
diff
changeset
|
2119 ;;; rmail.el ends here |
