Update FSF's address.
[bpt/emacs.git] / lisp / mail / rmail.el
1 ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs.
2
3 ;; Copyright (C) 1985,86,87,88,93,94,95 Free Software Foundation, Inc.
4
5 ;; Maintainer: FSF
6 ;; Keywords: mail
7
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
12 ;; the Free Software Foundation; either version 2, or (at your option)
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 the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Code:
26
27 ;; Souped up by shane@mit-ajax based on ideas of rlk@athena.mit.edu
28 ;; New features include attribute and keyword support, message
29 ;; selection by dispatch table, summary by attributes and keywords,
30 ;; expunging by dispatch table, sticky options for file commands.
31
32 ;; Extended by Bob Weiner of Motorola
33 ;; New features include: rmail and rmail-summary buffers remain
34 ;; synchronized and key bindings basically operate the same way in both
35 ;; buffers, summary by topic or by regular expression, rmail-reply-prefix
36 ;; variable, and a bury rmail buffer (wipe) command.
37 ;;
38
39 (require 'mail-utils)
40
41 ;; For Emacs V18 compatibility
42 (and (not (fboundp 'buffer-disable-undo))
43 (fboundp 'buffer-flush-undo)
44 (defalias 'buffer-disable-undo 'buffer-flush-undo))
45
46 ; These variables now declared in paths.el.
47 ;(defvar rmail-spool-directory "/usr/spool/mail/"
48 ; "This is the name of the directory used by the system mailer for\n\
49 ;delivering new mail. It's name should end with a slash.")
50 ;(defvar rmail-file-name
51 ; (expand-file-name "~/RMAIL")
52 ; "")
53
54 (defvar rmail-movemail-program nil
55 "If non-nil, name of program for fetching new mail.")
56
57 ;;;###autoload
58 (defvar rmail-dont-reply-to-names nil "\
59 *A regexp specifying names to prune of reply to messages.
60 A value of nil means exclude your own name only.")
61
62 ;;;###autoload
63 (defvar rmail-default-dont-reply-to-names "info-" "\
64 A regular expression specifying part of the value of the default value of
65 the variable `rmail-dont-reply-to-names', for when the user does not set
66 `rmail-dont-reply-to-names' explicitly. (The other part of the default
67 value is the user's name.)
68 It is useful to set this variable in the site customization file.")
69
70 ;;;###autoload
71 (defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:"
72 "*Regexp to match Header fields that Rmail should normally hide.")
73
74 ;;;###autoload
75 (defvar rmail-displayed-headers nil
76 "*Regexp to match Header fields that Rmail should display.
77 If nil, display all header fields except those matched by
78 `rmail-ignored-headers'.")
79
80 ;;;###autoload
81 (defvar rmail-retry-ignored-headers nil "\
82 *Headers that should be stripped when retrying a failed message.")
83
84 ;;;###autoload
85 (defvar rmail-highlighted-headers "^From:\\|^Subject:" "\
86 *Regexp to match Header fields that Rmail should normally highlight.
87 A value of nil means don't highlight.
88 See also `rmail-highlight-face'.")
89
90 ;;;###autoload
91 (defvar rmail-highlight-face nil "\
92 *Face used by Rmail for highlighting headers.")
93
94 ;;;###autoload
95 (defvar rmail-delete-after-output nil "\
96 *Non-nil means automatically delete a message that is copied to a file.")
97
98 ;;;###autoload
99 (defvar rmail-primary-inbox-list nil "\
100 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
101 `nil' means the default, which is (\"/usr/spool/mail/$USER\")
102 \(the name varies depending on the operating system,
103 and the value of the environment variable MAIL overrides it).")
104
105 ;;;###autoload
106 (defvar rmail-mail-new-frame nil
107 "*Non-nil means Rmail makes a new frame for composing outgoing mail.")
108
109 ;;;###autoload
110 (defvar rmail-secondary-file-directory "~/"
111 "*Directory for additional secondary Rmail files.")
112 ;;;###autoload
113 (defvar rmail-secondary-file-regexp "\\.xmail$"
114 "*Regexp for which files are secondary Rmail files.")
115
116 ;;;###autoload
117 (defvar rmail-mode-hook nil
118 "List of functions to call when Rmail is invoked.")
119
120 ;;;###autoload
121 (defvar rmail-get-new-mail-hook nil
122 "List of functions to call when Rmail has retrieved new mail.")
123
124 ;;;###autoload
125 (defvar rmail-show-message-hook nil
126 "List of functions to call when Rmail displays a message.")
127
128 ;;;###autoload
129 (defvar rmail-delete-message-hook nil
130 "List of functions to call when Rmail deletes a message.
131 When the hooks are called, the message has been marked deleted but is
132 still the current message in the Rmail buffer.")
133
134 ;; These may be altered by site-init.el to match the format of mmdf files
135 ;; delimiting used on a given host (delim1 and delim2 from the config
136 ;; files).
137
138 (defvar mmdf-delim1 "^\001\001\001\001\n"
139 "Regexp marking the start of an mmdf message")
140 (defvar mmdf-delim2 "^\001\001\001\001\n"
141 "Regexp marking the end of an mmdf message")
142
143 (defvar rmail-message-filter nil
144 "If non nil, a filter function for new messages in RMAIL.
145 Called with region narrowed to the message, including headers.")
146
147 (defvar rmail-reply-prefix "Re: "
148 "String to prepend to Subject line when replying to a message.")
149
150 ;; Some mailers use "Re(2):" or "Re^2:" or "Re: Re:".
151 ;; This pattern should catch all the common variants.
152 (defvar rmail-reply-regexp "\\`\\(Re\\(([0-9]+)\\|\\^[0-9]+\\)?: *\\)*"
153 "Regexp to delete from Subject line before inserting rmail-reply-prefix.")
154
155 (defvar rmail-display-summary nil
156 "If non nil, the summary buffer is always displayed.")
157
158 (defvar rmail-mode-map nil)
159
160 (defvar rmail-inbox-list nil)
161 (defvar rmail-keywords nil)
162
163 ;; Message counters and markers. Deleted flags.
164
165 (defvar rmail-current-message nil)
166 (defvar rmail-total-messages nil)
167 (defvar rmail-message-vector nil)
168 (defvar rmail-deleted-vector nil)
169
170 (defvar rmail-overlay-list nil)
171
172 (defvar rmail-font-lock-keywords
173 (eval-when-compile
174 (let* ((cite-prefix "A-Za-z") (cite-suffix (concat cite-prefix "0-9_.@-")))
175 (list
176 '("^\\(From\\|Sender\\):" . font-lock-function-name-face)
177 '("^Reply-To:.*$" . font-lock-function-name-face)
178 '("^Subject:" . font-lock-comment-face)
179 '("^\\(To\\|Apparently-To\\|Cc\\):" . font-lock-keyword-face)
180 (cons (concat "^[ \t]*"
181 "\\([" cite-prefix "]+[" cite-suffix "]*\\)?"
182 "[>|}].*")
183 'font-lock-reference-face)
184 '("^\\(X-[A-Za-z0-9-]+\\|In-reply-to\\|Date\\):.*$"
185 . font-lock-string-face))))
186 "Additional expressions to highlight in Rmail mode.")
187
188 ;; These are used by autoloaded rmail-summary.
189
190 (defvar rmail-summary-buffer nil)
191 (defvar rmail-summary-vector nil)
192
193 ;; `Sticky' default variables.
194
195 ;; Last individual label specified to a or k.
196 (defvar rmail-last-label nil)
197 ;; Last set of values specified to C-M-n, C-M-p, C-M-s or C-M-l.
198 (defvar rmail-last-multi-labels nil)
199 (defvar rmail-last-regexp nil)
200 (defvar rmail-default-file "~/xmail"
201 "*Default file name for \\[rmail-output].")
202 (defvar rmail-default-rmail-file "~/XMAIL"
203 "*Default file name for \\[rmail-output-to-rmail-file].")
204
205 ;;; Regexp matching the delimiter of messages in UNIX mail format
206 ;;; (UNIX From lines), minus the initial ^. Note that if you change
207 ;;; this expression, you must change the code in rmail-nuke-pinhead-header
208 ;;; that knows the exact ordering of the \\( \\) subexpressions.
209 (defvar rmail-unix-mail-delimiter
210 (let ((time-zone-regexp
211 (concat "\\([A-Z]?[A-Z]?[A-Z][A-Z]\\( DST\\)?"
212 "\\|[-+]?[0-9][0-9][0-9][0-9]"
213 "\\|"
214 "\\) *")))
215 (concat
216 "From "
217
218 ;; Username, perhaps with a quoted section that can contain spaces.
219 "\\("
220 "[^ \n]*"
221 "\\(\\|\".*\"[^ \n]*\\)"
222 "\\|<[^<>\n]+>"
223 "\\) ?"
224
225 ;; The time the message was sent.
226 "\\([^ \n]*\\) *" ; day of the week
227 "\\([^ ]*\\) *" ; month
228 "\\([0-9]*\\) *" ; day of month
229 "\\([0-9:]*\\) *" ; time of day
230
231 ;; Perhaps a time zone, specified by an abbreviation, or by a
232 ;; numeric offset.
233 time-zone-regexp
234
235 ;; The year.
236 " [0-9][0-9]\\([0-9]*\\) *"
237
238 ;; On some systems the time zone can appear after the year, too.
239 time-zone-regexp
240
241 ;; Old uucp cruft.
242 "\\(remote from .*\\)?"
243
244 "\n"))
245 nil)
246
247 ;; Perform BODY in the summary buffer
248 ;; in such a way that its cursor is properly updated in its own window.
249 (defmacro rmail-select-summary (&rest body)
250 (` (let ((total rmail-total-messages))
251 (if (rmail-summary-displayed)
252 (let ((window (selected-window)))
253 (save-excursion
254 (unwind-protect
255 (progn
256 (pop-to-buffer rmail-summary-buffer)
257 ;; rmail-total-messages is a buffer-local var
258 ;; in the rmail buffer.
259 ;; This way we make it available for the body
260 ;; even tho the rmail buffer is not current.
261 (let ((rmail-total-messages total))
262 (,@ body)))
263 (select-window window))))
264 (save-excursion
265 (set-buffer rmail-summary-buffer)
266 (let ((rmail-total-messages total))
267 (,@ body))))
268 (rmail-maybe-display-summary))))
269 \f
270 ;;;; *** Rmail Mode ***
271
272 ;;;###autoload
273 (defun rmail (&optional file-name-arg)
274 "Read and edit incoming mail.
275 Moves messages into file named by `rmail-file-name' (a babyl format file)
276 and edits that file in RMAIL Mode.
277 Type \\[describe-mode] once editing that file, for a list of RMAIL commands.
278
279 May be called with file name as argument; then performs rmail editing on
280 that file, but does not copy any new mail into the file.
281 Interactively, if you supply a prefix argument, then you
282 have a chance to specify a file name with the minibuffer.
283
284 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file."
285 (interactive (if current-prefix-arg
286 (list (read-file-name "Run rmail on RMAIL file: "))))
287 (let* ((file-name (expand-file-name (or file-name-arg rmail-file-name)))
288 (existed (get-file-buffer file-name)))
289 ;; Like find-file, but in the case where a buffer existed
290 ;; and the file was reverted, recompute the message-data.
291 (if (and existed (not (verify-visited-file-modtime existed)))
292 (progn
293 ;; Don't be confused by apparent local-variables spec
294 ;; in the last message in the RMAIL file.
295 (let ((enable-local-variables nil))
296 (find-file file-name))
297 (if (and (verify-visited-file-modtime existed)
298 (eq major-mode 'rmail-mode))
299 (progn (rmail-forget-messages)
300 (rmail-set-message-counters))))
301 (let ((enable-local-variables nil))
302 (find-file file-name)))
303 (if (eq major-mode 'rmail-edit-mode)
304 (error "Exit Rmail Edit mode before getting new mail."))
305 (if (and existed (> (buffer-size) 0))
306 ;; Buffer not new and not empty; ensure in proper mode, but that's all.
307 (or (eq major-mode 'rmail-mode)
308 (rmail-mode-2))
309 (rmail-mode-2)
310 ;; Convert all or part to Babyl file if possible.
311 (rmail-convert-file)
312 (goto-char (point-max))
313 (if (null rmail-inbox-list)
314 (progn
315 (rmail-set-message-counters)
316 (rmail-show-message))))
317 (or (and (null file-name-arg)
318 (rmail-get-new-mail))
319 (rmail-show-message (rmail-first-unseen-message)))
320 (if rmail-display-summary (rmail-summary))
321 (rmail-construct-io-menu)))
322
323 ;; Given the value of MAILPATH, return a list of inbox file names.
324 ;; This is turned off because it is not clear that the user wants
325 ;; all these inboxes to feed into the primary rmail file.
326 ; (defun rmail-convert-mailpath (string)
327 ; (let (idx list)
328 ; (while (setq idx (string-match "[%:]" string))
329 ; (let ((this (substring string 0 idx)))
330 ; (setq string (substring string (1+ idx)))
331 ; (setq list (cons (if (string-match "%" this)
332 ; (substring this 0 (string-match "%" this))
333 ; this)
334 ; list))))
335 ; list))
336
337 ; I have checked that adding "-*- rmail -*-" to the BABYL OPTIONS line
338 ; will not cause emacs 18.55 problems.
339
340 (defun rmail-convert-file ()
341 (let (convert)
342 (widen)
343 (goto-char (point-min))
344 ;; If file doesn't start like a Babyl file,
345 ;; convert it to one, by adding a header and converting each message.
346 (cond ((looking-at "BABYL OPTIONS:"))
347 ((looking-at "Version: 5\n")
348 ;; Losing babyl file made by old version of Rmail.
349 ;; Just fix the babyl file header; don't make a new one,
350 ;; so we don't lose the Labels: file attribute, etc.
351 (let ((buffer-read-only nil))
352 (insert "BABYL OPTIONS: -*- rmail -*-\n")))
353 ((equal (point-min) (point-max))
354 ;; Empty RMAIL file. Just insert the header.
355 (rmail-insert-rmail-file-header))
356 (t
357 ;; Non-empty file in non-RMAIL format. Add header and convert.
358 (setq convert t)
359 (rmail-insert-rmail-file-header)))
360 ;; If file was not a Babyl file or if there are
361 ;; Unix format messages added at the end,
362 ;; convert file as necessary.
363 (if (or convert
364 (save-excursion
365 (goto-char (point-max))
366 (search-backward "\n\^_")
367 (forward-char 2)
368 (looking-at "\n*From ")))
369 (let ((buffer-read-only nil))
370 (message "Converting to Babyl format...")
371 ;; If file needs conversion, convert it all,
372 ;; except for the BABYL header.
373 ;; (rmail-convert-to-babyl-format would delete the header.)
374 (goto-char (point-min))
375 (search-forward "\n\^_" nil t)
376 (narrow-to-region (point) (point-max))
377 (rmail-convert-to-babyl-format)
378 (message "Converting to Babyl format...done")))))
379
380 ;;; I have checked that adding "-*- rmail -*-" to the BABYL OPTIONS line
381 ;;; will not cause emacs 18.55 problems.
382
383 (defun rmail-insert-rmail-file-header ()
384 (let ((buffer-read-only nil))
385 (insert "BABYL OPTIONS: -*- rmail -*-
386 Version: 5
387 Labels:
388 Note: This is the header of an rmail file.
389 Note: If you are seeing it in rmail,
390 Note: it means the file has no messages in it.\n\^_")))
391
392 (if rmail-mode-map
393 nil
394 (setq rmail-mode-map (make-keymap))
395 (suppress-keymap rmail-mode-map)
396 (define-key rmail-mode-map "a" 'rmail-add-label)
397 (define-key rmail-mode-map "b" 'rmail-bury)
398 (define-key rmail-mode-map "c" 'rmail-continue)
399 (define-key rmail-mode-map "d" 'rmail-delete-forward)
400 (define-key rmail-mode-map "\C-d" 'rmail-delete-backward)
401 (define-key rmail-mode-map "e" 'rmail-edit-current-message)
402 (define-key rmail-mode-map "f" 'rmail-forward)
403 (define-key rmail-mode-map "g" 'rmail-get-new-mail)
404 (define-key rmail-mode-map "h" 'rmail-summary)
405 (define-key rmail-mode-map "i" 'rmail-input)
406 (define-key rmail-mode-map "j" 'rmail-show-message)
407 (define-key rmail-mode-map "k" 'rmail-kill-label)
408 (define-key rmail-mode-map "l" 'rmail-summary-by-labels)
409 (define-key rmail-mode-map "\e\C-h" 'rmail-summary)
410 (define-key rmail-mode-map "\e\C-l" 'rmail-summary-by-labels)
411 (define-key rmail-mode-map "\e\C-r" 'rmail-summary-by-recipients)
412 (define-key rmail-mode-map "\e\C-s" 'rmail-summary-by-regexp)
413 (define-key rmail-mode-map "\e\C-t" 'rmail-summary-by-topic)
414 (define-key rmail-mode-map "m" 'rmail-mail)
415 (define-key rmail-mode-map "\em" 'rmail-retry-failure)
416 (define-key rmail-mode-map "n" 'rmail-next-undeleted-message)
417 (define-key rmail-mode-map "\en" 'rmail-next-message)
418 (define-key rmail-mode-map "\e\C-n" 'rmail-next-labeled-message)
419 (define-key rmail-mode-map "o" 'rmail-output-to-rmail-file)
420 (define-key rmail-mode-map "\C-o" 'rmail-output)
421 (define-key rmail-mode-map "p" 'rmail-previous-undeleted-message)
422 (define-key rmail-mode-map "\ep" 'rmail-previous-message)
423 (define-key rmail-mode-map "\e\C-p" 'rmail-previous-labeled-message)
424 (define-key rmail-mode-map "q" 'rmail-quit)
425 (define-key rmail-mode-map "r" 'rmail-reply)
426 ;; I find I can't live without the default M-r command -- rms.
427 ;; (define-key rmail-mode-map "\er" 'rmail-search-backwards)
428 (define-key rmail-mode-map "s" 'rmail-expunge-and-save)
429 (define-key rmail-mode-map "\es" 'rmail-search)
430 (define-key rmail-mode-map "t" 'rmail-toggle-header)
431 (define-key rmail-mode-map "u" 'rmail-undelete-previous-message)
432 (define-key rmail-mode-map "w" 'rmail-edit-current-message)
433 (define-key rmail-mode-map "x" 'rmail-expunge)
434 (define-key rmail-mode-map "." 'rmail-beginning-of-message)
435 (define-key rmail-mode-map "<" 'rmail-first-message)
436 (define-key rmail-mode-map ">" 'rmail-last-message)
437 (define-key rmail-mode-map " " 'scroll-up)
438 (define-key rmail-mode-map "\177" 'scroll-down)
439 (define-key rmail-mode-map "?" 'describe-mode)
440 (define-key rmail-mode-map "\C-c\C-s\C-d" 'rmail-sort-by-date)
441 (define-key rmail-mode-map "\C-c\C-s\C-s" 'rmail-sort-by-subject)
442 (define-key rmail-mode-map "\C-c\C-s\C-a" 'rmail-sort-by-author)
443 (define-key rmail-mode-map "\C-c\C-s\C-r" 'rmail-sort-by-recipient)
444 (define-key rmail-mode-map "\C-c\C-s\C-c" 'rmail-sort-by-correspondent)
445 (define-key rmail-mode-map "\C-c\C-s\C-l" 'rmail-sort-by-lines)
446 (define-key rmail-mode-map "\C-c\C-s\C-k" 'rmail-sort-by-keywords)
447 (define-key rmail-mode-map "\C-c\C-n" 'rmail-next-same-subject)
448 (define-key rmail-mode-map "\C-c\C-p" 'rmail-previous-same-subject)
449 )
450 \f
451 (define-key rmail-mode-map [menu-bar] (make-sparse-keymap))
452
453 (define-key rmail-mode-map [menu-bar classify]
454 (cons "Classify" (make-sparse-keymap "Classify")))
455
456 (define-key rmail-mode-map [menu-bar classify input-menu]
457 nil)
458
459 (define-key rmail-mode-map [menu-bar classify output-menu]
460 nil)
461
462 (define-key rmail-mode-map [menu-bar classify output-inbox]
463 '("Output (inbox)..." . rmail-output))
464
465 (define-key rmail-mode-map [menu-bar classify output]
466 '("Output (Rmail)..." . rmail-output-to-rmail-file))
467
468 (define-key rmail-mode-map [menu-bar classify kill-label]
469 '("Kill Label..." . rmail-kill-label))
470
471 (define-key rmail-mode-map [menu-bar classify add-label]
472 '("Add Label..." . rmail-add-label))
473
474 (define-key rmail-mode-map [menu-bar summary]
475 (cons "Summary" (make-sparse-keymap "Summary")))
476
477 (define-key rmail-mode-map [menu-bar summary senders]
478 '("By Senders..." . rmail-summary-by-senders))
479
480 (define-key rmail-mode-map [menu-bar summary labels]
481 '("By Labels..." . rmail-summary-by-labels))
482
483 (define-key rmail-mode-map [menu-bar summary recipients]
484 '("By Recipients..." . rmail-summary-by-recipients))
485
486 (define-key rmail-mode-map [menu-bar summary topic]
487 '("By Topic..." . rmail-summary-by-topic))
488
489 (define-key rmail-mode-map [menu-bar summary regexp]
490 '("By Regexp..." . rmail-summary-by-regexp))
491
492 (define-key rmail-mode-map [menu-bar summary all]
493 '("All" . rmail-summary))
494
495 (define-key rmail-mode-map [menu-bar mail]
496 (cons "Mail" (make-sparse-keymap "Mail")))
497
498 (define-key rmail-mode-map [menu-bar mail rmail-get-new-mail]
499 '("Get New Mail" . rmail-get-new-mail))
500
501 (define-key rmail-mode-map [menu-bar mail lambda]
502 '("----"))
503
504 (define-key rmail-mode-map [menu-bar mail continue]
505 '("Continue" . rmail-continue))
506
507 (define-key rmail-mode-map [menu-bar mail resend]
508 '("Re-send..." . rmail-resend))
509
510 (define-key rmail-mode-map [menu-bar mail forward]
511 '("Forward" . rmail-forward))
512
513 (define-key rmail-mode-map [menu-bar mail retry]
514 '("Retry" . rmail-retry-failure))
515
516 (define-key rmail-mode-map [menu-bar mail reply]
517 '("Reply" . rmail-reply))
518
519 (define-key rmail-mode-map [menu-bar mail mail]
520 '("Mail" . rmail-mail))
521
522 (define-key rmail-mode-map [menu-bar delete]
523 (cons "Delete" (make-sparse-keymap "Delete")))
524
525 (define-key rmail-mode-map [menu-bar delete expunge/save]
526 '("Expunge/Save" . rmail-expunge-and-save))
527
528 (define-key rmail-mode-map [menu-bar delete expunge]
529 '("Expunge" . rmail-expunge))
530
531 (define-key rmail-mode-map [menu-bar delete undelete]
532 '("Undelete" . rmail-undelete-previous-message))
533
534 (define-key rmail-mode-map [menu-bar delete delete]
535 '("Delete" . rmail-delete-forward))
536
537 (define-key rmail-mode-map [menu-bar move]
538 (cons "Move" (make-sparse-keymap "Move")))
539
540 (define-key rmail-mode-map [menu-bar move search-back]
541 '("Search Back..." . rmail-search-backwards))
542
543 (define-key rmail-mode-map [menu-bar move search]
544 '("Search..." . rmail-search))
545
546 (define-key rmail-mode-map [menu-bar move previous]
547 '("Previous Nondeleted" . rmail-previous-undeleted-message))
548
549 (define-key rmail-mode-map [menu-bar move next]
550 '("Next Nondeleted" . rmail-next-undeleted-message))
551
552 (define-key rmail-mode-map [menu-bar move last]
553 '("Last" . rmail-last-message))
554
555 (define-key rmail-mode-map [menu-bar move first]
556 '("First" . rmail-first-message))
557
558 (define-key rmail-mode-map [menu-bar move previous]
559 '("Previous" . rmail-previous-message))
560
561 (define-key rmail-mode-map [menu-bar move next]
562 '("Next" . rmail-next-message))
563 \f
564 ;; Rmail mode is suitable only for specially formatted data.
565 (put 'rmail-mode 'mode-class 'special)
566
567 (defun rmail-mode-kill-summary ()
568 (if rmail-summary-buffer (kill-buffer rmail-summary-buffer)))
569
570 ;;;###autoload
571 (defun rmail-mode ()
572 "Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.
573 All normal editing commands are turned off.
574 Instead, these commands are available:
575
576 \\[rmail-beginning-of-message] Move point to front of this message (same as \\[beginning-of-buffer]).
577 \\[scroll-up] Scroll to next screen of this message.
578 \\[scroll-down] Scroll to previous screen of this message.
579 \\[rmail-next-undeleted-message] Move to Next non-deleted message.
580 \\[rmail-previous-undeleted-message] Move to Previous non-deleted message.
581 \\[rmail-next-message] Move to Next message whether deleted or not.
582 \\[rmail-previous-message] Move to Previous message whether deleted or not.
583 \\[rmail-first-message] Move to the first message in Rmail file.
584 \\[rmail-last-message] Move to the last message in Rmail file.
585 \\[rmail-show-message] Jump to message specified by numeric position in file.
586 \\[rmail-search] Search for string and show message it is found in.
587 \\[rmail-delete-forward] Delete this message, move to next nondeleted.
588 \\[rmail-delete-backward] Delete this message, move to previous nondeleted.
589 \\[rmail-undelete-previous-message] Undelete message. Tries current message, then earlier messages
590 till a deleted message is found.
591 \\[rmail-edit-current-message] Edit the current message. \\[rmail-cease-edit] to return to Rmail.
592 \\[rmail-expunge] Expunge deleted messages.
593 \\[rmail-expunge-and-save] Expunge and save the file.
594 \\[rmail-quit] Quit Rmail: expunge, save, then switch to another buffer.
595 \\[save-buffer] Save without expunging.
596 \\[rmail-get-new-mail] Move new mail from system spool directory into this file.
597 \\[rmail-mail] Mail a message (same as \\[mail-other-window]).
598 \\[rmail-continue] Continue composing outgoing message started before.
599 \\[rmail-reply] Reply to this message. Like \\[rmail-mail] but initializes some fields.
600 \\[rmail-retry-failure] Send this message again. Used on a mailer failure message.
601 \\[rmail-forward] Forward this message to another user.
602 \\[rmail-output-to-rmail-file] Output this message to an Rmail file (append it).
603 \\[rmail-output] Output this message to a Unix-format mail file (append it).
604 \\[rmail-input] Input Rmail file. Run Rmail on that file.
605 \\[rmail-add-label] Add label to message. It will be displayed in the mode line.
606 \\[rmail-kill-label] Kill label. Remove a label from current message.
607 \\[rmail-next-labeled-message] Move to Next message with specified label
608 (label defaults to last one specified).
609 Standard labels: filed, unseen, answered, forwarded, deleted.
610 Any other label is present only if you add it with \\[rmail-add-label].
611 \\[rmail-previous-labeled-message] Move to Previous message with specified label
612 \\[rmail-summary] Show headers buffer, with a one line summary of each message.
613 \\[rmail-summary-by-labels] Summarize only messages with particular label(s).
614 \\[rmail-summary-by-recipients] Summarize only messages with particular recipient(s).
615 \\[rmail-summary-by-regexp] Summarize only messages with particular regexp(s).
616 \\[rmail-summary-by-topic] Summarize only messages with subject line regexp(s).
617 \\[rmail-toggle-header] Toggle display of complete header."
618 (interactive)
619 (rmail-mode-2)
620 (rmail-set-message-counters)
621 (rmail-show-message rmail-total-messages))
622
623 (defun rmail-mode-2 ()
624 (kill-all-local-variables)
625 (rmail-mode-1)
626 (rmail-variables)
627 (run-hooks 'rmail-mode-hook))
628
629 (defun rmail-mode-1 ()
630 (setq major-mode 'rmail-mode)
631 (setq mode-name "RMAIL")
632 (setq buffer-read-only t)
633 ;; No need to auto save RMAIL files in normal circumstances
634 ;; because they contain no info except attribute changes
635 ;; and deletion of messages.
636 ;; The one exception is when messages are copied into an Rmail mode buffer.
637 ;; rmail-output-to-rmail-file enables auto save when you do that.
638 (setq buffer-auto-save-file-name nil)
639 (if (boundp 'mode-line-modified)
640 (setq mode-line-modified "--- ")
641 (setq mode-line-format
642 (cons "--- " (cdr (default-value 'mode-line-format)))))
643 (use-local-map rmail-mode-map)
644 (set-syntax-table text-mode-syntax-table)
645 (setq local-abbrev-table text-mode-abbrev-table))
646
647 (defun rmail-variables ()
648 (make-local-variable 'revert-buffer-function)
649 (setq revert-buffer-function 'rmail-revert)
650 (make-local-variable 'font-lock-defaults)
651 (setq font-lock-defaults '(rmail-font-lock-keywords t))
652 (make-local-variable 'rmail-last-label)
653 (make-local-variable 'rmail-last-regexp)
654 (make-local-variable 'rmail-deleted-vector)
655 (make-local-variable 'rmail-summary-buffer)
656 (make-local-variable 'rmail-summary-vector)
657 (make-local-variable 'rmail-current-message)
658 (make-local-variable 'rmail-total-messages)
659 (make-local-variable 'require-final-newline)
660 (setq require-final-newline nil)
661 (make-local-variable 'rmail-overlay-list)
662 (setq rmail-overlay-list nil)
663 (make-local-variable 'version-control)
664 (setq version-control 'never)
665 (make-local-variable 'kill-buffer-hook)
666 (add-hook 'kill-buffer-hook 'rmail-mode-kill-summary)
667 (make-local-variable 'file-precious-flag)
668 (setq file-precious-flag t)
669 (make-local-variable 'rmail-message-vector)
670 (make-local-variable 'rmail-inbox-list)
671 (setq rmail-inbox-list (rmail-parse-file-inboxes))
672 ;; Provide default set of inboxes for primary mail file ~/RMAIL.
673 (and (null rmail-inbox-list)
674 (or (equal buffer-file-name (expand-file-name rmail-file-name))
675 (equal buffer-file-truename
676 (abbreviate-file-name (file-truename rmail-file-name))))
677 (setq rmail-inbox-list
678 (or rmail-primary-inbox-list
679 (list (or (getenv "MAIL")
680 (concat rmail-spool-directory
681 (user-login-name)))))))
682 (make-local-variable 'rmail-keywords)
683 ;; this gets generated as needed
684 (setq rmail-keywords nil))
685
686 ;; Handle M-x revert-buffer done in an rmail-mode buffer.
687 (defun rmail-revert (arg noconfirm)
688 (let ((revert-buffer-function (default-value 'revert-buffer-function)))
689 ;; Call our caller again, but this time it does the default thing.
690 (if (revert-buffer arg noconfirm)
691 ;; If the user said "yes", and we changed something,
692 ;; reparse the messages.
693 (progn
694 (rmail-convert-file)
695 (goto-char (point-max))
696 (rmail-mode)))))
697
698 ;; Return a list of files from this buffer's Mail: option.
699 ;; Does not assume that messages have been parsed.
700 ;; Just returns nil if buffer does not look like Babyl format.
701 (defun rmail-parse-file-inboxes ()
702 (save-excursion
703 (save-restriction
704 (widen)
705 (goto-char 1)
706 (cond ((looking-at "BABYL OPTIONS:")
707 (search-forward "\n\^_" nil 'move)
708 (narrow-to-region 1 (point))
709 (goto-char 1)
710 (if (search-forward "\nMail:" nil t)
711 (progn
712 (narrow-to-region (point) (progn (end-of-line) (point)))
713 (goto-char (point-min))
714 (mail-parse-comma-list))))))))
715
716 (defun rmail-expunge-and-save ()
717 "Expunge and save RMAIL file."
718 (interactive)
719 (rmail-expunge)
720 (save-buffer)
721 (if (rmail-summary-exists)
722 (rmail-select-summary (set-buffer-modified-p nil))))
723
724 (defun rmail-quit ()
725 "Quit out of RMAIL."
726 (interactive)
727 (rmail-expunge-and-save)
728 ;; Don't switch to the summary buffer even if it was recently visible.
729 (if rmail-summary-buffer
730 (progn
731 (replace-buffer-in-windows rmail-summary-buffer)
732 (bury-buffer rmail-summary-buffer)))
733 (let ((obuf (current-buffer)))
734 (replace-buffer-in-windows obuf)
735 (bury-buffer obuf)))
736
737 (defun rmail-bury ()
738 "Bury current Rmail buffer and its summary buffer."
739 (interactive)
740 ;; This let var was called rmail-buffer, but that interfered
741 ;; with the buffer-local var used in summary buffers.
742 (let ((buffer-to-bury (current-buffer)))
743 (if (rmail-summary-exists)
744 (let (window)
745 (while (setq window (get-buffer-window rmail-summary-buffer))
746 (set-window-buffer window (other-buffer rmail-summary-buffer)))
747 (bury-buffer rmail-summary-buffer)))
748 (switch-to-buffer (other-buffer (current-buffer)))
749 (bury-buffer buffer-to-bury)))
750
751 (defun rmail-duplicate-message ()
752 "Create a duplicated copy of the current message.
753 The duplicate copy goes into the Rmail file just after the
754 original copy."
755 (interactive)
756 (widen)
757 (let ((buffer-read-only nil)
758 (number rmail-current-message)
759 (string (buffer-substring (rmail-msgbeg rmail-current-message)
760 (rmail-msgend rmail-current-message))))
761 (goto-char (rmail-msgend rmail-current-message))
762 (insert string)
763 (rmail-forget-messages)
764 (rmail-show-message number)
765 (message "Message duplicated")))
766
767 ;;;###autoload
768 (defun rmail-input (filename)
769 "Run Rmail on file FILENAME."
770 (interactive "FRun rmail on RMAIL file: ")
771 (rmail filename))
772
773 ;; Return a list of file names for all files in or under START
774 ;; whose names match rmail-secondary-file-regexp.
775 ;; This includes START itself, if that name matches.
776 ;; But normally START is a directory.
777 (defun rmail-find-all-files (start)
778 (if (file-accessible-directory-p start)
779 ;; Don't sort here.
780 (let ((files (directory-files start t
781 rmail-secondary-file-regexp t))
782 (ret nil)
783 file)
784 (while files
785 (setq file (car files))
786 (setq files (cdr files))
787 (setq ret (nconc
788 (rmail-find-all-files file)
789 ret)))
790 ;; Sort here instead of in directory-files
791 ;; because this list is usually much shorter.
792 (sort ret 'string<))
793 (let ((case-fold-search nil))
794 (if (string-match rmail-secondary-file-regexp start)
795 (list (file-name-nondirectory start))))))
796
797 (defun rmail-list-to-menu (menu-name l action &optional full-name)
798 (let ((menu (make-sparse-keymap menu-name)))
799 (mapcar
800 (function (lambda (item)
801 (let (command)
802 (if (consp item)
803 (progn
804 (setq command
805 (rmail-list-to-menu (car item) (cdr item)
806 action
807 (if full-name
808 (concat full-name "/"
809 (car item))
810 (car item))))
811 (setq name (car item)))
812 (progn
813 (setq name item)
814 (setq command
815 (list 'lambda () '(interactive)
816 (list action
817 (expand-file-name
818 (if full-name
819 (concat full-name "/" item)
820 item)
821 rmail-secondary-file-directory))))))
822 (define-key menu (vector (intern name))
823 (cons name command)))))
824 (reverse l))
825 menu))
826
827 ;; This command is always "disabled" when it appears in a menu.
828 (put 'rmail-disable-menu 'menu-enable ''nil)
829
830 (defun rmail-construct-io-menu ()
831 (let ((files (rmail-find-all-files rmail-secondary-file-directory)))
832 (if files
833 (progn
834 (define-key rmail-mode-map [menu-bar classify input-menu]
835 (cons "Input Rmail File"
836 (rmail-list-to-menu "Input Rmail File"
837 files
838 'rmail-input)))
839 (define-key rmail-mode-map [menu-bar classify output-menu]
840 (cons "Output Rmail File"
841 (rmail-list-to-menu "Output Rmail File"
842 files
843 'rmail-output-to-rmail-file))))
844
845 (define-key rmail-mode-map [menu-bar classify input-menu]
846 '("Input Rmail File" . rmail-disable-menu))
847 (define-key rmail-mode-map [menu-bar classify output-menu]
848 '("Output Rmail File" . rmail-disable-menu)))))
849
850 \f
851 ;;;; *** Rmail input ***
852
853 ;; RLK feature not added in this version:
854 ;; argument specifies inbox file or files in various ways.
855
856 (defun rmail-get-new-mail (&optional file-name)
857 "Move any new mail from this RMAIL file's inbox files.
858 The inbox files can be specified with the file's Mail: option. The
859 variable `rmail-primary-inbox-list' specifies the inboxes for your
860 primary RMAIL file if it has no Mail: option. By default, this is
861 your /usr/spool/mail/$USER.
862
863 You can also specify the file to get new mail from. In this case, the
864 file of new mail is not changed or deleted. Noninteractively, you can
865 pass the inbox file name as an argument. Interactively, a prefix
866 argument causes us to read a file name and use that file as the inbox.
867
868 This function runs `rmail-get-new-mail-hook' before saving the updated file.
869 It returns t if it got any new messages."
870 (interactive
871 (list (if current-prefix-arg
872 (read-file-name "Get new mail from file: "))))
873 ;; If the disk file has been changed from under us,
874 ;; revert to it before we get new mail.
875 (or (verify-visited-file-modtime (current-buffer))
876 (find-file (buffer-file-name)))
877 (rmail-maybe-set-message-counters)
878 (widen)
879 ;; Get rid of all undo records for this buffer.
880 (or (eq buffer-undo-list t)
881 (setq buffer-undo-list nil))
882 (unwind-protect
883 (let ((opoint (point))
884 (new-messages 0)
885 (delete-files ())
886 ;; If buffer has not changed yet, and has not been saved yet,
887 ;; don't replace the old backup file now.
888 (make-backup-files (and make-backup-files (buffer-modified-p)))
889 (buffer-read-only nil)
890 ;; Don't make undo records for what we do in getting mail.
891 (buffer-undo-list t))
892 (goto-char (point-max))
893 (skip-chars-backward " \t\n") ; just in case of brain damage
894 (delete-region (point) (point-max)) ; caused by require-final-newline
895 (save-excursion
896 (save-restriction
897 (narrow-to-region (point) (point))
898 ;; Read in the contents of the inbox files,
899 ;; renaming them as necessary,
900 ;; and adding to the list of files to delete eventually.
901 (if file-name
902 (rmail-insert-inbox-text (list file-name) nil)
903 (setq delete-files (rmail-insert-inbox-text rmail-inbox-list t)))
904 ;; Scan the new text and convert each message to babyl format.
905 (goto-char (point-min))
906 (save-excursion
907 (setq new-messages (rmail-convert-to-babyl-format)))
908 (or (zerop new-messages)
909 (let (success)
910 (widen)
911 (search-backward "\n\^_" nil t)
912 (narrow-to-region (point) (point-max))
913 (goto-char (1+ (point-min)))
914 (rmail-count-new-messages)
915 (run-hooks 'rmail-get-new-mail-hook)
916 (save-buffer)))
917 ;; Delete the old files, now that babyl file is saved.
918 (while delete-files
919 (condition-case ()
920 ;; First, try deleting.
921 (condition-case ()
922 (delete-file (car delete-files))
923 (file-error
924 ;; If we can't delete it, truncate it.
925 (write-region (point) (point) (car delete-files))))
926 (file-error nil))
927 (setq delete-files (cdr delete-files)))))
928 (if (= new-messages 0)
929 (progn (goto-char opoint)
930 (if (or file-name rmail-inbox-list)
931 (message "(No new mail has arrived)"))
932 nil)
933 (if (rmail-summary-exists)
934 (rmail-select-summary
935 (rmail-update-summary)))
936 (message "%d new message%s read"
937 new-messages (if (= 1 new-messages) "" "s"))
938 ;; Move to the first new message
939 ;; unless we have other unseen messages before it.
940 (rmail-show-message (rmail-first-unseen-message))
941 ;; Update the displayed time, since that will clear out
942 ;; the flag that says you have mail.
943 (if (eq (process-status "display-time") 'run)
944 (display-time-filter display-time-process ""))
945 t))
946 ;; Don't leave the buffer screwed up if we get a disk-full error.
947 (rmail-show-message)))
948
949 (defun rmail-insert-inbox-text (files renamep)
950 (let (file tofile delete-files movemail popmail)
951 (while files
952 (setq file (file-truename
953 (expand-file-name (substitute-in-file-name (car files))))
954 tofile (expand-file-name
955 ;; Generate name to move to from inbox name,
956 ;; in case of multiple inboxes that need moving.
957 (concat ".newmail-" (file-name-nondirectory file))
958 ;; Use the directory of this rmail file
959 ;; because it's a nuisance to use the homedir
960 ;; if that is on a full disk and this rmail
961 ;; file isn't.
962 (file-name-directory
963 (expand-file-name buffer-file-name))))
964 ;; Always use movemail to rename the file,
965 ;; since there can be mailboxes in various directories.
966 (setq movemail t)
967 ;;; ;; If getting from mail spool directory,
968 ;;; ;; use movemail to move rather than just renaming,
969 ;;; ;; so as to interlock with the mailer.
970 ;;; (setq movemail (string= file
971 ;;; (file-truename
972 ;;; (concat rmail-spool-directory
973 ;;; (file-name-nondirectory file)))))
974 (setq popmail (string-match "^po:" (file-name-nondirectory file)))
975 (if popmail (setq file (file-name-nondirectory file)
976 renamep t))
977 (if movemail
978 (progn
979 ;; On some systems, /usr/spool/mail/foo is a directory
980 ;; and the actual inbox is /usr/spool/mail/foo/foo.
981 (if (file-directory-p file)
982 (setq file (expand-file-name (user-login-name)
983 file)))))
984 (cond (popmail
985 (message "Getting mail from post office ..."))
986 ((and (file-exists-p tofile)
987 (/= 0 (nth 7 (file-attributes tofile))))
988 (message "Getting mail from %s..." tofile))
989 ((and (file-exists-p file)
990 (/= 0 (nth 7 (file-attributes file))))
991 (message "Getting mail from %s..." file)))
992 ;; Set TOFILE if have not already done so, and
993 ;; rename or copy the file FILE to TOFILE if and as appropriate.
994 (cond ((not renamep)
995 (setq tofile file))
996 ((or (file-exists-p tofile) (and (not popmail)
997 (not (file-exists-p file))))
998 nil)
999 ((and (not movemail) (not popmail))
1000 ;; Try copying. If that fails (perhaps no space),
1001 ;; rename instead.
1002 (condition-case nil
1003 (copy-file file tofile nil)
1004 (error
1005 ;; Third arg is t so we can replace existing file TOFILE.
1006 (rename-file file tofile t)))
1007 ;; Make the real inbox file empty.
1008 ;; Leaving it deleted could cause lossage
1009 ;; because mailers often won't create the file.
1010 (condition-case ()
1011 (write-region (point) (point) file)
1012 (file-error nil)))
1013 (t
1014 (let ((errors nil))
1015 (unwind-protect
1016 (save-excursion
1017 (setq errors (generate-new-buffer " *rmail loss*"))
1018 (buffer-disable-undo errors)
1019 (call-process
1020 (or rmail-movemail-program
1021 (expand-file-name "movemail" exec-directory))
1022 nil errors nil file tofile)
1023 (if (not (buffer-modified-p errors))
1024 ;; No output => movemail won
1025 nil
1026 (set-buffer errors)
1027 (subst-char-in-region (point-min) (point-max)
1028 ?\n ?\ )
1029 (goto-char (point-max))
1030 (skip-chars-backward " \t")
1031 (delete-region (point) (point-max))
1032 (goto-char (point-min))
1033 (if (looking-at "movemail: ")
1034 (delete-region (point-min) (match-end 0)))
1035 (beep t)
1036 (message (concat "movemail: "
1037 (buffer-substring (point-min)
1038 (point-max))))
1039 (sit-for 3)
1040 nil))
1041 (if errors (kill-buffer errors))))))
1042 ;; At this point, TOFILE contains the name to read:
1043 ;; Either the alternate name (if we renamed)
1044 ;; or the actual inbox (if not renaming).
1045 (if (file-exists-p tofile)
1046 (let (size)
1047 (goto-char (point-max))
1048 (setq size (nth 1 (insert-file-contents tofile)))
1049 (goto-char (point-max))
1050 (or (= (preceding-char) ?\n)
1051 (zerop size)
1052 (insert ?\n))
1053 (setq delete-files (cons tofile delete-files))))
1054 (message "")
1055 (setq files (cdr files)))
1056 delete-files))
1057
1058 ;; the rmail-break-forwarded-messages feature is not implemented
1059 (defun rmail-convert-to-babyl-format ()
1060 (let ((count 0) start
1061 (case-fold-search nil)
1062 (invalid-input-resync
1063 (function (lambda ()
1064 (message "Invalid Babyl format in inbox!")
1065 (sit-for 1)
1066 ;; Try to get back in sync with a real message.
1067 (if (re-search-forward
1068 (concat mmdf-delim1 "\\|^From") nil t)
1069 (beginning-of-line)
1070 (goto-char (point-max)))))))
1071 (goto-char (point-min))
1072 (save-restriction
1073 (while (not (eobp))
1074 (cond ((looking-at "BABYL OPTIONS:");Babyl header
1075 (if (search-forward "\n\^_" nil t)
1076 ;; If we find the proper terminator, delete through there.
1077 (delete-region (point-min) (point))
1078 (funcall invalid-input-resync)
1079 (delete-region (point-min) (point))))
1080 ;; Babyl format message
1081 ((looking-at "\^L")
1082 (or (search-forward "\n\^_" nil t)
1083 (funcall invalid-input-resync))
1084 (setq count (1+ count))
1085 ;; Make sure there is no extra white space after the ^_
1086 ;; at the end of the message.
1087 ;; Narrowing will make sure that whatever follows the junk
1088 ;; will be treated properly.
1089 (delete-region (point)
1090 (save-excursion
1091 (skip-chars-forward " \t\n")
1092 (point)))
1093 (narrow-to-region (point) (point-max)))
1094 ;;*** MMDF format
1095 ((let ((case-fold-search t))
1096 (looking-at mmdf-delim1))
1097 (let ((case-fold-search t))
1098 (replace-match "\^L\n0, unseen,,\n*** EOOH ***\n")
1099 (setq start (point))
1100 (re-search-forward mmdf-delim2 nil t)
1101 (replace-match "\^_"))
1102 (save-excursion
1103 (save-restriction
1104 (narrow-to-region start (1- (point)))
1105 (goto-char (point-min))
1106 (while (search-forward "\n\^_" nil t); single char "\^_"
1107 (replace-match "\n^_")))); 2 chars: "^" and "_"
1108 (narrow-to-region (point) (point-max))
1109 (setq count (1+ count)))
1110 ;;*** Mail format
1111 ((looking-at "^From ")
1112 (setq start (point))
1113 (insert "\^L\n0, unseen,,\n*** EOOH ***\n")
1114 (rmail-nuke-pinhead-header)
1115 ;; If this message has a Content-Length field,
1116 ;; skip to the end of the contents.
1117 (let* ((header-end (save-excursion
1118 (and (re-search-forward "\n\n" nil t)
1119 (1- (point)))))
1120 (case-fold-search t)
1121 (size
1122 ;; Get the numeric value from the Content-Length field.
1123 (save-excursion
1124 ;; Back up to end of prev line,
1125 ;; in case the Content-Length field comes first.
1126 (forward-char -1)
1127 (and (search-forward "\ncontent-length: "
1128 header-end t)
1129 (let ((beg (point))
1130 (eol (progn (end-of-line) (point))))
1131 (string-to-int (buffer-substring beg eol)))))))
1132 (and size
1133 (if (and (natnump size)
1134 (<= (+ header-end size) (point-max))
1135 ;; Make sure this would put us at a position
1136 ;; that we could continue from.
1137 (save-excursion
1138 (goto-char (+ header-end size))
1139 (skip-chars-forward "\n")
1140 (or (eobp)
1141 (and (looking-at "BABYL OPTIONS:")
1142 (search-forward "\n\^_" nil t))
1143 (and (looking-at "\^L")
1144 (search-forward "\n\^_" nil t))
1145 (let ((case-fold-search t))
1146 (looking-at mmdf-delim1))
1147 (looking-at "From "))))
1148 (goto-char (+ header-end size))
1149 (message "Ignoring invalid Content-Length field")
1150 (sit-for 1 0 t))))
1151
1152 (if (re-search-forward
1153 (concat "^[\^_]?\\("
1154 rmail-unix-mail-delimiter
1155 "\\|"
1156 mmdf-delim1 "\\|"
1157 "^BABYL OPTIONS:\\|"
1158 "\^L\n[01],\\)") nil t)
1159 (goto-char (match-beginning 1))
1160 (goto-char (point-max)))
1161 (setq count (1+ count))
1162 (save-excursion
1163 (save-restriction
1164 (narrow-to-region start (point))
1165 (goto-char (point-min))
1166 (while (search-forward "\n\^_" nil t); single char
1167 (replace-match "\n^_")))); 2 chars: "^" and "_"
1168 (insert ?\^_)
1169 (narrow-to-region (point) (point-max)))
1170 ;;
1171 ;; This kludge is because some versions of sendmail.el
1172 ;; insert an extra newline at the beginning that shouldn't
1173 ;; be there. sendmail.el has been fixed, but old versions
1174 ;; may still be in use. -- rms, 7 May 1993.
1175 ((eolp) (delete-char 1))
1176 (t (error "Cannot convert to babyl format")))))
1177 count))
1178
1179 ;; Delete the "From ..." line, creating various other headers with
1180 ;; information from it if they don't already exist. Now puts the
1181 ;; original line into a mail-from: header line for debugging and for
1182 ;; use by the rmail-output function.
1183 (defun rmail-nuke-pinhead-header ()
1184 (save-excursion
1185 (save-restriction
1186 (let ((start (point))
1187 (end (progn
1188 (condition-case ()
1189 (search-forward "\n\n")
1190 (error
1191 (goto-char (point-max))
1192 (insert "\n\n")))
1193 (point)))
1194 has-from has-date)
1195 (narrow-to-region start end)
1196 (let ((case-fold-search t))
1197 (goto-char start)
1198 (setq has-from (search-forward "\nFrom:" nil t))
1199 (goto-char start)
1200 (setq has-date (and (search-forward "\nDate:" nil t) (point)))
1201 (goto-char start))
1202 (let ((case-fold-search nil))
1203 (if (re-search-forward (concat "^" rmail-unix-mail-delimiter) nil t)
1204 (replace-match
1205 (concat
1206 "Mail-from: \\&"
1207 ;; Keep and reformat the date if we don't
1208 ;; have a Date: field.
1209 (if has-date
1210 ""
1211 (concat
1212 "Date: \\3, \\5 \\4 \\9 \\6 "
1213
1214 ;; The timezone could be matched by group 7 or group 10.
1215 ;; If neither of them matched, assume EST, since only
1216 ;; Easterners would be so sloppy.
1217 ;; It's a shame the substitution can't use "\\10".
1218 (cond
1219 ((/= (match-beginning 7) (match-end 7)) "\\7")
1220 ((/= (match-beginning 10) (match-end 10))
1221 (buffer-substring (match-beginning 10)
1222 (match-end 10)))
1223 (t "EST"))
1224 "\n"))
1225 ;; Keep and reformat the sender if we don't
1226 ;; have a From: field.
1227 (if has-from
1228 ""
1229 "From: \\1\n"))
1230 t)))))))
1231 \f
1232 ;;;; *** Rmail Message Formatting and Header Manipulation ***
1233
1234 (defun rmail-reformat-message (beg end)
1235 (goto-char beg)
1236 (forward-line 1)
1237 (if (/= (following-char) ?0)
1238 (error "Bad format in RMAIL file."))
1239 (let ((buffer-read-only nil)
1240 (delta (- (buffer-size) end)))
1241 (delete-char 1)
1242 (insert ?1)
1243 (forward-line 1)
1244 (let ((case-fold-search t))
1245 (while (looking-at "Summary-line:\\|Mail-From:")
1246 (forward-line 1)))
1247 (if (looking-at "\\*\\*\\* EOOH \\*\\*\\*\n")
1248 (delete-region (point)
1249 (progn (forward-line 1) (point))))
1250 (let ((str (buffer-substring (point)
1251 (save-excursion (search-forward "\n\n" end 'move)
1252 (point)))))
1253 (insert str "*** EOOH ***\n")
1254 (narrow-to-region (point) (- (buffer-size) delta)))
1255 (goto-char (point-min))
1256 (if rmail-message-filter (funcall rmail-message-filter))
1257 (if (or rmail-displayed-headers rmail-ignored-headers)
1258 (rmail-clear-headers))))
1259
1260 (defun rmail-clear-headers (&optional ignored-headers)
1261 "Delete all header fields that Rmail should not show.
1262 If the optional argument IGNORED-HEADERS is non-nil,
1263 delete all header fields whose names match that regexp.
1264 Otherwise, if `rmail-displayed-headers' is non-nil,
1265 delete all header fields *except* those whose names match that regexp.
1266 Otherwise, delete all header fields whose names match `rmail-ignored-headers'."
1267 (if (search-forward "\n\n" nil t)
1268 (if (and rmail-displayed-headers (null ignored-headers))
1269 (save-restriction
1270 (narrow-to-region (point-min) (point))
1271 (let ((buffer-read-only nil) lim)
1272 (goto-char (point-min))
1273 (while (save-excursion
1274 (re-search-forward "\n[^ \t]")
1275 (and (not (eobp))
1276 (setq lim (1- (point)))))
1277 (if (save-excursion
1278 (re-search-forward rmail-displayed-headers lim t))
1279 (goto-char lim)
1280 (delete-region (point) lim))))
1281 (goto-char (point-min)))
1282 (or ignored-headers (setq ignored-headers rmail-ignored-headers))
1283 (save-restriction
1284 (narrow-to-region (point-min) (point))
1285 (let ((buffer-read-only nil))
1286 (while (let ((case-fold-search t))
1287 (goto-char (point-min))
1288 (re-search-forward ignored-headers nil t))
1289 (beginning-of-line)
1290 (delete-region (point)
1291 (progn (re-search-forward "\n[^ \t]")
1292 (1- (point))))))))))
1293
1294 (defun rmail-toggle-header ()
1295 "Show original message header if pruned header currently shown, or vice versa."
1296 (interactive)
1297 (rmail-maybe-set-message-counters)
1298 (narrow-to-region (rmail-msgbeg rmail-current-message) (point-max))
1299 (let ((buffer-read-only nil))
1300 (goto-char (point-min))
1301 (forward-line 1)
1302 (if (= (following-char) ?1)
1303 (progn (delete-char 1)
1304 (insert ?0)
1305 (forward-line 1)
1306 (let ((case-fold-search t))
1307 (while (looking-at "Summary-Line:\\|Mail-From:")
1308 (forward-line 1)))
1309 (insert "*** EOOH ***\n")
1310 (forward-char -1)
1311 (search-forward "\n*** EOOH ***\n")
1312 (forward-line -1)
1313 (let ((temp (point)))
1314 (and (search-forward "\n\n" nil t)
1315 (delete-region temp (point))))
1316 (goto-char (point-min))
1317 (search-forward "\n*** EOOH ***\n")
1318 (narrow-to-region (point) (point-max)))
1319 (rmail-reformat-message (point-min) (point-max))))
1320 (rmail-highlight-headers))
1321 \f
1322 ;;;; *** Rmail Attributes and Keywords ***
1323
1324 ;; Make a string describing current message's attributes and keywords
1325 ;; and set it up as the name of a minor mode
1326 ;; so it will appear in the mode line.
1327 (defun rmail-display-labels ()
1328 (let ((blurb "") (beg (point-min-marker)) (end (point-max-marker)))
1329 (save-excursion
1330 (unwind-protect
1331 (progn
1332 (widen)
1333 (goto-char (rmail-msgbeg rmail-current-message))
1334 (forward-line 1)
1335 (if (looking-at "[01],")
1336 (progn
1337 (narrow-to-region (point) (progn (end-of-line) (point)))
1338 ;; Truly valid BABYL format requires a space before each
1339 ;; attribute or keyword name. Put them in if missing.
1340 (let (buffer-read-only)
1341 (goto-char (point-min))
1342 (while (search-forward "," nil t)
1343 (or (looking-at "[ ,]") (eobp)
1344 (insert " "))))
1345 (goto-char (point-max))
1346 (if (search-backward ",," nil 'move)
1347 (progn
1348 (if (> (point) (1+ (point-min)))
1349 (setq blurb (buffer-substring (+ 1 (point-min)) (point))))
1350 (if (> (- (point-max) (point)) 2)
1351 (setq blurb
1352 (concat blurb
1353 ";"
1354 (buffer-substring (+ (point) 3)
1355 (1- (point-max)))))))))))
1356 ;; Note: we don't use save-restriction because that does not work right
1357 ;; if changes are made outside the saved restriction
1358 ;; before that restriction is restored.
1359 (narrow-to-region beg end)
1360 (set-marker beg nil)
1361 (set-marker end nil)))
1362 (while (string-match " +," blurb)
1363 (setq blurb (concat (substring blurb 0 (match-beginning 0)) ","
1364 (substring blurb (match-end 0)))))
1365 (while (string-match ", +" blurb)
1366 (setq blurb (concat (substring blurb 0 (match-beginning 0)) ","
1367 (substring blurb (match-end 0)))))
1368 (setq mode-line-process
1369 (format " %d/%d%s"
1370 rmail-current-message rmail-total-messages blurb))))
1371
1372 ;; Turn an attribute of a message on or off according to STATE.
1373 ;; ATTR is the name of the attribute, as a string.
1374 ;; MSGNUM is message number to change; nil means current message.
1375 (defun rmail-set-attribute (attr state &optional msgnum)
1376 (let ((omax (point-max-marker))
1377 (omin (point-min-marker))
1378 (buffer-read-only nil))
1379 (or msgnum (setq msgnum rmail-current-message))
1380 (if (> msgnum 0)
1381 (unwind-protect
1382 (save-excursion
1383 (widen)
1384 (goto-char (+ 3 (rmail-msgbeg msgnum)))
1385 (let ((curstate
1386 (not
1387 (null (search-backward (concat ", " attr ",")
1388 (prog1 (point) (end-of-line)) t)))))
1389 (or (eq curstate (not (not state)))
1390 (if curstate
1391 (delete-region (point) (1- (match-end 0)))
1392 (beginning-of-line)
1393 (forward-char 2)
1394 (insert " " attr ","))))
1395 (if (string= attr "deleted")
1396 (rmail-set-message-deleted-p msgnum state)))
1397 ;; Note: we don't use save-restriction because that does not work right
1398 ;; if changes are made outside the saved restriction
1399 ;; before that restriction is restored.
1400 (narrow-to-region omin omax)
1401 (set-marker omin nil)
1402 (set-marker omax nil)
1403 (if (= msgnum rmail-current-message)
1404 (rmail-display-labels))))))
1405
1406 ;; Return t if the attributes/keywords line of msg number MSG
1407 ;; contains a match for the regexp LABELS.
1408 (defun rmail-message-labels-p (msg labels)
1409 (save-excursion
1410 (save-restriction
1411 (widen)
1412 (goto-char (rmail-msgbeg msg))
1413 (forward-char 3)
1414 (re-search-backward labels (prog1 (point) (end-of-line)) t))))
1415 \f
1416 ;;;; *** Rmail Message Selection And Support ***
1417
1418 (defun rmail-msgend (n)
1419 (marker-position (aref rmail-message-vector (1+ n))))
1420
1421 (defun rmail-msgbeg (n)
1422 (marker-position (aref rmail-message-vector n)))
1423
1424 (defun rmail-widen-to-current-msgbeg (function)
1425 "Call FUNCTION with point at start of internal data of current message.
1426 Assumes that bounds were previously narrowed to display the message in Rmail.
1427 The bounds are widened enough to move point where desired, then narrowed
1428 again afterward.
1429
1430 FUNCTION may not change the visible text of the message, but it may
1431 change the invisible header text."
1432 (save-excursion
1433 (let ((obeg (- (point-max) (point-min))))
1434 (unwind-protect
1435 (progn
1436 (narrow-to-region (rmail-msgbeg rmail-current-message)
1437 (point-max))
1438 (goto-char (point-min))
1439 (funcall function))
1440 ;; Note: we don't use save-restriction because that does not work right
1441 ;; if changes are made outside the saved restriction
1442 ;; before that restriction is restored.
1443 ;; Here we assume that changes made by FUNCTION
1444 ;; occur before the visible region of the message.
1445 (narrow-to-region (- (point-max) obeg) (point-max))))))
1446
1447 (defun rmail-forget-messages ()
1448 (unwind-protect
1449 (if (vectorp rmail-message-vector)
1450 (let* ((i 0)
1451 (v rmail-message-vector)
1452 (n (length v)))
1453 (while (< i n)
1454 (move-marker (aref v i) nil)
1455 (setq i (1+ i)))))
1456 (setq rmail-message-vector nil)
1457 (setq rmail-deleted-vector nil)))
1458
1459 (defun rmail-maybe-set-message-counters ()
1460 (if (not (and rmail-deleted-vector
1461 rmail-message-vector
1462 rmail-current-message
1463 rmail-total-messages))
1464 (rmail-set-message-counters)))
1465
1466 (defun rmail-count-new-messages (&optional nomsg)
1467 (let* ((case-fold-search nil)
1468 (total-messages 0)
1469 (messages-head nil)
1470 (deleted-head nil))
1471 (or nomsg (message "Counting new messages..."))
1472 (goto-char (point-max))
1473 ;; Put at the end of messages-head
1474 ;; the entry for message N+1, which marks
1475 ;; the end of message N. (N = number of messages).
1476 (search-backward "\n\^_")
1477 (forward-char 1)
1478 (setq messages-head (list (point-marker)))
1479 (rmail-set-message-counters-counter (point-min))
1480 (setq rmail-current-message (1+ rmail-total-messages))
1481 (setq rmail-total-messages
1482 (+ rmail-total-messages total-messages))
1483 (setq rmail-message-vector
1484 (vconcat rmail-message-vector (cdr messages-head)))
1485 (aset rmail-message-vector
1486 rmail-current-message (car messages-head))
1487 (setq rmail-deleted-vector
1488 (concat rmail-deleted-vector deleted-head))
1489 (setq rmail-summary-vector
1490 (vconcat rmail-summary-vector (make-vector total-messages nil)))
1491 (goto-char (point-min))
1492 (or nomsg (message "Counting new messages...done (%d)" total-messages))))
1493
1494 (defun rmail-set-message-counters ()
1495 (rmail-forget-messages)
1496 (save-excursion
1497 (save-restriction
1498 (widen)
1499 (let* ((point-save (point))
1500 (total-messages 0)
1501 (messages-after-point)
1502 (case-fold-search nil)
1503 (messages-head nil)
1504 (deleted-head nil))
1505 (message "Counting messages...")
1506 (goto-char (point-max))
1507 ;; Put at the end of messages-head
1508 ;; the entry for message N+1, which marks
1509 ;; the end of message N. (N = number of messages).
1510 (search-backward "\n\^_" nil t)
1511 (if (/= (point) (point-max)) (forward-char 1))
1512 (setq messages-head (list (point-marker)))
1513 (rmail-set-message-counters-counter (min (point) point-save))
1514 (setq messages-after-point total-messages)
1515 (rmail-set-message-counters-counter)
1516 (setq rmail-total-messages total-messages)
1517 (setq rmail-current-message
1518 (min total-messages
1519 (max 1 (- total-messages messages-after-point))))
1520 (setq rmail-message-vector
1521 (apply 'vector (cons (point-min-marker) messages-head))
1522 rmail-deleted-vector (concat "D" deleted-head)
1523 rmail-summary-vector (make-vector rmail-total-messages nil))
1524 (message "Counting messages...done")))))
1525
1526 (defun rmail-set-message-counters-counter (&optional stop)
1527 (while (search-backward "\n\^_\^L\n" stop t)
1528 (forward-char 1)
1529 (setq messages-head (cons (point-marker) messages-head))
1530 (save-excursion
1531 (setq deleted-head
1532 (cons (if (search-backward ", deleted,"
1533 (prog1 (point)
1534 (forward-line 2))
1535 t)
1536 ?D ?\ )
1537 deleted-head)))
1538 (if (zerop (% (setq total-messages (1+ total-messages)) 20))
1539 (message "Counting messages...%d" total-messages))))
1540
1541 (defun rmail-beginning-of-message ()
1542 "Show current message starting from the beginning."
1543 (interactive)
1544 (rmail-show-message rmail-current-message))
1545
1546 (defun rmail-show-message (&optional n no-summary)
1547 "Show message number N (prefix argument), counting from start of file.
1548 If summary buffer is currently displayed, update current message there also."
1549 (interactive "p")
1550 (rmail-maybe-set-message-counters)
1551 (widen)
1552 (if (zerop rmail-total-messages)
1553 (progn (narrow-to-region (point-min) (1- (point-max)))
1554 (goto-char (point-min))
1555 (setq mode-line-process nil))
1556 (let (blurb)
1557 (if (not n)
1558 (setq n rmail-current-message)
1559 (cond ((<= n 0)
1560 (setq n 1
1561 rmail-current-message 1
1562 blurb "No previous message"))
1563 ((> n rmail-total-messages)
1564 (setq n rmail-total-messages
1565 rmail-current-message rmail-total-messages
1566 blurb "No following message"))
1567 (t
1568 (setq rmail-current-message n))))
1569 (let ((beg (rmail-msgbeg n))
1570 (end (rmail-msgend n)))
1571 (goto-char beg)
1572 (forward-line 1)
1573 (if (= (following-char) ?0)
1574 (progn
1575 (rmail-reformat-message beg end)
1576 (rmail-set-attribute "unseen" nil))
1577 (search-forward "\n*** EOOH ***\n" end t)
1578 (narrow-to-region (point) end))
1579 (goto-char (point-min))
1580 (rmail-display-labels)
1581 (rmail-highlight-headers)
1582 (if transient-mark-mode (deactivate-mark))
1583 (run-hooks 'rmail-show-message-hook)
1584 ;; If there is a summary buffer, try to move to this message
1585 ;; in that buffer. But don't complain if this message
1586 ;; is not mentioned in the summary.
1587 ;; Don't do this at all if we were called on behalf
1588 ;; of cursor motion in the summary buffer.
1589 (and (rmail-summary-exists) (not no-summary)
1590 (let ((curr-msg rmail-current-message))
1591 (rmail-select-summary
1592 (rmail-summary-goto-msg curr-msg t t))))
1593 (if blurb
1594 (message blurb))))))
1595
1596 ;; Find all occurrences of certain fields, and highlight them.
1597 (defun rmail-highlight-headers ()
1598 ;; Do this only if the system supports faces.
1599 (if (and (fboundp 'internal-find-face)
1600 rmail-highlighted-headers)
1601 (save-excursion
1602 (search-forward "\n\n" nil 'move)
1603 (save-restriction
1604 (narrow-to-region (point-min) (point))
1605 (let ((case-fold-search t)
1606 (inhibit-read-only t)
1607 ;; Highlight with boldface if that is available.
1608 ;; Otherwise use the `highlight' face.
1609 (face (or rmail-highlight-face
1610 (if (face-differs-from-default-p 'bold)
1611 'bold 'highlight)))
1612 ;; List of overlays to reuse.
1613 (overlays rmail-overlay-list))
1614 (goto-char (point-min))
1615 (while (re-search-forward rmail-highlighted-headers nil t)
1616 (skip-chars-forward " \t")
1617 (let ((beg (point))
1618 overlay)
1619 (while (progn (forward-line 1)
1620 (looking-at "[ \t]")))
1621 ;; Back up over newline, then trailing spaces or tabs
1622 (forward-char -1)
1623 (while (member (preceding-char) '(? ?\t))
1624 (forward-char -1))
1625 (if overlays
1626 ;; Reuse an overlay we already have.
1627 (progn
1628 (setq overlay (car overlays)
1629 overlays (cdr overlays))
1630 (overlay-put overlay 'face face)
1631 (move-overlay overlay beg (point)))
1632 ;; Make a new overlay and add it to
1633 ;; rmail-overlay-list.
1634 (setq overlay (make-overlay beg (point)))
1635 (overlay-put overlay 'face face)
1636 (setq rmail-overlay-list
1637 (cons overlay rmail-overlay-list))))))))))
1638
1639 (defun rmail-next-message (n)
1640 "Show following message whether deleted or not.
1641 With prefix arg N, moves forward N messages, or backward if N is negative."
1642 (interactive "p")
1643 (rmail-maybe-set-message-counters)
1644 (rmail-show-message (+ rmail-current-message n)))
1645
1646 (defun rmail-previous-message (n)
1647 "Show previous message whether deleted or not.
1648 With prefix arg N, moves backward N messages, or forward if N is negative."
1649 (interactive "p")
1650 (rmail-next-message (- n)))
1651
1652 (defun rmail-next-undeleted-message (n)
1653 "Show following non-deleted message.
1654 With prefix arg N, moves forward N non-deleted messages,
1655 or backward if N is negative.
1656
1657 Returns t if a new message is being shown, nil otherwise."
1658 (interactive "p")
1659 (rmail-maybe-set-message-counters)
1660 (let ((lastwin rmail-current-message)
1661 (current rmail-current-message))
1662 (while (and (> n 0) (< current rmail-total-messages))
1663 (setq current (1+ current))
1664 (if (not (rmail-message-deleted-p current))
1665 (setq lastwin current n (1- n))))
1666 (while (and (< n 0) (> current 1))
1667 (setq current (1- current))
1668 (if (not (rmail-message-deleted-p current))
1669 (setq lastwin current n (1+ n))))
1670 (if (/= lastwin rmail-current-message)
1671 (progn (rmail-show-message lastwin)
1672 t)
1673 (if (< n 0)
1674 (message "No previous nondeleted message"))
1675 (if (> n 0)
1676 (message "No following nondeleted message"))
1677 nil)))
1678
1679 (defun rmail-previous-undeleted-message (n)
1680 "Show previous non-deleted message.
1681 With prefix argument N, moves backward N non-deleted messages,
1682 or forward if N is negative."
1683 (interactive "p")
1684 (rmail-next-undeleted-message (- n)))
1685
1686 (defun rmail-first-message ()
1687 "Show first message in file."
1688 (interactive)
1689 (rmail-maybe-set-message-counters)
1690 (rmail-show-message 1))
1691
1692 (defun rmail-last-message ()
1693 "Show last message in file."
1694 (interactive)
1695 (rmail-maybe-set-message-counters)
1696 (rmail-show-message rmail-total-messages))
1697
1698 (defun rmail-what-message ()
1699 (let ((where (point))
1700 (low 1)
1701 (high rmail-total-messages)
1702 (mid (/ rmail-total-messages 2)))
1703 (while (> (- high low) 1)
1704 (if (>= where (rmail-msgbeg mid))
1705 (setq low mid)
1706 (setq high mid))
1707 (setq mid (+ low (/ (- high low) 2))))
1708 (if (>= where (rmail-msgbeg high)) high low)))
1709
1710 (defun rmail-message-recipients-p (msg recipients &optional primary-only)
1711 (save-restriction
1712 (goto-char (rmail-msgbeg msg))
1713 (search-forward "\n*** EOOH ***\n")
1714 (narrow-to-region (point) (progn (search-forward "\n\n") (point)))
1715 (or (string-match recipients (or (mail-fetch-field "To") ""))
1716 (string-match recipients (or (mail-fetch-field "From") ""))
1717 (if (not primary-only)
1718 (string-match recipients (or (mail-fetch-field "Cc") ""))))))
1719
1720 (defun rmail-message-regexp-p (msg regexp)
1721 "Return t, if for message number MSG, regexp REGEXP matches in the header."
1722 (goto-char (rmail-msgbeg msg))
1723 (let ((end
1724 (save-excursion
1725 (search-forward "*** EOOH ***" (point-max)) (point))))
1726 (re-search-forward regexp end t)))
1727
1728 (defvar rmail-search-last-regexp nil)
1729 (defun rmail-search (regexp &optional n)
1730 "Show message containing next match for REGEXP (but not the current msg).
1731 Prefix argument gives repeat count; negative argument means search
1732 backwards (through earlier messages).
1733 Interactively, empty argument means use same regexp used last time."
1734 (interactive
1735 (let* ((reversep (< (prefix-numeric-value current-prefix-arg) 0))
1736 (prompt
1737 (concat (if reversep "Reverse " "") "Rmail search (regexp): "))
1738 regexp)
1739 (if rmail-search-last-regexp
1740 (setq prompt (concat prompt
1741 "(default "
1742 rmail-search-last-regexp
1743 ") ")))
1744 (setq regexp (read-string prompt))
1745 (cond ((not (equal regexp ""))
1746 (setq rmail-search-last-regexp regexp))
1747 ((not rmail-search-last-regexp)
1748 (error "No previous Rmail search string")))
1749 (list rmail-search-last-regexp
1750 (prefix-numeric-value current-prefix-arg))))
1751 (or n (setq n 1))
1752 (message "%sRmail search for %s..."
1753 (if (< n 0) "Reverse " "")
1754 regexp)
1755 (rmail-maybe-set-message-counters)
1756 (let ((omin (point-min))
1757 (omax (point-max))
1758 (opoint (point))
1759 win
1760 (reversep (< n 0))
1761 (msg rmail-current-message))
1762 (unwind-protect
1763 (progn
1764 (widen)
1765 (while (/= n 0)
1766 ;; Check messages one by one, advancing message number up or down
1767 ;; but searching forward through each message.
1768 (if reversep
1769 (while (and (null win) (> msg 1))
1770 (goto-char (rmail-msgbeg (setq msg (1- msg))))
1771 (setq win (re-search-forward
1772 regexp (rmail-msgend msg) t)))
1773 (while (and (null win) (< msg rmail-total-messages))
1774 (goto-char (rmail-msgbeg (setq msg (1+ msg))))
1775 (setq win (re-search-forward regexp (rmail-msgend msg) t))))
1776 (setq n (+ n (if reversep 1 -1)))))
1777 (if win
1778 (progn
1779 ;; If this is a reverse search and we found a message,
1780 ;; search backward thru this message to position point.
1781 (if reversep
1782 (progn
1783 (goto-char (rmail-msgend msg))
1784 (re-search-backward
1785 regexp (rmail-msgbeg msg) t)))
1786 (setq win (point))
1787 (rmail-show-message msg)
1788 (message "%sRmail search for %s...done"
1789 (if reversep "Reverse " "")
1790 regexp)
1791 (goto-char win))
1792 (goto-char opoint)
1793 (narrow-to-region omin omax)
1794 (ding)
1795 (message "Search failed: %s" regexp)))))
1796
1797 (defun rmail-search-backwards (regexp &optional n)
1798 "Show message containing previous match for REGEXP.
1799 Prefix argument gives repeat count; negative argument means search
1800 forward (through later messages).
1801 Interactively, empty argument means use same regexp used last time."
1802 (interactive
1803 (let* ((reversep (>= (prefix-numeric-value current-prefix-arg) 0))
1804 (prompt
1805 (concat (if reversep "Reverse " "") "Rmail search (regexp): "))
1806 regexp)
1807 (if rmail-search-last-regexp
1808 (setq prompt (concat prompt
1809 "(default "
1810 rmail-search-last-regexp
1811 ") ")))
1812 (setq regexp (read-string prompt))
1813 (cond ((not (equal regexp ""))
1814 (setq rmail-search-last-regexp regexp))
1815 ((not rmail-search-last-regexp)
1816 (error "No previous Rmail search string")))
1817 (list rmail-search-last-regexp
1818 (prefix-numeric-value current-prefix-arg))))
1819 (rmail-search regexp (- (or n 1))))
1820
1821 ;; Show the first message which has the `unseen' attribute.
1822 (defun rmail-first-unseen-message ()
1823 (rmail-maybe-set-message-counters)
1824 (let ((current 1)
1825 found)
1826 (save-restriction
1827 (widen)
1828 (while (and (not found) (<= current rmail-total-messages))
1829 (if (rmail-message-labels-p current ", ?\\(unseen\\),")
1830 (setq found current))
1831 (setq current (1+ current))))
1832 ;; Let the caller show the message.
1833 ;; (if found
1834 ;; (rmail-show-message found))
1835 found))
1836
1837 (defun rmail-next-same-subject (n)
1838 "Go to the next mail message having the same subject header.
1839 With prefix argument N, do this N times.
1840 If N is negative, go backwards instead."
1841 (interactive "p")
1842 (let* ((subject (mail-fetch-field "Subject"))
1843 (search-regexp (concat "^Subject: *\\(Re: *\\)?"
1844 (regexp-quote subject)
1845 "\n"))
1846 (forward (> n 0))
1847 (i rmail-current-message)
1848 found)
1849 (if (string-match "Re:[ \t]*" subject)
1850 (setq subject (substring subject (match-end 0))))
1851 (save-excursion
1852 (save-restriction
1853 (widen)
1854 (while (and (/= n 0)
1855 (if forward
1856 (< i rmail-total-messages)
1857 (> i 1)))
1858 (let (done)
1859 (while (and (not done)
1860 (if forward
1861 (< i rmail-total-messages)
1862 (> i 1)))
1863 (setq i (if forward (1+ i) (1- i)))
1864 (goto-char (rmail-msgbeg i))
1865 (search-forward "\n*** EOOH ***\n")
1866 (let ((beg (point)) end)
1867 (search-forward "\n\n")
1868 (setq end (point))
1869 (goto-char beg)
1870 (setq done (re-search-forward search-regexp end t))))
1871 (if done (setq found i)))
1872 (setq n (if forward (1- n) (1+ n))))))
1873 (if found
1874 (rmail-show-message found)
1875 (error "No %s message with same subject"
1876 (if forward "following" "previous")))))
1877
1878 (defun rmail-previous-same-subject (n)
1879 "Go to the previous mail message having the same subject header.
1880 With prefix argument N, do this N times.
1881 If N is negative, go forwards instead."
1882 (interactive "p")
1883 (rmail-next-same-subject (- n)))
1884 \f
1885 ;;;; *** Rmail Message Deletion Commands ***
1886
1887 (defun rmail-message-deleted-p (n)
1888 (= (aref rmail-deleted-vector n) ?D))
1889
1890 (defun rmail-set-message-deleted-p (n state)
1891 (aset rmail-deleted-vector n (if state ?D ?\ )))
1892
1893 (defun rmail-delete-message ()
1894 "Delete this message and stay on it."
1895 (interactive)
1896 (rmail-set-attribute "deleted" t)
1897 (run-hooks 'rmail-delete-message-hook))
1898
1899 (defun rmail-undelete-previous-message ()
1900 "Back up to deleted message, select it, and undelete it."
1901 (interactive)
1902 (let ((msg rmail-current-message))
1903 (while (and (> msg 0)
1904 (not (rmail-message-deleted-p msg)))
1905 (setq msg (1- msg)))
1906 (if (= msg 0)
1907 (error "No previous deleted message")
1908 (if (/= msg rmail-current-message)
1909 (rmail-show-message msg))
1910 (rmail-set-attribute "deleted" nil)
1911 (if (rmail-summary-exists)
1912 (save-excursion
1913 (set-buffer rmail-summary-buffer)
1914 (rmail-summary-mark-undeleted msg)))
1915 (rmail-maybe-display-summary))))
1916
1917 (defun rmail-delete-forward (&optional backward)
1918 "Delete this message and move to next nondeleted one.
1919 Deleted messages stay in the file until the \\[rmail-expunge] command is given.
1920 With prefix argument, delete and move backward.
1921
1922 Returns t if a new message is displayed after the delete, or nil otherwise."
1923 (interactive "P")
1924 (rmail-set-attribute "deleted" t)
1925 (run-hooks 'rmail-delete-message-hook)
1926 (let ((del-msg rmail-current-message))
1927 (if (rmail-summary-exists)
1928 (rmail-select-summary
1929 (rmail-summary-mark-deleted del-msg)))
1930 (prog1 (rmail-next-undeleted-message (if backward -1 1))
1931 (rmail-maybe-display-summary))))
1932
1933 (defun rmail-delete-backward ()
1934 "Delete this message and move to previous nondeleted one.
1935 Deleted messages stay in the file until the \\[rmail-expunge] command is given."
1936 (interactive)
1937 (rmail-delete-forward t))
1938
1939 ;; Compute the message number a given message would have after expunging.
1940 ;; The present number of the message is OLDNUM.
1941 ;; DELETEDVEC should be rmail-deleted-vector.
1942 ;; The value is nil for a message that would be deleted.
1943 (defun rmail-msg-number-after-expunge (deletedvec oldnum)
1944 (if (or (null oldnum) (= (aref deletedvec oldnum) ?D))
1945 nil
1946 (let ((i 0)
1947 (newnum 0))
1948 (while (< i oldnum)
1949 (if (/= (aref deletedvec i) ?D)
1950 (setq newnum (1+ newnum)))
1951 (setq i (1+ i)))
1952 newnum)))
1953
1954 (defun rmail-only-expunge ()
1955 "Actually erase all deleted messages in the file."
1956 (interactive)
1957 (message "Expunging deleted messages...")
1958 ;; Discard all undo records for this buffer.
1959 (or (eq buffer-undo-list t)
1960 (setq buffer-undo-list nil))
1961 (rmail-maybe-set-message-counters)
1962 (let* ((omax (- (buffer-size) (point-max)))
1963 (omin (- (buffer-size) (point-min)))
1964 (opoint (if (and (> rmail-current-message 0)
1965 (rmail-message-deleted-p rmail-current-message))
1966 0
1967 (- (point) (point-min))))
1968 (messages-head (cons (aref rmail-message-vector 0) nil))
1969 (messages-tail messages-head)
1970 ;; Don't make any undo records for the expunging.
1971 (buffer-undo-list t)
1972 (win))
1973 (unwind-protect
1974 (save-excursion
1975 (widen)
1976 (goto-char (point-min))
1977 (let ((counter 0)
1978 (number 1)
1979 (total rmail-total-messages)
1980 (new-message-number rmail-current-message)
1981 (new-summary nil)
1982 (rmailbuf (current-buffer))
1983 (buffer-read-only nil)
1984 (messages rmail-message-vector)
1985 (deleted rmail-deleted-vector)
1986 (summary rmail-summary-vector))
1987 (setq rmail-total-messages nil
1988 rmail-current-message nil
1989 rmail-message-vector nil
1990 rmail-deleted-vector nil
1991 rmail-summary-vector nil)
1992
1993 ;; Find each sendmail buffer that is set to reply
1994 ;; to a message in this buffer, and update its
1995 ;; message number.
1996 (let ((bufs (buffer-list)))
1997 (while bufs
1998 (save-excursion
1999 (set-buffer (car bufs))
2000 (and (boundp 'rmail-send-actions-rmail-buffer)
2001 (eq rmail-send-actions-rmail-buffer rmailbuf)
2002 (setq rmail-send-actions-rmail-msg-number
2003 (rmail-msg-number-after-expunge
2004 deleted
2005 rmail-send-actions-rmail-msg-number))))
2006 (setq bufs (cdr bufs))))
2007
2008 (while (<= number total)
2009 (if (= (aref deleted number) ?D)
2010 (progn
2011 (delete-region
2012 (marker-position (aref messages number))
2013 (marker-position (aref messages (1+ number))))
2014 (move-marker (aref messages number) nil)
2015 (if (> new-message-number counter)
2016 (setq new-message-number (1- new-message-number))))
2017 (setq counter (1+ counter))
2018 (setq messages-tail
2019 (setcdr messages-tail
2020 (cons (aref messages number) nil)))
2021 (setq new-summary
2022 (cons (if (= counter number) (aref summary (1- number)))
2023 new-summary)))
2024 (if (zerop (% (setq number (1+ number)) 20))
2025 (message "Expunging deleted messages...%d" number)))
2026 (setq messages-tail
2027 (setcdr messages-tail
2028 (cons (aref messages number) nil)))
2029 (setq rmail-current-message new-message-number
2030 rmail-total-messages counter
2031 rmail-message-vector (apply 'vector messages-head)
2032 rmail-deleted-vector (make-string (1+ counter) ?\ )
2033 rmail-summary-vector (vconcat (nreverse new-summary))
2034 win t)))
2035 (message "Expunging deleted messages...done")
2036 (if (not win)
2037 (narrow-to-region (- (buffer-size) omin) (- (buffer-size) omax)))
2038 (rmail-show-message
2039 (if (zerop rmail-current-message) 1 nil))
2040 (forward-char opoint))))
2041
2042 (defun rmail-expunge ()
2043 "Erase deleted messages from Rmail file and summary buffer."
2044 (interactive)
2045 (rmail-only-expunge)
2046 (if (rmail-summary-exists)
2047 (rmail-select-summary
2048 (rmail-update-summary))))
2049 \f
2050 ;;;; *** Rmail Mailing Commands ***
2051
2052 (defun rmail-start-mail (&rest args)
2053 (if (and window-system rmail-mail-new-frame)
2054 (prog1
2055 (apply 'mail-other-frame args)
2056 (modify-frame-parameters (selected-frame)
2057 '((dedicated . t))))
2058 (apply 'mail-other-window args)))
2059
2060 (defun rmail-mail ()
2061 "Send mail in another window.
2062 While composing the message, use \\[mail-yank-original] to yank the
2063 original message into it."
2064 (interactive)
2065 (rmail-start-mail nil nil nil nil nil (current-buffer)))
2066
2067 (defun rmail-continue ()
2068 "Continue composing outgoing message previously being composed."
2069 (interactive)
2070 (rmail-start-mail t))
2071
2072 (defun rmail-reply (just-sender)
2073 "Reply to the current message.
2074 Normally include CC: to all other recipients of original message;
2075 prefix argument means ignore them. While composing the reply,
2076 use \\[mail-yank-original] to yank the original message into it."
2077 (interactive "P")
2078 (let (from reply-to cc subject date to message-id resent-reply-to
2079 (msgnum rmail-current-message)
2080 (rmail-buffer (current-buffer)))
2081 (save-excursion
2082 (save-restriction
2083 (widen)
2084 (goto-char (rmail-msgbeg rmail-current-message))
2085 (forward-line 1)
2086 (if (= (following-char) ?0)
2087 (narrow-to-region
2088 (progn (forward-line 2)
2089 (point))
2090 (progn (search-forward "\n\n" (rmail-msgend rmail-current-message)
2091 'move)
2092 (point)))
2093 (narrow-to-region (point)
2094 (progn (search-forward "\n*** EOOH ***\n")
2095 (beginning-of-line) (point))))
2096 (setq resent-reply-to (mail-fetch-field "resent-reply-to" t)
2097 from (mail-fetch-field "from")
2098 reply-to (or resent-reply-to
2099 (mail-fetch-field "reply-to" nil t)
2100 from)
2101 cc (cond (just-sender nil)
2102 (resent-reply-to (mail-fetch-field "resent-cc" t))
2103 (t (mail-fetch-field "cc" nil t)))
2104 subject (or (and resent-reply-to
2105 (mail-fetch-field "resent-subject" t))
2106 (mail-fetch-field "subject"))
2107 date (or (and resent-reply-to
2108 (mail-fetch-field "resent-date" t))
2109 (mail-fetch-field "date"))
2110 to (cond (resent-reply-to
2111 (or (mail-fetch-field "resent-to" t)) "")
2112 ((mail-fetch-field "to" nil t))
2113 ;((mail-fetch-field "apparently-to")) ack gag barf
2114 (t ""))
2115 message-id (cond (resent-reply-to
2116 (mail-fetch-field "resent-message-id" t))
2117 ((mail-fetch-field "message-id"))))))
2118 (and (stringp subject)
2119 (setq subject
2120 (concat rmail-reply-prefix
2121 (if (string-match rmail-reply-regexp subject)
2122 (substring subject (match-end 0))
2123 subject))))
2124 (rmail-start-mail nil
2125 (mail-strip-quoted-names reply-to)
2126 subject
2127 (rmail-make-in-reply-to-field from date message-id)
2128 (if just-sender
2129 nil
2130 (let* ((cc-list (rmail-dont-reply-to
2131 (mail-strip-quoted-names
2132 (if (null cc) to (concat to ", " cc))))))
2133 (if (string= cc-list "") nil cc-list)))
2134 (current-buffer)
2135 (list (list '(lambda ()
2136 (let ((msgnum rmail-send-actions-rmail-msg-number))
2137 (save-excursion
2138 (set-buffer rmail-send-actions-rmail-buffer)
2139 (if msgnum
2140 (rmail-set-attribute "answered" t msgnum))))))))
2141 ;; We keep the rmail buffer and message number in these
2142 ;; buffer-local vars in the sendmail buffer,
2143 ;; so that rmail-only-expunge can relocate the message number.
2144 (make-local-variable 'rmail-send-actions-rmail-buffer)
2145 (make-local-variable 'rmail-send-actions-rmail-msg-number)
2146 (setq rmail-send-actions-rmail-buffer rmail-buffer)
2147 (setq rmail-send-actions-rmail-msg-number msgnum)))
2148
2149 (defun rmail-make-in-reply-to-field (from date message-id)
2150 (cond ((not from)
2151 (if message-id
2152 message-id
2153 nil))
2154 (mail-use-rfc822
2155 (require 'rfc822)
2156 (let ((tem (car (rfc822-addresses from))))
2157 (if message-id
2158 (if (string-match
2159 (regexp-quote (if (string-match "@[^@]*\\'" tem)
2160 (substring tem 0 (match-beginning 0))
2161 tem))
2162 message-id)
2163 ;; Message-ID is sufficiently informative
2164 message-id
2165 (concat message-id " (" tem ")"))
2166 ;; Copy TEM, discarding text properties.
2167 (setq tem (copy-sequence tem))
2168 (set-text-properties 0 (length tem) nil tem)
2169 (setq tem (copy-sequence tem))
2170 ;; Use prin1 to fake RFC822 quoting
2171 (let ((field (prin1-to-string tem)))
2172 (if date
2173 (concat field "'s message of " date)
2174 field)))))
2175 ((let* ((foo "[^][\000-\037\177-\377()<>@,;:\\\" ]+")
2176 (bar "[^][\000-\037\177-\377()<>@,;:\\\"]+"))
2177 ;; Can't use format because format loses on \000 (unix *^&%*^&%$!!)
2178 (or (string-match (concat "\\`[ \t]*\\(" bar
2179 "\\)\\(<" foo "@" foo ">\\)?[ \t]*\\'")
2180 ;; "Unix Loser <Foo@bar.edu>" => "Unix Loser"
2181 from)
2182 (string-match (concat "\\`[ \t]*<" foo "@" foo ">[ \t]*(\\("
2183 bar "\\))[ \t]*\\'")
2184 ;; "<Bugs@bar.edu>" (Losing Unix) => "Losing Unix"
2185 from)))
2186 (let ((start (match-beginning 1))
2187 (end (match-end 1)))
2188 ;; Trim whitespace which above regexp match allows
2189 (while (and (< start end)
2190 (memq (aref from start) '(?\t ?\ )))
2191 (setq start (1+ start)))
2192 (while (and (< start end)
2193 (memq (aref from (1- end)) '(?\t ?\ )))
2194 (setq end (1- end)))
2195 (let ((field (substring from start end)))
2196 (if date (setq field (concat "message from " field " on " date)))
2197 (if message-id
2198 ;; "<AA259@bar.edu> (message from Unix Loser on 1-Apr-89)"
2199 (concat message-id " (" field ")")
2200 field))))
2201 (t
2202 ;; If we can't kludge it simply, do it correctly
2203 (let ((mail-use-rfc822 t))
2204 (rmail-make-in-reply-to-field from date message-id)))))
2205 \f
2206 (defun rmail-forward (resend)
2207 "Forward the current message to another user.
2208 With prefix argument, \"resend\" the message instead of forwarding it;
2209 see the documentation of `rmail-resend'."
2210 (interactive "P")
2211 (if resend
2212 (call-interactively 'rmail-resend)
2213 (let ((forward-buffer (current-buffer))
2214 (msgnum rmail-current-message)
2215 (subject (concat "["
2216 (let ((from (or (mail-fetch-field "From")
2217 (mail-fetch-field ">From"))))
2218 (if from
2219 (concat (mail-strip-quoted-names from) ": ")
2220 ""))
2221 (or (mail-fetch-field "Subject") "")
2222 "]")))
2223 ;; If only one window, use it for the mail buffer.
2224 ;; Otherwise, use another window for the mail buffer
2225 ;; so that the Rmail buffer remains visible
2226 ;; and sending the mail will get back to it.
2227 (if (funcall (if (and (not rmail-mail-new-frame) (one-window-p t))
2228 (function mail)
2229 (function rmail-start-mail))
2230 nil nil subject nil nil nil
2231 (list (list (function
2232 (lambda ()
2233 (let ((msgnum
2234 rmail-send-actions-rmail-msg-number))
2235 (save-excursion
2236 (set-buffer rmail-send-actions-rmail-buffer)
2237 (if msgnum
2238 (rmail-set-attribute
2239 "forwarded" t msgnum)))))))))
2240 ;; The mail buffer is now current.
2241 (save-excursion
2242 ;; We keep the rmail buffer and message number in these
2243 ;; buffer-local vars in the sendmail buffer,
2244 ;; so that rmail-only-expunge can relocate the message number.
2245 (make-local-variable 'rmail-send-actions-rmail-buffer)
2246 (make-local-variable 'rmail-send-actions-rmail-msg-number)
2247 (setq rmail-send-actions-rmail-buffer forward-buffer)
2248 (setq rmail-send-actions-rmail-msg-number msgnum)
2249 ;; Insert after header separator--before signature if any.
2250 (goto-char (point-min))
2251 (search-forward-regexp
2252 (concat "^" (regexp-quote mail-header-separator) "$"))
2253 (forward-line 1)
2254 (insert "------- Start of forwarded message -------\n")
2255 ;; Quote lines with `- ' if they start with `-'.
2256 (let ((beg (point)) end)
2257 (insert-buffer-substring forward-buffer)
2258 (goto-char beg)
2259 (while (re-search-forward "^-" nil t)
2260 (beginning-of-line)
2261 (insert "- ")
2262 (forward-line 1))
2263 (goto-char (point-max)))
2264 (let ((end (point)))
2265 (skip-chars-backward "\n")
2266 (if (< (point) end)
2267 (forward-char 1))
2268 (delete-region (point) end))
2269 (insert "------- End of forwarded message -------\n")
2270 (push-mark))))))
2271 \f
2272 (defun rmail-resend (address &optional from comment mail-alias-file)
2273 "Resend current message to ADDRESSES.
2274 ADDRESSES should be a single address, a string consisting of several
2275 addresses separated by commas, or a list of addresses.
2276
2277 Optional FROM is the address to resend the message from, and
2278 defaults to the username of the person redistributing the message.
2279 Optional COMMENT is a string that will be inserted as a comment in the
2280 resent message.
2281 Optional ALIAS-FILE is alternate aliases file to be used by sendmail,
2282 typically for purposes of moderating a list."
2283 (interactive "sResend to: ")
2284 (require 'sendmail)
2285 (require 'mailalias)
2286 (if (not from) (setq from (user-login-name)))
2287 (let ((tembuf (generate-new-buffer " sendmail temp"))
2288 (mail-header-separator "")
2289 (case-fold-search nil)
2290 (mailbuf (current-buffer)))
2291 (unwind-protect
2292 (save-excursion
2293 ;;>> Copy message into temp buffer
2294 (set-buffer tembuf)
2295 (insert-buffer-substring mailbuf)
2296 (goto-char (point-min))
2297 ;; Delete any Sender field, since that's not specifiable.
2298 ; Only delete Sender fields in the actual header.
2299 (re-search-forward "^$" nil 'move)
2300 ; Using "while" here rather than "if" because some buggy mail
2301 ; software may have inserted multiple Sender fields.
2302 (while (re-search-backward "^Sender:" nil t)
2303 (let (beg)
2304 (setq beg (point))
2305 (forward-line 1)
2306 (while (looking-at "[ \t]")
2307 (forward-line 1))
2308 (delete-region beg (point))))
2309 ; Go back to the beginning of the buffer so the Resent- fields
2310 ; are inserted there.
2311 (goto-char (point-min))
2312 ;;>> Insert resent-from:
2313 (insert "Resent-From: " from "\n")
2314 (insert "Resent-Date: " (mail-rfc822-date) "\n")
2315 ;;>> Insert resent-to: and bcc if need be.
2316 (let ((before (point)))
2317 (if mail-self-blind
2318 (insert "Resent-Bcc: " (user-login-name) "\n"))
2319 (insert "Resent-To: " (if (stringp address)
2320 address
2321 (mapconcat 'identity address ",\n\t"))
2322 "\n")
2323 ;; Expand abbrevs in the recipients.
2324 (save-excursion
2325 (if (featurep 'mailabbrev)
2326 (let ((end (point-marker))
2327 (local-abbrev-table mail-abbrevs)
2328 (old-syntax-table (syntax-table)))
2329 (if (and (not (vectorp mail-abbrevs))
2330 (file-exists-p mail-personal-alias-file))
2331 (build-mail-abbrevs))
2332 (set-syntax-table mail-abbrev-syntax-table)
2333 (goto-char before)
2334 (while (and (< (point) end)
2335 (progn (forward-word 1)
2336 (<= (point) end)))
2337 (expand-abbrev))
2338 (set-syntax-table old-syntax-table))
2339 (expand-mail-aliases before (point)))))
2340 ;;>> Set up comment, if any.
2341 (if (and (sequencep comment) (not (zerop (length comment))))
2342 (let ((before (point))
2343 after)
2344 (insert comment)
2345 (or (eolp) (insert "\n"))
2346 (setq after (point))
2347 (goto-char before)
2348 (while (< (point) after)
2349 (insert "Resent-Comment: ")
2350 (forward-line 1))))
2351 ;; Don't expand aliases in the destination fields
2352 ;; of the original message.
2353 (let (mail-aliases)
2354 (funcall send-mail-function)))
2355 (kill-buffer tembuf))
2356 (rmail-set-attribute "resent" t rmail-current-message)))
2357 \f
2358 (defvar mail-unsent-separator
2359 (concat "^ *---+ +Unsent message follows +---+ *$\\|"
2360 "^ *---+ +Returned message +---+ *$\\|"
2361 "^Start of returned message$\\|"
2362 "^ *---+ +Original message +---+ *$\\|"
2363 "^ *--+ +begin message +--+ *$\\|"
2364 "^ *---+ +Original message follows +---+ *$\\|"
2365 "^|? *---+ +Message text follows: +---+ *|?$")
2366 "A regexp that matches the separator before the text of a failed message.")
2367
2368 (defun rmail-retry-failure ()
2369 "Edit a mail message which is based on the contents of the current message.
2370 For a message rejected by the mail system, extract the interesting headers and
2371 the body of the original message.
2372 The variable `mail-unsent-separator' should match the string that
2373 delimits the returned original message.
2374 The variable `rmail-retry-ignored-headers' is a regular expression
2375 specifying headers which should not be copied into the new message."
2376 (interactive)
2377 (require 'mail-utils)
2378 (let ((rmail-buffer (current-buffer))
2379 (msgnum rmail-current-message)
2380 bounce-start bounce-end bounce-indent resending)
2381 (save-excursion
2382 ;; Narrow down to just the quoted original message
2383 (rmail-beginning-of-message)
2384 (let ((case-fold-search t))
2385 (if (search-forward "This is a MIME-encapsulated message\n\n--" nil t)
2386 (let ((codestring
2387 (buffer-substring (progn (beginning-of-line) (point))
2388 (progn (end-of-line) (point)))))
2389 (re-search-forward mail-unsent-separator)
2390 (search-forward codestring)
2391 (or (search-forward "\n\n" nil t)
2392 (error "Cannot find end of Mime data in failed message"))
2393 (setq bounce-start (point))
2394 (save-excursion
2395 (goto-char (point-max))
2396 (search-backward codestring)
2397 (setq bounce-end (point)))
2398 (or (search-forward "\n\n" nil t)
2399 (error "Cannot find end of header in failed message")))
2400 (or (re-search-forward mail-unsent-separator nil t)
2401 (error "Cannot parse this as a failure message"))
2402 (skip-chars-forward "\n")
2403 ;; Support a style of failure message in which the original
2404 ;; message is indented, and included within lines saying
2405 ;; `Start of returned message' and `End of returned message'.
2406 (if (looking-at " +Received:")
2407 (progn
2408 (setq bounce-start (point))
2409 (skip-chars-forward " ")
2410 (setq bounce-indent (- (current-column)))
2411 (goto-char (point-max))
2412 (re-search-backward "^End of returned message$" nil t)
2413 (setq bounce-end (point)))
2414 ;; One message contained a few random lines before the old
2415 ;; message header. The first line of the message started with
2416 ;; two hyphens. A blank line followed these random lines.
2417 ;; The same line beginning with two hyphens was possibly
2418 ;; marking the end of the message.
2419 (if (looking-at "^--")
2420 (let ((boundary (buffer-substring-no-properties
2421 (point)
2422 (progn (end-of-line) (point)))))
2423 (search-forward "\n\n")
2424 (skip-chars-forward "\n")
2425 (setq bounce-start (point))
2426 (goto-char (point-max))
2427 (search-backward (concat "\n\n" boundary) bounce-start t)
2428 (setq bounce-end (point)))
2429 (setq bounce-start (point)
2430 bounce-end (point-max)))
2431 (or (search-forward "\n\n" nil t)
2432 (error "Cannot find end of header in failed message"))
2433 ))))
2434 ;; Start sending a new message; default header fields from the original.
2435 ;; Turn off the usual actions for initializing the message body
2436 ;; because we want to get only the text from the failure message.
2437 (let ((action
2438 ;; This function will be called when the user sends the retry.
2439 ;; It will mark the bounce message as "retried".
2440 (function (lambda ()
2441 (let ((msgnum rmail-send-actions-rmail-msg-number))
2442 (save-excursion
2443 (set-buffer rmail-send-actions-rmail-buffer)
2444 (if msgnum
2445 (rmail-set-attribute "retried" t msgnum)))))))
2446 mail-signature mail-setup-hook)
2447 (if (rmail-start-mail nil nil nil nil nil rmail-buffer
2448 (list (list action)))
2449 ;; Insert original text as initial text of new draft message.
2450 ;; Bind inhibit-read-only since the header delimiter
2451 ;; of the previous message was probably read-only.
2452 (let ((inhibit-read-only t))
2453 ;; We keep the rmail buffer and message number in these
2454 ;; buffer-local vars in the sendmail buffer,
2455 ;; so that the rmail-only-expunge can relocate the message number.
2456 (make-local-variable 'rmail-send-actions-rmail-buffer)
2457 (make-local-variable 'rmail-send-actions-rmail-msg-number)
2458 (setq rmail-send-actions-rmail-buffer rmail-buffer)
2459 (setq rmail-send-actions-rmail-msg-number msgnum)
2460 (erase-buffer)
2461 (insert-buffer-substring rmail-buffer bounce-start bounce-end)
2462 (goto-char (point-min))
2463 (if bounce-indent
2464 (indent-rigidly (point-min) (point-max) bounce-indent))
2465 (rmail-clear-headers rmail-retry-ignored-headers)
2466 (rmail-clear-headers "^sender:\\|^from:\\|^return-path:")
2467 (goto-char (point-min))
2468 (save-restriction
2469 (search-forward "\n\n")
2470 (forward-line -1)
2471 (narrow-to-region (point-min) (point))
2472 (setq resending (mail-fetch-field "resent-to"))
2473 (if mail-self-blind
2474 (if resending
2475 (insert "Resent-Bcc: " (user-login-name) "\n")
2476 (insert "BCC: " (user-login-name) "\n"))))
2477 (insert mail-header-separator)
2478 (mail-position-on-field (if resending "Resent-To" "To") t)
2479 (set-buffer rmail-buffer)
2480 (rmail-beginning-of-message))))))
2481 \f
2482 (defun rmail-summary-exists ()
2483 "Non-nil iff in an RMAIL buffer and an associated summary buffer exists.
2484 In fact, the non-nil value returned is the summary buffer itself."
2485 (and rmail-summary-buffer (buffer-name rmail-summary-buffer)
2486 rmail-summary-buffer))
2487
2488 (defun rmail-summary-displayed ()
2489 "t iff in RMAIL buffer and an associated summary buffer is displayed."
2490 (and rmail-summary-buffer (get-buffer-window rmail-summary-buffer)))
2491
2492 (defvar rmail-redisplay-summary nil
2493 "*Non-nil means Rmail should show the summary when it changes.
2494 This has an effect only if a summary buffer exists.")
2495
2496 (defvar rmail-summary-window-size nil
2497 "*Non-nil means specify the height for an Rmail summary window.")
2498
2499 ;; Put the summary buffer back on the screen, if user wants that.
2500 (defun rmail-maybe-display-summary ()
2501 (let ((selected (selected-window))
2502 window)
2503 ;; If requested, make sure the summary is displayed.
2504 (and rmail-summary-buffer (buffer-name rmail-summary-buffer)
2505 rmail-redisplay-summary
2506 (if (get-buffer-window rmail-summary-buffer 0)
2507 ;; It's already in some frame; show that one.
2508 (let ((frame (window-frame
2509 (get-buffer-window rmail-summary-buffer 0))))
2510 (make-frame-visible frame)
2511 (raise-frame frame))
2512 (display-buffer rmail-summary-buffer)))
2513 ;; If requested, set the height of the summary window.
2514 (and rmail-summary-buffer (buffer-name rmail-summary-buffer)
2515 rmail-summary-window-size
2516 (setq window (get-buffer-window rmail-summary-buffer))
2517 ;; Don't try to change the size if just one window in frame.
2518 (not (eq window (frame-root-window (window-frame window))))
2519 (unwind-protect
2520 (progn
2521 (select-window window)
2522 (enlarge-window (- rmail-summary-window-size
2523 (window-height))))
2524 (select-window selected)))))
2525 \f
2526 ;;;; *** Rmail Specify Inbox Files ***
2527
2528 (autoload 'set-rmail-inbox-list "rmailmsc"
2529 "Set the inbox list of the current RMAIL file to FILE-NAME.
2530 This may be a list of file names separated by commas.
2531 If FILE-NAME is empty, remove any inbox list."
2532 t)
2533
2534 ;;;; *** Rmail Commands for Labels ***
2535
2536 (autoload 'rmail-add-label "rmailkwd"
2537 "Add LABEL to labels associated with current RMAIL message.
2538 Completion is performed over known labels when reading."
2539 t)
2540
2541 (autoload 'rmail-kill-label "rmailkwd"
2542 "Remove LABEL from labels associated with current RMAIL message.
2543 Completion is performed over known labels when reading."
2544 t)
2545
2546 (autoload 'rmail-next-labeled-message "rmailkwd"
2547 "Show next message with LABEL. Defaults to last label used.
2548 With prefix argument N moves forward N messages with this label."
2549 t)
2550
2551 (autoload 'rmail-previous-labeled-message "rmailkwd"
2552 "Show previous message with LABEL. Defaults to last label used.
2553 With prefix argument N moves backward N messages with this label."
2554 t)
2555
2556 (autoload 'rmail-read-label "rmailkwd"
2557 "PROMPT and read with completion an Rmail message label."
2558 t)
2559
2560 ;;;; *** Rmail Edit Mode ***
2561
2562 (autoload 'rmail-edit-current-message "rmailedit"
2563 "Edit the contents of the current message"
2564 t)
2565
2566 ;;;; *** Rmail Sorting ***
2567
2568 (autoload 'rmail-sort-by-date "rmailsort"
2569 "Sort messages of current Rmail file by date.
2570 If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2571
2572 (autoload 'rmail-sort-by-subject "rmailsort"
2573 "Sort messages of current Rmail file by subject.
2574 If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2575
2576 (autoload 'rmail-sort-by-author "rmailsort"
2577 "Sort messages of current Rmail file by author.
2578 If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2579
2580 (autoload 'rmail-sort-by-recipient "rmailsort"
2581 "Sort messages of current Rmail file by recipient.
2582 If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2583
2584 (autoload 'rmail-sort-by-correspondent "rmailsort"
2585 "Sort messages of current Rmail file by other correspondent.
2586 If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2587
2588 (autoload 'rmail-sort-by-lines "rmailsort"
2589 "Sort messages of current Rmail file by number of lines.
2590 If prefix argument REVERSE is non-nil, sort them in reverse order." t)
2591
2592 (autoload 'rmail-sort-by-keywords "rmailsort"
2593 "Sort messages of current Rmail file by labels.
2594 If prefix argument REVERSE is non-nil, sort them in reverse order.
2595 KEYWORDS is a comma-separated list of labels." t)
2596 \f
2597 ;;;; *** Rmail Summary Mode ***
2598
2599 (autoload 'rmail-summary "rmailsum"
2600 "Display a summary of all messages, one line per message."
2601 t)
2602
2603 (autoload 'rmail-summary-by-labels "rmailsum"
2604 "Display a summary of all messages with one or more LABELS.
2605 LABELS should be a string containing the desired labels, separated by commas."
2606 t)
2607
2608 (autoload 'rmail-summary-by-recipients "rmailsum"
2609 "Display a summary of all messages with the given RECIPIENTS.
2610 Normally checks the To, From and Cc fields of headers; but if PRIMARY-ONLY
2611 is non-nil (prefix arg given), only look in the To and From fields.
2612 RECIPIENTS is a string of regexps separated by commas."
2613 t)
2614
2615 (autoload 'rmail-summary-by-regexp "rmailsum"
2616 "Display a summary of all messages according to regexp REGEXP.
2617 If the regular expression is found in the header of the message
2618 \(including in the date and other lines, as well as the subject line),
2619 Emacs will list the header line in the RMAIL-summary."
2620 t)
2621
2622 (autoload 'rmail-summary-by-topic "rmailsum"
2623 "Display a summary of all messages with the given SUBJECT.
2624 Normally checks the Subject field of headers;
2625 but if WHOLE-MESSAGE is non-nil (prefix arg given),
2626 look in the whole message.
2627 SUBJECT is a string of regexps separated by commas."
2628 t)
2629
2630 (autoload 'rmail-summary-by-sender "rmailsum"
2631 "Display a summary of all messages with the given SENDERS.
2632 SENDERS is a string of names separated by commas."
2633 t)
2634 \f
2635 ;;;; *** Rmail output messages to files ***
2636
2637 (autoload 'rmail-output-to-rmail-file "rmailout"
2638 "Append the current message to an Rmail file named FILE-NAME.
2639 If the file does not exist, ask if it should be created.
2640 If file is being visited, the message is appended to the Emacs
2641 buffer visiting that file."
2642 t)
2643
2644 (autoload 'rmail-output "rmailout"
2645 "Append this message to Unix mail file named FILE-NAME."
2646 t)
2647
2648 ;;;; *** Rmail undigestification ***
2649
2650 (autoload 'undigestify-rmail-message "undigest"
2651 "Break up a digest message into its constituent messages.
2652 Leaves original message, deleted, before the undigestified messages."
2653 t)
2654
2655 (provide 'rmail)
2656
2657 ;;; rmail.el ends here