]> code.delx.au - gnu-emacs/blob - lisp/mail/mh-utils.el
(rmail-summary-rmail-update): Set message
[gnu-emacs] / lisp / mail / mh-utils.el
1 ;;; mh-utils.el --- mh-e code needed for both sending and reading
2 ;; Time-stamp: <95/10/22 17:58:16 gildea>
3
4 ;; Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc.
5
6 ;; This file is part of mh-e, part of GNU Emacs.
7
8 ;; GNU Emacs is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 2, or (at your option)
11 ;; any later version.
12
13 ;; GNU Emacs is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details.
17
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with GNU Emacs; see the file COPYING. If not, write to the
20 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 ;; Boston, MA 02111-1307, USA.
22
23 ;;; Commentary:
24
25 ;; Internal support for mh-e package.
26
27 ;;; Code:
28
29 ;;; Set for local environment:
30 ;;; mh-progs and mh-lib used to be set in paths.el, which tried to
31 ;;; figure out at build time which of several possible directories MH
32 ;;; was installed into. But if you installed MH after building Emacs,
33 ;;; this would almost certainly be wrong, so now we do it at run time.
34
35 (defvar mh-progs nil
36 "Directory containing MH commands, such as inc, repl, and rmm.")
37
38 (defvar mh-lib nil
39 "Directory containing the MH library.
40 This directory contains, among other things,
41 the mhl program and the components file.")
42
43 ;;;###autoload
44 (put 'mh-progs 'risky-local-variable t)
45 ;;;###autoload
46 (put 'mh-lib 'risky-local-variable t)
47
48 ;;; User preferences:
49
50 (defgroup mh-buffer nil
51 "Layout of MH-E buffers"
52 :prefix "mh-"
53 :group 'mh)
54
55
56 (defcustom mh-auto-folder-collect t
57 "*Whether to start collecting MH folder names immediately in the background.
58 Non-nil means start a background process collecting the names of all
59 folders as soon as mh-e is loaded."
60 :type 'boolean
61 :group 'mh)
62
63 (defcustom mh-recursive-folders nil
64 "*If non-nil, then commands which operate on folders do so recursively."
65 :type 'boolean
66 :group 'mh)
67
68 (defcustom mh-clean-message-header nil
69 "*Non-nil means clean headers of messages that are displayed or inserted.
70 The variables `mh-visible-headers' and `mh-invisible-headers' control what
71 is removed."
72 :type 'boolean
73 :group 'mh-buffer)
74
75 (defcustom mh-visible-headers nil
76 "*If non-nil, contains a regexp specifying the headers to keep when cleaning.
77 Only used if `mh-clean-message-header' is non-nil. Setting this variable
78 overrides `mh-invisible-headers'."
79 :type '(choice (const nil) regexp)
80 :group 'mh-buffer)
81
82 (defvar mh-invisible-headers
83 "^Received: \\|^Message-Id: \\|^Remailed-\\|^Via: \\|^Mail-from: \\|^Return-Path: \\|^Delivery-Date: \\|^In-Reply-To: \\|^Resent-"
84 "Regexp matching lines in a message header that are not to be shown.
85 If `mh-visible-headers' is non-nil, it is used instead to specify what
86 to keep.")
87
88 (defcustom mh-bury-show-buffer t
89 "*Non-nil means that the displayed show buffer for a folder is buried."
90 :type 'boolean
91 :group 'mh-buffer)
92
93 (defcustom mh-summary-height 4
94 "*Number of lines in MH-Folder window (including the mode line)."
95 :type 'integer
96 :group 'mh-buffer)
97
98 (defvar mh-msg-number-regexp "^ *\\([0-9]+\\)"
99 "Regexp to find the number of a message in a scan line.
100 The message's number must be surrounded with \\( \\)")
101
102 (defvar mh-msg-search-regexp "^[^0-9]*%d[^0-9]"
103 "Format string containing a regexp matching the scan listing for a message.
104 The desired message's number will be an argument to format.")
105
106 (defcustom mhl-formfile nil
107 "*Name of format file to be used by mhl to show and print messages.
108 A value of T means use the default format file.
109 Nil means don't use mhl to format messages when showing; mhl is still used,
110 with the default format file, to format messages when printing them.
111 The format used should specify a non-zero value for overflowoffset so
112 the message continues to conform to RFC 822 and mh-e can parse the headers."
113 :type '(choice (const nil) (const t) string)
114 :group 'mh)
115 (put 'mhl-formfile 'info-file "mh-e")
116
117 (defvar mh-default-folder-for-message-function nil
118 "Function to select a default folder for refiling or Fcc.
119 If set to a function, that function is called with no arguments by
120 `\\[mh-refile-msg]' and `\\[mh-to-fcc]' to get a default when
121 prompting the user for a folder. The function is called from within a
122 save-excursion, with point at the start of the message. It should
123 return the folder to offer as the refile or Fcc folder, as a string
124 with a leading `+' sign. It can also return an empty string to use no
125 default, or NIL to calculate the default the usual way.
126 NOTE: This variable is not an ordinary hook;
127 It may not be a list of functions.")
128
129 (defvar mh-find-path-hook nil
130 "Invoked by mh-find-path while reading the user's MH profile.")
131
132 (defvar mh-folder-list-change-hook nil
133 "Invoked whenever the cached folder list `mh-folder-list' is changed.")
134
135 (defvar mh-show-buffer-mode-line-buffer-id "{show-%s} %d"
136 "Format string to produce `mode-line-buffer-identification' for show buffers.
137 First argument is folder name. Second is message number.")
138
139 (defvar mh-cmd-note 4
140 "Offset to insert notation.")
141
142 (defvar mh-note-seq "%"
143 "String whose first character is used to notate messages in a sequence.")
144
145 ;;; Internal bookkeeping variables:
146
147 ;; The value of `mh-folder-list-change-hook' is called whenever
148 ;; mh-folder-list variable is set.
149 (defvar mh-folder-list nil) ;List of folder names for completion.
150
151 ;; Cached value of the `Path:' component in the user's MH profile.
152 (defvar mh-user-path nil) ;User's mail folder directory.
153
154 ;; An mh-draft-folder of NIL means do not use a draft folder.
155 ;; Cached value of the `Draft-Folder:' component in the user's MH profile.
156 (defvar mh-draft-folder nil) ;Name of folder containing draft messages.
157
158 ;; Cached value of the `Unseen-Sequence:' component in the user's MH profile.
159 (defvar mh-unseen-seq nil) ;Name of the Unseen sequence.
160
161 ;; Cached value of the `Previous-Sequence:' component in the user's MH profile.
162 (defvar mh-previous-seq nil) ;Name of the Previous sequence.
163
164 ;; Cached value of the `Inbox:' component in the user's MH profile,
165 ;; or "+inbox" if no such component.
166 (defvar mh-inbox nil) ;Name of the Inbox folder.
167
168 (defconst mh-temp-buffer " *mh-temp*") ;Name of mh-e scratch buffer.
169
170 (defvar mh-previous-window-config nil) ;Window configuration before mh-e command.
171
172 ;;; Internal variables local to a folder.
173
174 (defvar mh-current-folder nil) ;Name of current folder, a string.
175
176 (defvar mh-show-buffer nil) ;Buffer that displays message for this folder.
177
178 (defvar mh-folder-filename nil) ;Full path of directory for this folder.
179
180 (defvar mh-msg-count nil) ;Number of msgs in buffer.
181
182 (defvar mh-showing nil) ;If non-nil, show the message in a separate window.
183
184 ;;; This holds a documentation string used by describe-mode.
185 (defun mh-showing ()
186 "When moving to a new message in the Folder window,
187 also show it in a separate Show window."
188 nil)
189
190 (defvar mh-seq-list nil) ;The sequences of this folder. An alist of (seq . msgs).
191
192 (defvar mh-seen-list nil) ;List of displayed messages to be removed from the Unseen sequence.
193
194 ;; If non-nil, show buffer contains message with all headers.
195 ;; If nil, show buffer contains message processed normally.
196 (defvar mh-showing-with-headers nil) ;Showing message with headers or normally.
197
198
199 ;;; mh-e macros
200
201 (defmacro with-mh-folder-updating (save-modification-flag-p &rest body)
202 ;; Format is (with-mh-folder-updating (SAVE-MODIFICATION-FLAG-P) &body BODY).
203 ;; Execute BODY, which can modify the folder buffer without having to
204 ;; worry about file locking or the read-only flag, and return its result.
205 ;; If SAVE-MODIFICATION-FLAG-P is non-nil, the buffer's modification
206 ;; flag is unchanged, otherwise it is cleared.
207 (setq save-modification-flag-p (car save-modification-flag-p)) ; CL style
208 (` (prog1
209 (let ((mh-folder-updating-mod-flag (buffer-modified-p))
210 (buffer-read-only nil)
211 (buffer-file-name nil)) ;don't let the buffer get locked
212 (prog1
213 (progn
214 (,@ body))
215 (mh-set-folder-modified-p mh-folder-updating-mod-flag)))
216 (,@ (if (not save-modification-flag-p)
217 '((mh-set-folder-modified-p nil)))))))
218
219 (put 'with-mh-folder-updating 'lisp-indent-hook 1)
220
221 (defmacro mh-in-show-buffer (show-buffer &rest body)
222 ;; Format is (mh-in-show-buffer (SHOW-BUFFER) &body BODY).
223 ;; Display buffer SHOW-BUFFER in other window and execute BODY in it.
224 ;; Stronger than save-excursion, weaker than save-window-excursion.
225 (setq show-buffer (car show-buffer)) ; CL style
226 (` (let ((mh-in-show-buffer-saved-window (selected-window)))
227 (switch-to-buffer-other-window (, show-buffer))
228 (if mh-bury-show-buffer (bury-buffer (current-buffer)))
229 (unwind-protect
230 (progn
231 (,@ body))
232 (select-window mh-in-show-buffer-saved-window)))))
233
234 (put 'mh-in-show-buffer 'lisp-indent-hook 1)
235
236 (defmacro mh-make-seq (name msgs) (list 'cons name msgs))
237
238 (defmacro mh-seq-name (pair) (list 'car pair))
239
240 (defmacro mh-seq-msgs (pair) (list 'cdr pair))
241
242
243 ;;; Ensure new buffers won't get this mode if default-major-mode is nil.
244 (put 'mh-show-mode 'mode-class 'special)
245
246 (defun mh-show-mode ()
247 "Major mode for showing messages in mh-e.
248 The value of mh-show-mode-hook is called when a new message is displayed."
249 (kill-all-local-variables)
250 (setq major-mode 'mh-show-mode)
251 (mh-set-mode-name "MH-Show")
252 (run-hooks 'mh-show-mode-hook))
253
254
255 (defun mh-maybe-show (&optional msg)
256 ;; If in showing mode, then display the message pointed to by the cursor.
257 (if mh-showing (mh-show msg)))
258
259 (defun mh-show (&optional message)
260 "Show MESSAGE (default: message at cursor).
261 Force a two-window display with the folder window on top (size
262 mh-summary-height) and the show buffer below it.
263 If the message is already visible, display the start of the message.
264
265 Display of the message is controlled by setting the variables
266 `mh-clean-message-header' and `mhl-formfile'. The default behavior is
267 to scroll uninteresting headers off the top of the window.
268 Type \"\\[mh-header-display]\" to see the message with all its headers."
269 (interactive)
270 (and mh-showing-with-headers
271 (or mhl-formfile mh-clean-message-header)
272 (mh-invalidate-show-buffer))
273 (mh-show-msg message))
274
275
276 (defun mh-show-msg (msg)
277 (if (not msg)
278 (setq msg (mh-get-msg-num t)))
279 (setq mh-showing t)
280 (let ((folder mh-current-folder)
281 (clean-message-header mh-clean-message-header)
282 (show-window (get-buffer-window mh-show-buffer)))
283 (if (not (eq (next-window (minibuffer-window)) (selected-window)))
284 (delete-other-windows)) ; force ourself to the top window
285 (mh-in-show-buffer (mh-show-buffer)
286 (if (and show-window
287 (equal (mh-msg-filename msg folder) buffer-file-name))
288 (progn ;just back up to start
289 (goto-char (point-min))
290 (if (not clean-message-header)
291 (mh-start-of-uncleaned-message)))
292 (mh-display-msg msg folder))))
293 (if (not (= (1+ (window-height)) (screen-height))) ;not horizontally split
294 (shrink-window (- (window-height) mh-summary-height)))
295 (mh-recenter nil)
296 (if (not (memq msg mh-seen-list)) (setq mh-seen-list (cons msg mh-seen-list)))
297 (run-hooks 'mh-show-hook))
298
299
300 (defun mh-display-msg (msg-num folder)
301 ;; Display message NUMBER of FOLDER.
302 ;; Sets the current buffer to the show buffer.
303 (set-buffer folder)
304 ;; Bind variables in folder buffer in case they are local
305 (let ((formfile mhl-formfile)
306 (clean-message-header mh-clean-message-header)
307 (invisible-headers mh-invisible-headers)
308 (visible-headers mh-visible-headers)
309 (msg-filename (mh-msg-filename msg-num))
310 (show-buffer mh-show-buffer))
311 (if (not (file-exists-p msg-filename))
312 (error "Message %d does not exist" msg-num))
313 (set-buffer show-buffer)
314 (cond ((not (equal msg-filename buffer-file-name))
315 (mh-unvisit-file)
316 (erase-buffer)
317 ;; Changing contents, so this hook needs to be reinitialized.
318 ;; pgp.el uses this.
319 (if (boundp 'write-contents-hooks) ;Emacs 19
320 (kill-local-variable 'write-contents-hooks))
321 (if formfile
322 (mh-exec-lib-cmd-output "mhl" "-nobell" "-noclear"
323 (if (stringp formfile)
324 (list "-form" formfile))
325 msg-filename)
326 (insert-file-contents msg-filename))
327 (goto-char (point-min))
328 (cond (clean-message-header
329 (mh-clean-msg-header (point-min)
330 invisible-headers
331 visible-headers)
332 (goto-char (point-min)))
333 (t
334 (mh-start-of-uncleaned-message)))
335 ;; the parts of visiting we want to do (no locking)
336 (or (eq buffer-undo-list t) ;don't save undo info for prev msgs
337 (setq buffer-undo-list nil))
338 (set-buffer-modified-p nil)
339 (set-buffer-auto-saved)
340 ;; the parts of set-visited-file-name we want to do (no locking)
341 (setq buffer-file-name msg-filename)
342 (setq buffer-backed-up nil)
343 (auto-save-mode 1)
344 (set-mark nil)
345 (mh-show-mode)
346 (setq mode-line-buffer-identification
347 (list (format mh-show-buffer-mode-line-buffer-id
348 folder msg-num)))
349 (set-buffer folder)
350 (setq mh-showing-with-headers nil)))))
351
352 (defun mh-start-of-uncleaned-message ()
353 ;; position uninteresting headers off the top of the window
354 (let ((case-fold-search t))
355 (re-search-forward
356 "^To:\\|^Cc:\\|^From:\\|^Subject:\\|^Date:" nil t)
357 (beginning-of-line)
358 (mh-recenter 0)))
359
360
361 (defun mh-invalidate-show-buffer ()
362 ;; Invalidate the show buffer so we must update it to use it.
363 (if (get-buffer mh-show-buffer)
364 (save-excursion
365 (set-buffer mh-show-buffer)
366 (mh-unvisit-file))))
367
368
369 (defun mh-unvisit-file ()
370 ;; Separate current buffer from the message file it was visiting.
371 (or (not (buffer-modified-p))
372 (null buffer-file-name) ;we've been here before
373 (yes-or-no-p (format "Message %s modified; flush changes? "
374 (file-name-nondirectory buffer-file-name)))
375 (error "Flushing changes not confirmed"))
376 (clear-visited-file-modtime)
377 (unlock-buffer)
378 (setq buffer-file-name nil))
379
380
381 (defun mh-get-msg-num (error-if-no-message)
382 ;; Return the message number of the displayed message. If the argument
383 ;; ERROR-IF-NO-MESSAGE is non-nil, then complain if the cursor is not
384 ;; pointing to a message.
385 (save-excursion
386 (beginning-of-line)
387 (cond ((looking-at mh-msg-number-regexp)
388 (string-to-int (buffer-substring (match-beginning 1)
389 (match-end 1))))
390 (error-if-no-message
391 (error "Cursor not pointing to message"))
392 (t nil))))
393
394
395 (defun mh-msg-filename (msg &optional folder)
396 ;; Return the file name of MESSAGE in FOLDER (default current folder).
397 (expand-file-name (int-to-string msg)
398 (if folder
399 (mh-expand-file-name folder)
400 mh-folder-filename)))
401
402
403 (defun mh-clean-msg-header (start invisible-headers visible-headers)
404 ;; Flush extraneous lines in a message header, from the given POINT to the
405 ;; end of the message header. If VISIBLE-HEADERS is non-nil, it contains a
406 ;; regular expression specifying the lines to display, otherwise
407 ;; INVISIBLE-HEADERS contains a regular expression specifying lines to
408 ;; delete from the header.
409 (let ((case-fold-search t))
410 (save-restriction
411 (goto-char start)
412 (if (search-forward "\n\n" nil 'move)
413 (backward-char 1))
414 (narrow-to-region start (point))
415 (goto-char (point-min))
416 (if visible-headers
417 (while (< (point) (point-max))
418 (cond ((looking-at visible-headers)
419 (forward-line 1)
420 (while (looking-at "[ \t]") (forward-line 1)))
421 (t
422 (mh-delete-line 1)
423 (while (looking-at "[ \t]")
424 (mh-delete-line 1)))))
425 (while (re-search-forward invisible-headers nil t)
426 (beginning-of-line)
427 (mh-delete-line 1)
428 (while (looking-at "[ \t]")
429 (mh-delete-line 1))))
430 (unlock-buffer))))
431
432
433 (defun mh-recenter (arg)
434 ;; Like recenter but with two improvements: nil arg means recenter,
435 ;; and only does anything if the current buffer is in the selected
436 ;; window. (Commands like save-some-buffers can make this false.)
437 (if (eq (get-buffer-window (current-buffer))
438 (selected-window))
439 (recenter (if arg arg '(t)))))
440
441
442 (defun mh-delete-line (lines)
443 ;; Delete version of kill-line.
444 (delete-region (point) (progn (forward-line lines) (point))))
445
446
447 (defun mh-notate (msg notation offset)
448 ;; Marks MESSAGE with the character NOTATION at position OFFSET.
449 ;; Null MESSAGE means the message that the cursor points to.
450 (save-excursion
451 (if (or (null msg)
452 (mh-goto-msg msg t t))
453 (with-mh-folder-updating (t)
454 (beginning-of-line)
455 (forward-char offset)
456 (delete-char 1)
457 (insert notation)))))
458
459
460 (defun mh-find-msg-get-num (step)
461 ;; Return the message number of the message on the current scan line
462 ;; or one nearby. Jumps over non-message lines, such as inc errors.
463 ;; STEP tells whether to search forward or backward if we have to search.
464 (or (mh-get-msg-num nil)
465 (let ((msg-num nil)
466 (nreverses 0))
467 (while (and (not msg-num)
468 (< nreverses 2))
469 (cond ((eobp)
470 (setq step -1)
471 (setq nreverses (1+ nreverses)))
472 ((bobp)
473 (setq step 1)
474 (setq nreverses (1+ nreverses))))
475 (forward-line step)
476 (setq msg-num (mh-get-msg-num nil)))
477 msg-num)))
478
479 (defun mh-goto-msg (number &optional no-error-if-no-message dont-show)
480 "Position the cursor at message NUMBER.
481 Optional non-nil second argument means return nil instead of
482 signaling an error if message does not exist; in this case,
483 the cursor is positioned near where the message would have been.
484 Non-nil third argument means not to show the message."
485 (interactive "NGo to message: ")
486 (setq number (prefix-numeric-value number)) ;Emacs 19
487 ;; This basic routine tries to be as fast as possible,
488 ;; using a binary search and minimal regexps.
489 (let ((cur-msg (mh-find-msg-get-num -1))
490 (jump-size mh-msg-count))
491 (while (and (> jump-size 1)
492 cur-msg
493 (not (eq cur-msg number)))
494 (cond ((< cur-msg number)
495 (setq jump-size (min (- number cur-msg)
496 (ash (1+ jump-size) -1)))
497 (forward-line jump-size)
498 (setq cur-msg (mh-find-msg-get-num 1)))
499 (t
500 (setq jump-size (min (- cur-msg number)
501 (ash (1+ jump-size) -1)))
502 (forward-line (- jump-size))
503 (setq cur-msg (mh-find-msg-get-num -1)))))
504 (if (eq cur-msg number)
505 (progn
506 (beginning-of-line)
507 (or dont-show
508 (mh-maybe-show number)
509 t))
510 (if (not no-error-if-no-message)
511 (error "No message %d" number)))))
512
513
514 (defun mh-msg-search-pat (n)
515 ;; Return a search pattern for message N in the scan listing.
516 (format mh-msg-search-regexp n))
517
518
519 (defun mh-get-profile-field (field)
520 ;; Find and return the value of FIELD in the current buffer.
521 ;; Returns NIL if the field is not in the buffer.
522 (let ((case-fold-search t))
523 (goto-char (point-min))
524 (cond ((not (re-search-forward (format "^%s" field) nil t)) nil)
525 ((looking-at "[\t ]*$") nil)
526 (t
527 (re-search-forward "[\t ]*\\([^\t \n].*\\)$" nil t)
528 (let ((start (match-beginning 1)))
529 (end-of-line)
530 (buffer-substring start (point)))))))
531
532 (defvar mail-user-agent 'mh-e-user-agent) ;from reporter.el 3.2
533
534 (defun mh-find-path ()
535 ;; Set mh-progs and mh-lib.
536 ;; (This step is necessary if MH was installed after this Emacs was dumped.)
537 ;; From profile file, set mh-user-path, mh-draft-folder,
538 ;; mh-unseen-seq, mh-previous-seq, mh-inbox.
539 (mh-find-progs)
540 (save-excursion
541 ;; Be sure profile is fully expanded before switching buffers
542 (let ((profile (expand-file-name (or (getenv "MH") "~/.mh_profile"))))
543 (set-buffer (get-buffer-create mh-temp-buffer))
544 (setq buffer-offer-save nil) ;for people who set default to t
545 (erase-buffer)
546 (condition-case err
547 (insert-file-contents profile)
548 (file-error
549 (mh-install profile err)))
550 (setq mh-user-path (mh-get-profile-field "Path:"))
551 (if (not mh-user-path)
552 (setq mh-user-path "Mail"))
553 (setq mh-user-path
554 (file-name-as-directory
555 (expand-file-name mh-user-path (expand-file-name "~"))))
556 (setq mh-draft-folder (mh-get-profile-field "Draft-Folder:"))
557 (if mh-draft-folder
558 (progn
559 (if (not (mh-folder-name-p mh-draft-folder))
560 (setq mh-draft-folder (format "+%s" mh-draft-folder)))
561 (if (not (file-exists-p (mh-expand-file-name mh-draft-folder)))
562 (error "Draft folder \"%s\" not found. Create it and try again."
563 (mh-expand-file-name mh-draft-folder)))))
564 (setq mh-inbox (mh-get-profile-field "Inbox:"))
565 (cond ((not mh-inbox)
566 (setq mh-inbox "+inbox"))
567 ((not (mh-folder-name-p mh-inbox))
568 (setq mh-inbox (format "+%s" mh-inbox))))
569 (setq mh-unseen-seq (mh-get-profile-field "Unseen-Sequence:"))
570 (if mh-unseen-seq
571 (setq mh-unseen-seq (intern mh-unseen-seq))
572 (setq mh-unseen-seq 'unseen)) ;old MH default?
573 (setq mh-previous-seq (mh-get-profile-field "Previous-Sequence:"))
574 (if mh-previous-seq
575 (setq mh-previous-seq (intern mh-previous-seq)))
576 (setq mail-user-agent 'mh-e-user-agent)
577 (run-hooks 'mh-find-path-hook)))
578 (and mh-auto-folder-collect
579 (let ((mh-no-install t)) ;only get folders if MH installed
580 (condition-case err
581 (mh-make-folder-list-background)
582 (file-error))))) ;so don't complain if not installed
583
584 (defun mh-file-command-p (file)
585 "Return t if file FILE is the name of a executable regular file."
586 (and (file-regular-p file) (file-executable-p file)))
587
588 (defun mh-find-progs ()
589 "Find the `inc' and `mhl' programs of MH.
590 Set the `mh-progs' and `mh-lib' variables to the file names."
591 (or (and mh-progs (mh-file-command-p (expand-file-name "inc" mh-progs)))
592 (setq mh-progs
593 (or (mh-path-search exec-path "inc")
594 (mh-path-search '("/usr/local/bin/mh/"
595 "/usr/local/mh/"
596 "/usr/bin/mh/" ;Ultrix 4.2
597 "/usr/new/mh/" ;Ultrix <4.2
598 "/usr/contrib/mh/bin/" ;BSDI
599 "/usr/local/bin/"
600 )
601 "inc"))))
602 (or (and mh-lib (mh-file-command-p (expand-file-name "mhl" mh-lib)))
603 (setq mh-lib
604 ;; Look for a lib directory roughly parallel to the bin
605 ;; directory: Strip any trailing `mh' or `bin' path
606 ;; components, then look for lib/mh or mh/lib.
607 (or (let ((mh-base mh-progs))
608 (while (let ((dir-name (file-name-nondirectory
609 (directory-file-name mh-base))))
610 (or (string= "mh" dir-name)
611 (string= "bin" dir-name)))
612 (setq mh-base
613 (file-name-directory (directory-file-name mh-base))))
614 (mh-path-search
615 (list (expand-file-name "lib/mh/" mh-base)
616 (expand-file-name "mh/lib/" mh-base))
617 "mhl"))
618 (mh-path-search '("/usr/local/bin/mh/") "mhl")
619 (mh-path-search exec-path "mhl") ;unlikely
620 )))
621 (unless (and mh-progs mh-lib)
622 (error "Cannot find the commands `inc' and `mhl'")))
623
624 (defun mh-path-search (path file)
625 ;; Search PATH, a list of directory names, for FILE.
626 ;; Returns the element of PATH that contains FILE, or nil if not found.
627 (while (and path
628 (not (mh-file-command-p (expand-file-name file (car path)))))
629 (setq path (cdr path)))
630 (car path))
631
632 (defvar mh-no-install nil) ;do not run install-mh
633
634 (defun mh-install (profile error-val)
635 ;; Called to do error recovery if we fail to read the profile file.
636 ;; If possible, initialize the MH environment.
637 (if (or (getenv "MH")
638 (file-exists-p profile)
639 mh-no-install)
640 (signal (car error-val)
641 (list (format "Cannot read MH profile \"%s\"" profile)
642 (car (cdr (cdr error-val))))))
643 ;; The "install-mh" command will output a short note which
644 ;; mh-exec-cmd will display to the user.
645 ;; The MH 5 version of install-mh might try prompt the user
646 ;; for information, which would fail here.
647 (mh-exec-cmd (expand-file-name "install-mh" mh-lib) "-auto")
648 ;; now try again to read the profile file
649 (erase-buffer)
650 (condition-case err
651 (insert-file-contents profile)
652 (file-error
653 (signal (car err) ;re-signal with more specific msg
654 (list (format "Cannot read MH profile \"%s\"" profile)
655 (car (cdr (cdr err))))))))
656
657
658 (defun mh-set-folder-modified-p (flag)
659 ;; Mark current folder as modified or unmodified according to FLAG.
660 (set-buffer-modified-p flag))
661
662
663 (defun mh-find-seq (name) (assoc name mh-seq-list))
664
665 (defun mh-seq-to-msgs (seq)
666 ;; Return a list of the messages in SEQUENCE.
667 (mh-seq-msgs (mh-find-seq seq)))
668
669
670 (defun mh-add-msgs-to-seq (msgs seq &optional internal-flag)
671 ;; Add MESSAGE(s) to the SEQUENCE. If optional FLAG is non-nil, do not mark
672 ;; the message in the scan listing or inform MH of the addition.
673 (let ((entry (mh-find-seq seq)))
674 (if (and msgs (atom msgs)) (setq msgs (list msgs)))
675 (if (null entry)
676 (setq mh-seq-list (cons (mh-make-seq seq msgs) mh-seq-list))
677 (if msgs (setcdr entry (append msgs (mh-seq-msgs entry)))))
678 (cond ((not internal-flag)
679 (mh-add-to-sequence seq msgs)
680 (mh-notate-seq seq mh-note-seq (1+ mh-cmd-note))))))
681
682 (autoload 'mh-add-to-sequence "mh-seq")
683 (autoload 'mh-notate-seq "mh-seq")
684 (autoload 'mh-read-seq-default "mh-seq")
685 (autoload 'mh-map-to-seq-msgs "mh-seq")
686
687
688 (defun mh-set-mode-name (mode-name-string)
689 ;; Set the mode-name and ensure that the mode line is updated.
690 (setq mode-name mode-name-string)
691 (force-mode-line-update t))
692
693
694 (defun mh-prompt-for-folder (prompt default can-create)
695 ;; Prompt for a folder name with PROMPT. Returns the folder's name as a
696 ;; string. DEFAULT is used if the folder exists and the user types return.
697 ;; If the CAN-CREATE flag is t, then a non-existent folder is made.
698 (if (null default)
699 (setq default ""))
700 (let* ((prompt (format "%s folder%s" prompt
701 (if (equal "" default)
702 "? "
703 (format " [%s]? " default))))
704 read-name folder-name)
705 (if (null mh-folder-list)
706 (mh-set-folder-list))
707 (while (and (setq read-name (completing-read prompt mh-folder-list
708 nil nil "+"))
709 (equal read-name "")
710 (equal default "")))
711 (cond ((or (equal read-name "") (equal read-name "+"))
712 (setq read-name default))
713 ((not (mh-folder-name-p read-name))
714 (setq read-name (format "+%s" read-name))))
715 (setq folder-name read-name)
716 (cond ((and (> (length folder-name) 0)
717 (eq (aref folder-name (1- (length folder-name))) ?/))
718 (setq folder-name (substring folder-name 0 -1))))
719 (let ((new-file-p (not (file-exists-p (mh-expand-file-name folder-name)))))
720 (cond ((and new-file-p
721 (y-or-n-p
722 (format "Folder %s does not exist. Create it? " folder-name)))
723 (message "Creating %s" folder-name)
724 (call-process "mkdir" nil nil nil (mh-expand-file-name folder-name))
725 (message "Creating %s...done" folder-name)
726 (setq mh-folder-list (cons (list read-name) mh-folder-list))
727 (run-hooks 'mh-folder-list-change-hook))
728 (new-file-p
729 (error "Folder %s is not created" folder-name))
730 ((not (file-directory-p (mh-expand-file-name folder-name)))
731 (error "\"%s\" is not a directory"
732 (mh-expand-file-name folder-name)))
733 ((and (null (assoc read-name mh-folder-list))
734 (null (assoc (concat read-name "/") mh-folder-list)))
735 (setq mh-folder-list (cons (list read-name) mh-folder-list))
736 (run-hooks 'mh-folder-list-change-hook))))
737 folder-name))
738
739
740 (defvar mh-make-folder-list-process nil) ;The background process collecting the folder list.
741
742 (defvar mh-folder-list-temp nil) ;mh-folder-list as it is being built.
743
744 (defvar mh-folder-list-partial-line "") ;Start of last incomplete line from folder process.
745
746 (defun mh-set-folder-list ()
747 ;; Sets mh-folder-list correctly.
748 ;; A useful function for the command line or for when you need to
749 ;; sync by hand. Format is in a form suitable for completing read.
750 (message "Collecting folder names...")
751 (if (not mh-make-folder-list-process)
752 (mh-make-folder-list-background))
753 (while (eq (process-status mh-make-folder-list-process) 'run)
754 (accept-process-output mh-make-folder-list-process))
755 (setq mh-folder-list mh-folder-list-temp)
756 (run-hooks 'mh-folder-list-change-hook)
757 (setq mh-folder-list-temp nil)
758 (delete-process mh-make-folder-list-process)
759 (setq mh-make-folder-list-process nil)
760 (message "Collecting folder names...done"))
761
762 (defun mh-make-folder-list-background ()
763 ;; Start a background process to compute a list of the user's folders.
764 ;; Call mh-set-folder-list to wait for the result.
765 (cond
766 ((not mh-make-folder-list-process)
767 (unless mh-inbox
768 (mh-find-path))
769 (let ((process-connection-type nil))
770 (setq mh-make-folder-list-process
771 (start-process "folders" nil (expand-file-name "folders" mh-progs)
772 "-fast"
773 (if mh-recursive-folders
774 "-recurse"
775 "-norecurse")))
776 (set-process-filter mh-make-folder-list-process
777 'mh-make-folder-list-filter)
778 (process-kill-without-query mh-make-folder-list-process)))))
779
780 (defun mh-make-folder-list-filter (process output)
781 ;; parse output from "folders -fast"
782 (let ((position 0)
783 line-end
784 new-folder
785 (prevailing-match-data (match-data)))
786 (unwind-protect
787 ;; make sure got complete line
788 (while (setq line-end (string-match "\n" output position))
789 (setq new-folder (format "+%s%s"
790 mh-folder-list-partial-line
791 (substring output position line-end)))
792 (setq mh-folder-list-partial-line "")
793 ;; is new folder a subfolder of previous?
794 (if (and mh-folder-list-temp
795 (string-match
796 (regexp-quote
797 (concat (car (car mh-folder-list-temp)) "/"))
798 new-folder))
799 ;; append slash to parent folder for better completion
800 ;; (undone by mh-prompt-for-folder)
801 (setq mh-folder-list-temp
802 (cons
803 (list new-folder)
804 (cons
805 (list (concat (car (car mh-folder-list-temp)) "/"))
806 (cdr mh-folder-list-temp))))
807 (setq mh-folder-list-temp
808 (cons (list new-folder)
809 mh-folder-list-temp)))
810 (setq position (1+ line-end)))
811 (set-match-data prevailing-match-data))
812 (setq mh-folder-list-partial-line (substring output position))))
813
814
815 (defun mh-folder-name-p (name)
816 ;; Return non-NIL if NAME is possibly the name of a folder.
817 ;; A name (a string or symbol) can be a folder name if it begins with "+".
818 (if (symbolp name)
819 (eq (aref (symbol-name name) 0) ?+)
820 (and (> (length name) 0)
821 (eq (aref name 0) ?+))))
822
823
824 ;;; Issue commands to MH.
825
826
827 (defun mh-exec-cmd (command &rest args)
828 ;; Execute mh-command COMMAND with ARGS.
829 ;; The side effects are what is desired.
830 ;; Any output is assumed to be an error and is shown to the user.
831 ;; The output is not read or parsed by mh-e.
832 (save-excursion
833 (set-buffer (get-buffer-create mh-temp-buffer))
834 (erase-buffer)
835 (apply 'call-process
836 (expand-file-name command mh-progs) nil t nil
837 (mh-list-to-string args))
838 (if (> (buffer-size) 0)
839 (save-window-excursion
840 (switch-to-buffer-other-window mh-temp-buffer)
841 (sit-for 5)))))
842
843
844 (defun mh-exec-cmd-error (env command &rest args)
845 ;; In environment ENV, execute mh-command COMMAND with args ARGS.
846 ;; ENV is nil or a string of space-separated "var=value" elements.
847 ;; Signals an error if process does not complete successfully.
848 (save-excursion
849 (set-buffer (get-buffer-create mh-temp-buffer))
850 (erase-buffer)
851 (let ((status
852 (if env
853 ;; the shell hacks necessary here shows just how broken Unix is
854 (apply 'call-process "/bin/sh" nil t nil "-c"
855 (format "%s %s ${1+\"$@\"}"
856 env
857 (expand-file-name command mh-progs))
858 command
859 (mh-list-to-string args))
860 (apply 'call-process
861 (expand-file-name command mh-progs) nil t nil
862 (mh-list-to-string args)))))
863 (mh-handle-process-error command status))))
864
865
866 (defun mh-exec-cmd-daemon (command &rest args)
867 ;; Execute MH command COMMAND with ARGS in the background.
868 ;; Any output from command is displayed in an asynchronous pop-up window.
869 (save-excursion
870 (set-buffer (get-buffer-create mh-temp-buffer))
871 (erase-buffer))
872 (let* ((process-connection-type nil)
873 (process (apply 'start-process
874 command nil
875 (expand-file-name command mh-progs)
876 (mh-list-to-string args))))
877 (set-process-filter process 'mh-process-daemon)))
878
879 (defun mh-process-daemon (process output)
880 ;; Process daemon that puts output into a temporary buffer.
881 (set-buffer (get-buffer-create mh-temp-buffer))
882 (insert-before-markers output)
883 (display-buffer mh-temp-buffer))
884
885
886 (defun mh-exec-cmd-quiet (raise-error command &rest args)
887 ;; Args are RAISE-ERROR, COMMANDS, ARGS....
888 ;; Execute MH command COMMAND with ARGS. ARGS is a list of strings.
889 ;; Return at start of mh-temp buffer, where output can be parsed and used.
890 ;; Returns value of call-process, which is 0 for success,
891 ;; unless RAISE-ERROR is non-nil, in which case an error is signaled
892 ;; if call-process returns non-0.
893 (set-buffer (get-buffer-create mh-temp-buffer))
894 (erase-buffer)
895 (let ((value
896 (apply 'call-process
897 (expand-file-name command mh-progs) nil t nil
898 args)))
899 (goto-char (point-min))
900 (if raise-error
901 (mh-handle-process-error command value)
902 value)))
903
904
905 (defun mh-exec-cmd-output (command display &rest args)
906 ;; Execute MH command COMMAND with DISPLAY flag and ARGS.
907 ;; Put the output into buffer after point. Set mark after inserted text.
908 ;; Output is expected to be shown to user, not parsed by mh-e.
909 (push-mark (point) t)
910 (apply 'call-process
911 (expand-file-name command mh-progs) nil t display
912 (mh-list-to-string args))
913 (exchange-point-and-mark))
914
915
916 (defun mh-exec-lib-cmd-output (command &rest args)
917 ;; Execute MH library command COMMAND with ARGS.
918 ;; Put the output into buffer after point. Set mark after inserted text.
919 (apply 'mh-exec-cmd-output (expand-file-name command mh-lib) nil args))
920
921
922 (defun mh-handle-process-error (command status)
923 ;; Raise error if COMMAND returned non-0 STATUS, otherwise return STATUS.
924 ;; STATUS is return value from call-process.
925 ;; Program output is in current buffer.
926 ;; If output is too long to include in error message, display the buffer.
927 (cond ((eq status 0) ;success
928 status)
929 ((stringp status) ;kill string
930 (error "%s: %s" command status))
931 (t ;exit code
932 (cond
933 ((= (buffer-size) 0) ;program produced no error message
934 (error "%s: exit code %d" command status))
935 (t
936 ;; will error message fit on one line?
937 (goto-line 2)
938 (if (and (< (buffer-size) (screen-width))
939 (eobp))
940 (error "%s"
941 (buffer-substring 1 (progn (goto-char 1)
942 (end-of-line)
943 (point))))
944 (display-buffer (current-buffer))
945 (error "%s failed with status %d. See error message in other window."
946 command status)))))))
947
948
949 (defun mh-expand-file-name (filename &optional default)
950 ;; Just like `expand-file-name', but also handles MH folder names.
951 ;; Assumes that any filename that starts with '+' is a folder name.
952 (if (mh-folder-name-p filename)
953 (expand-file-name (substring filename 1) mh-user-path)
954 (expand-file-name filename default)))
955
956
957 (defun mh-list-to-string (l)
958 ;; Flattens the list L and makes every element of the new list into a string.
959 (nreverse (mh-list-to-string-1 l)))
960
961 (defun mh-list-to-string-1 (l)
962 (let ((new-list nil))
963 (while l
964 (cond ((null (car l)))
965 ((symbolp (car l))
966 (setq new-list (cons (symbol-name (car l)) new-list)))
967 ((numberp (car l))
968 (setq new-list (cons (int-to-string (car l)) new-list)))
969 ((equal (car l) ""))
970 ((stringp (car l)) (setq new-list (cons (car l) new-list)))
971 ((listp (car l))
972 (setq new-list (nconc (mh-list-to-string-1 (car l))
973 new-list)))
974 (t (error "Bad element in mh-list-to-string: %s" (car l))))
975 (setq l (cdr l)))
976 new-list))
977
978 (provide 'mh-utils)
979
980 ;;; mh-utils.el ends here