(which-func-mode): Shush compiler on Emacs 21 too.
[emacs.git] / lisp / mh-e / mh-search.el
blobf1292dd8e1ebd46f7f29fbfaf45d4d53735eeb93
1 ;;; mh-search --- MH-Search mode
3 ;; Copyright (C) 1993, 1995,
4 ;; 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 ;; Author: Indexed search by Satyaki Das <satyaki@theforce.stanford.edu>
7 ;; Maintainer: Bill Wohler <wohler@newt.com>
8 ;; Keywords: mail
9 ;; See: mh-e.el
11 ;; This file is part of GNU Emacs.
13 ;; GNU Emacs is free software; you can redistribute it and/or modify
14 ;; it under the terms of the GNU General Public License as published by
15 ;; the Free Software Foundation; either version 2, or (at your option)
16 ;; any later version.
18 ;; GNU Emacs is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 ;; GNU General Public License for more details.
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02110-1301, USA.
28 ;;; Commentary:
30 ;; Mode used to compose search criteria.
32 ;; (1) The following search engines are supported:
33 ;; swish++
34 ;; swish-e
35 ;; mairix
36 ;; namazu
37 ;; pick
38 ;; grep
40 ;; (2) To use this package, you first have to build an index. Please
41 ;; read the documentation for `mh-search' to get started. That
42 ;; documentation will direct you to the specific instructions for
43 ;; your particular searcher.
45 ;;; Change Log:
47 ;;; Code:
49 (require 'mh-e)
50 (mh-require-cl)
52 (require 'gnus-util)
53 (require 'imenu)
55 (defvar mh-searcher nil
56 "Cached value of chosen search program.")
58 (defvar mh-search-function nil
59 "Function which executes the search program.")
61 (defvar mh-search-next-result-function nil
62 "Function to parse the next line of output.
63 Expected to return a list of three strings: name of the folder,
64 message number, and optionally the match.")
66 (defvar mh-search-regexp-builder nil
67 "Function used to construct search regexp.")
69 (defvar mh-index-folder "+mhe-index"
70 "Folder that contains the folders resulting from the index searches.")
72 (defvar mh-flists-results-folder "sequence"
73 "Subfolder for `mh-index-folder' where flists output is placed.")
75 (defvar mh-flists-sequence)
77 (defvar mh-flists-called-flag nil)
81 ;;; MH-Folder Commands
83 ;;;###mh-autoload
84 (defun* mh-search (folder search-regexp
85 &optional redo-search-flag window-config)
86 "Search your MH mail.
88 This command helps you find messages in your entire corpus of
89 mail. You can search for messages to or from a particular person
90 or about a particular subject. In fact, you can also search for
91 messages containing selected strings in any arbitrary header
92 field or any string found within the messages.
94 Out of the box, MH-E uses \"pick\" to find messages. With a
95 little extra effort, you can set an indexing program which
96 rewards you with extremely quick results. The drawback is that
97 sometimes the index does not contain the words you're looking
98 for. You can still use \"pick\" in these situations.
100 You are prompted for the FOLDER to search. This can be \"all\" to
101 search all folders. Note that the search works recursively on the
102 listed folder.
104 Next, an MH-Search buffer appears where you can enter search
105 criteria SEARCH-REGEXP.
107 From:
110 Date:
111 Subject:
112 --------
114 Edit this template by entering your search criteria in an
115 appropriate header field that is already there, or create a new
116 field yourself. If the string you're looking for could be
117 anywhere in a message, then place the string underneath the row
118 of dashes.
120 As an example, let's say that we want to find messages from
121 Ginnean about horseback riding in the Kosciusko National
122 Park (Australia) during January, 1994. Normally we would start
123 with a broad search and narrow it down if necessary to produce a
124 manageable amount of data, but we'll cut to the chase and create
125 a fairly restrictive set of criteria as follows:\\<mh-search-mode-map>
127 From: ginnean
130 Date: Jan 1994
131 Subject:
132 --------
133 horse
134 kosciusko
136 As with MH-Letter mode, MH-Search provides commands like
137 \\[mh-to-field] to help you fill in the blanks.\\<mh-folder-mode-map>
139 If you find that you do the same thing over and over when editing
140 the search template, you may wish to bind some shortcuts to keys.
141 This can be done with the variable `mh-search-mode-hook', which is
142 called when \\[mh-search] is run on a new pattern.\\<mh-search-mode-map>
144 To perform the search, type \\[mh-index-do-search].
146 Sometimes you're searching for text that is either not indexed,
147 or hasn't been indexed yet. In this case you can override the
148 default method with the pick method by running the command
149 \\[mh-pick-do-search].
151 The messages that are found are put in a temporary sub-folder of
152 \"+mhe-index\" and are displayed in an MH-Folder buffer. This
153 buffer is special because it displays messages from multiple
154 folders; each set of messages from a given folder has a heading
155 with the folder name.\\<mh-folder-mode-map>
157 The appearance of the heading can be modified by customizing the
158 face `mh-search-folder'. You can jump back and forth between the
159 headings using the commands \\[mh-index-next-folder] and
160 \\[mh-index-previous-folder].
162 In addition, the command \\[mh-index-visit-folder] can be used to
163 visit the folder of the message at point. Initially, only the
164 messages that matched the search criteria are displayed in the
165 folder. While the temporary buffer has its own set of message
166 numbers, the actual messages numbers are shown in the visited
167 folder. Thus, the command \\[mh-index-visit-folder] is useful to
168 find the actual message number of an interesting message, or to
169 view surrounding messages with the command \\[mh-rescan-folder].
171 Because this folder is temporary, you'll probably get in the
172 habit of killing it when you're done with \\[mh-kill-folder].
174 You can regenerate the results by running this command with a
175 prefix argument REDO-SEARCH-FLAG.
177 Note: This command uses an \"X-MHE-Checksum:\" header field to
178 cache the MD5 checksum of a message. This means that if an
179 incoming message already contains an \"X-MHE-Checksum:\" field,
180 that message might not be found by this command. The following
181 \"procmail\" recipe avoids this problem by renaming the existing
182 header field:
184 :0 wf
185 | formail -R \"X-MHE-Checksum\" \"X-Old-MHE-Checksum\"
187 Configuring Indexed Searches
189 The command \\[mh-search] runs the command defined by the option
190 `mh-search-program'. The default value is \"Auto-detect\" which
191 means that MH-E will automatically choose one of \"swish++\",
192 \"swish-e\", \"mairix\", \"namazu\", \"pick\" and \"grep\" in
193 that order. If, for example, you have both \"swish++\" and
194 \"mairix\" installed and you want to use \"mairix\", then you can
195 set this option to \"mairix\".
197 The documentation for the following commands describe how to set
198 up the various indexing programs to use with MH-E.
200 - `mh-swish++-execute-search'
201 - `mh-swish-execute-search'
202 - `mh-mairix-execute-search'
203 - `mh-namazu-execute-search'
204 - `mh-pick-execute-search'
205 - `mh-grep-execute-search'
207 In a program, if FOLDER is \"+\" or nil, then mail in all folders
208 are searched. Optional argument WINDOW-CONFIG stores the window
209 configuration that will be restored after the user quits the
210 folder containing the index search results."
211 (interactive
212 (list (progn
213 (mh-find-path)
214 ;; Yes, we do want to call mh-search-choose every time in case the
215 ;; user has switched the searcher manually.
216 (unless (mh-search-choose (and current-prefix-arg
217 mh-index-previous-search
218 (cadr mh-index-previous-search)))
219 (error "No search program found"))
220 (or (and current-prefix-arg mh-index-sequence-search-flag)
221 (and current-prefix-arg (car mh-index-previous-search))
222 (mh-prompt-for-folder "Search" "+" nil "all" t)))
223 (or (and current-prefix-arg (caddr mh-index-previous-search))
224 mh-search-regexp-builder
225 (read-string (format "%s regexp: "
226 (upcase-initials (symbol-name mh-searcher)))))
227 current-prefix-arg
228 (if (and (not (and current-prefix-arg
229 (caddr mh-index-previous-search)))
230 mh-search-regexp-builder)
231 (current-window-configuration)
232 nil)))
233 ;; Redoing a sequence search?
234 (when (and redo-search-flag mh-index-data mh-index-sequence-search-flag
235 (not mh-flists-called-flag))
236 (let ((mh-flists-called-flag t))
237 (apply #'mh-index-sequenced-messages mh-index-previous-search))
238 (return-from mh-search))
239 ;; We have fancy query parsing.
240 (when (symbolp search-regexp)
241 (mh-search-folder folder window-config)
242 (return-from mh-search))
243 ;; Begin search proper.
244 (mh-checksum-choose)
245 (let ((result-count 0)
246 (old-window-config (or window-config mh-previous-window-config))
247 (previous-search mh-index-previous-search)
248 (index-folder (format "%s/%s" mh-index-folder
249 (mh-index-generate-pretty-name search-regexp))))
250 ;; Create a new folder for the search results or recreate the old one...
251 (if (and redo-search-flag mh-index-previous-search)
252 (let ((buffer-name (buffer-name (current-buffer))))
253 (mh-process-or-undo-commands buffer-name)
254 (save-excursion (mh-exec-cmd-quiet nil "rmf" buffer-name))
255 (mh-exec-cmd-quiet nil "folder" "-create" "-fast" buffer-name)
256 (setq index-folder buffer-name))
257 (setq index-folder (mh-index-new-folder index-folder search-regexp)))
259 (let ((folder-path (format "%s%s" mh-user-path (substring folder 1)))
260 (folder-results-map (make-hash-table :test #'equal))
261 (origin-map (make-hash-table :test #'equal)))
262 ;; Run search program...
263 (message "Executing %s... " mh-searcher)
264 (funcall mh-search-function folder-path search-regexp)
266 ;; Parse searcher output.
267 (message "Processing %s output... " mh-searcher)
268 (goto-char (point-min))
269 (loop for next-result = (funcall mh-search-next-result-function)
270 while next-result
271 do (unless (eq next-result 'error)
272 (unless (gethash (car next-result) folder-results-map)
273 (setf (gethash (car next-result) folder-results-map)
274 (make-hash-table :test #'equal)))
275 (setf (gethash (cadr next-result)
276 (gethash (car next-result) folder-results-map))
277 t)))
279 ;; Copy the search results over.
280 (maphash #'(lambda (folder msgs)
281 (let ((cur (car (mh-translate-range folder "cur")))
282 (msgs (sort (loop for msg being the hash-keys of msgs
283 collect msg)
284 #'<)))
285 (mh-exec-cmd "refile" msgs "-src" folder
286 "-link" index-folder)
287 ;; Restore cur to old value, that refile changed
288 (when cur
289 (mh-exec-cmd-quiet nil "mark" folder "-add" "-zero"
290 "-sequence" "cur" (format "%s" cur)))
291 (loop for msg in msgs
292 do (incf result-count)
293 (setf (gethash result-count origin-map)
294 (cons folder msg)))))
295 folder-results-map)
297 ;; Vist the results folder.
298 (mh-visit-folder index-folder () (list folder-results-map origin-map))
300 (goto-char (point-min))
301 (forward-line)
302 (mh-update-sequences)
303 (mh-recenter nil)
305 ;; Update the speedbar, if needed.
306 (when (mh-speed-flists-active-p)
307 (mh-speed-flists t mh-current-folder))
309 ;; Maintain history.
310 (when (or (and redo-search-flag previous-search) window-config)
311 (setq mh-previous-window-config old-window-config))
312 (setq mh-index-previous-search (list folder mh-searcher search-regexp))
314 ;; Write out data to disk.
315 (unless mh-flists-called-flag (mh-index-write-data))
317 (message "%s found %s matches in %s folders"
318 (upcase-initials (symbol-name mh-searcher))
319 (loop for msg-hash being hash-values of mh-index-data
320 sum (hash-table-count msg-hash))
321 (loop for msg-hash being hash-values of mh-index-data
322 count (> (hash-table-count msg-hash) 0))))))
324 ;; Shush compiler.
325 (eval-when-compile (mh-do-in-xemacs (defvar pick-folder)))
327 (defun mh-search-folder (folder window-config)
328 "Search FOLDER for messages matching a pattern.
330 In a program, argument WINDOW-CONFIG is the current window
331 configuration and is used when the search folder is dismissed."
332 (interactive (list (mh-prompt-for-folder "Search" mh-current-folder nil nil t)
333 (current-window-configuration)))
334 (let ((pick-folder (if (equal folder "+") mh-current-folder folder)))
335 (switch-to-buffer-other-window "search-pattern")
336 (if (or (zerop (buffer-size))
337 (not (y-or-n-p "Reuse pattern? ")))
338 (mh-make-pick-template)
339 (message ""))
340 (mh-make-local-vars 'mh-current-folder folder
341 'mh-previous-window-config window-config)
342 (message "%s" (substitute-command-keys
343 (concat "Type \\[mh-index-do-search] to search messages, "
344 "\\[mh-pick-do-search] to use pick, "
345 "\\[mh-help] for help")))))
347 (defun mh-make-pick-template ()
348 "Initialize the current buffer with a template for a pick pattern."
349 (let ((inhibit-read-only t)) (erase-buffer))
350 (insert "From: \n"
351 "To: \n"
352 "Cc: \n"
353 "Date: \n"
354 "Subject: \n"
355 "---------\n")
356 (mh-search-mode)
357 (goto-char (point-min))
358 (dotimes (i 5)
359 (add-text-properties (point) (1+ (point)) '(front-sticky t))
360 (add-text-properties (- (mh-line-end-position) 2)
361 (1- (mh-line-end-position))
362 '(rear-nonsticky t))
363 (add-text-properties (point) (1- (mh-line-end-position)) '(read-only t))
364 (forward-line))
365 (add-text-properties (point) (1+ (point)) '(front-sticky t))
366 (add-text-properties (point) (1- (mh-line-end-position)) '(read-only t))
367 (goto-char (point-max)))
369 ;; Sequence Searches
371 ;;;###mh-autoload
372 (defun mh-index-new-messages (folders)
373 "Display unseen messages.
375 If you use a program such as \"procmail\" to use \"rcvstore\" to file
376 your incoming mail automatically, you can display new, unseen,
377 messages using this command. All messages in the \"unseen\"
378 sequence from the folders in `mh-new-messages-folders' are
379 listed.
381 With a prefix argument, enter a space-separated list of FOLDERS,
382 or nothing to search all folders."
383 (interactive
384 (list (if current-prefix-arg
385 (split-string (read-string "Search folder(s) (default all): "))
386 mh-new-messages-folders)))
387 (mh-index-sequenced-messages folders mh-unseen-seq))
389 ;;;###mh-autoload
390 (defun mh-index-ticked-messages (folders)
391 "Display ticked messages.
393 All messages in `mh-tick-seq' from the folders in
394 `mh-ticked-messages-folders' are listed.
396 With a prefix argument, enter a space-separated list of FOLDERS,
397 or nothing to search all folders."
398 (interactive
399 (list (if current-prefix-arg
400 (split-string (read-string "Search folder(s) (default all): "))
401 mh-ticked-messages-folders)))
402 (mh-index-sequenced-messages folders mh-tick-seq))
404 ;; Shush compiler.
405 (eval-when-compile
406 (mh-do-in-xemacs
407 (defvar mh-mairix-folder)
408 (defvar mh-flists-search-folders)))
410 ;;;###mh-autoload
411 (defun mh-index-sequenced-messages (folders sequence)
412 "Display messages in any sequence.
414 All messages from the FOLDERS in `mh-new-messages-folders' in the
415 SEQUENCE you provide are listed. With a prefix argument, enter a
416 space-separated list of folders at the prompt, or nothing to
417 search all folders."
418 (interactive
419 (list (if current-prefix-arg
420 (split-string (read-string "Search folder(s) (default all): "))
421 mh-new-messages-folders)
422 (mh-read-seq-default "Search" nil)))
423 (unless sequence (setq sequence mh-unseen-seq))
424 (let* ((mh-flists-search-folders folders)
425 (mh-flists-sequence sequence)
426 (mh-flists-called-flag t)
427 (mh-searcher 'flists)
428 (mh-search-function 'mh-flists-execute)
429 (mh-search-next-result-function 'mh-mairix-next-result)
430 (mh-mairix-folder mh-user-path)
431 (mh-search-regexp-builder nil)
432 (new-folder (format "%s/%s/%s" mh-index-folder
433 mh-flists-results-folder sequence))
434 (window-config (if (equal new-folder mh-current-folder)
435 mh-previous-window-config
436 (current-window-configuration)))
437 (redo-flag nil)
438 message)
439 (cond ((buffer-live-p (get-buffer new-folder))
440 ;; The destination folder is being visited. Trick `mh-search'
441 ;; into thinking that the folder resulted from a previous search.
442 (set-buffer new-folder)
443 (setq mh-index-previous-search (list folders mh-searcher sequence))
444 (setq redo-flag t))
445 ((mh-folder-exists-p new-folder)
446 ;; Folder exists but we don't have it open. That means they are
447 ;; stale results from a old flists search. Clear it out.
448 (mh-exec-cmd-quiet nil "rmf" new-folder)))
449 (setq message (mh-search "+" mh-flists-results-folder
450 redo-flag window-config)
451 mh-index-sequence-search-flag t
452 mh-index-previous-search (list folders mh-searcher sequence))
453 (mh-index-write-data)
454 (when (stringp message) (message "%s" message))))
456 (defvar mh-flists-search-folders)
458 (defun mh-flists-execute (&rest args)
459 "Execute flists.
460 Search for messages belonging to `mh-flists-sequence' in the
461 folders specified by `mh-flists-search-folders'. If
462 `mh-recursive-folders-flag' is t, then the folders are searched
463 recursively. All parameters ARGS are ignored."
464 (set-buffer (get-buffer-create mh-temp-index-buffer))
465 (erase-buffer)
466 (unless (executable-find "sh")
467 (error "Didn't find sh"))
468 (with-temp-buffer
469 (let ((seq (symbol-name mh-flists-sequence)))
470 (insert "for folder in `" (expand-file-name "flists" mh-progs) " "
471 (cond ((eq mh-flists-search-folders t)
472 (mh-quote-for-shell mh-inbox))
473 ((eq mh-flists-search-folders nil) "")
474 ((listp mh-flists-search-folders)
475 (loop for folder in mh-flists-search-folders
476 concat
477 (concat " " (mh-quote-for-shell folder)))))
478 (if mh-recursive-folders-flag " -recurse" "")
479 " -sequence " seq " -noshowzero -fast` ; do\n"
480 (expand-file-name "mhpath" mh-progs) " \"+$folder\" " seq "\n"
481 "done\n"))
482 (call-process-region
483 (point-min) (point-max) "sh" nil (get-buffer mh-temp-index-buffer))))
485 ;; Navigation
487 ;;;###mh-autoload
488 (defun mh-index-next-folder (&optional backward-flag)
489 "Jump to the next folder marker.
491 With non-nil optional argument BACKWARD-FLAG, jump to the previous
492 group of results."
493 (interactive "P")
494 (if (null mh-index-data)
495 (message "Only applicable in an MH-E index search buffer")
496 (let ((point (point)))
497 (forward-line (if backward-flag 0 1))
498 (cond ((if backward-flag
499 (re-search-backward "^+" (point-min) t)
500 (re-search-forward "^+" (point-max) t))
501 (beginning-of-line))
502 ((and (if backward-flag
503 (goto-char (point-max))
504 (goto-char (point-min)))
505 nil))
506 ((if backward-flag
507 (re-search-backward "^+" (point-min) t)
508 (re-search-forward "^+" (point-max) t))
509 (beginning-of-line))
510 (t (goto-char point))))))
512 ;;;###mh-autoload
513 (defun mh-index-previous-folder ()
514 "Jump to the previous folder marker."
515 (interactive)
516 (mh-index-next-folder t))
518 ;;;###mh-autoload
519 (defun mh-index-visit-folder ()
520 "Visit original folder from where the message at point was found."
521 (interactive)
522 (unless mh-index-data
523 (error "Not in an index folder"))
524 (let (folder msg)
525 (save-excursion
526 (cond ((and (bolp) (eolp))
527 (ignore-errors (forward-line -1))
528 (setq msg (mh-get-msg-num t)))
529 ((equal (char-after (mh-line-beginning-position)) ?+)
530 (setq folder (buffer-substring-no-properties
531 (mh-line-beginning-position)
532 (mh-line-end-position))))
533 (t (setq msg (mh-get-msg-num t)))))
534 (when (not folder)
535 (setq folder (car (gethash (gethash msg mh-index-msg-checksum-map)
536 mh-index-checksum-origin-map))))
537 (when (or (not (get-buffer folder))
538 (y-or-n-p (format "Reuse buffer displaying %s? " folder)))
539 (mh-visit-folder
540 folder (loop for x being the hash-keys of (gethash folder mh-index-data)
541 when (mh-msg-exists-p x folder) collect x)))))
545 ;;; Search Menu
547 (easy-menu-define
548 mh-pick-menu mh-search-mode-map "Menu for MH-E Search"
549 '("Search"
550 ["Perform Search" mh-index-do-search t]
551 ["Search with pick" mh-pick-do-search t]))
555 ;;; MH-Search Keys
557 ;; If this changes, modify mh-search-mode-help-messages accordingly, below.
558 (gnus-define-keys mh-search-mode-map
559 "\C-c?" mh-help
560 "\C-c\C-c" mh-index-do-search
561 "\C-c\C-p" mh-pick-do-search
562 "\C-c\C-f\C-b" mh-to-field
563 "\C-c\C-f\C-c" mh-to-field
564 "\C-c\C-f\C-m" mh-to-field
565 "\C-c\C-f\C-s" mh-to-field
566 "\C-c\C-f\C-t" mh-to-field
567 "\C-c\C-fb" mh-to-field
568 "\C-c\C-fc" mh-to-field
569 "\C-c\C-fm" mh-to-field
570 "\C-c\C-fs" mh-to-field
571 "\C-c\C-ft" mh-to-field)
575 ;;; MH-Search Help Messages
577 ;; Group messages logically, more or less.
578 (defvar mh-search-mode-help-messages
579 '((nil
580 "Perform search: \\[mh-index-do-search]\n"
581 "Search with pick: \\[mh-pick-do-search]\n\n"
582 "Move to a field by typing C-c C-f C-<field>\n"
583 "where <field> is the first letter of the desired field\n"
584 "(except for From: which uses \"m\")."))
585 "Key binding cheat sheet.
587 This is an associative array which is used to show the most common
588 commands. The key is a prefix char. The value is one or more strings
589 which are concatenated together and displayed in the minibuffer if ?
590 is pressed after the prefix character. The special key nil is used to
591 display the non-prefixed commands.
593 The substitutions described in `substitute-command-keys' are performed
594 as well.")
598 ;;; MH-Search Mode
600 (put 'mh-search-mode 'mode-class 'special)
602 (define-derived-mode mh-search-mode fundamental-mode "MH-Search"
603 "Mode for creating search templates in MH-E.\\<mh-search-mode-map>
605 Edit this template by entering your search criteria in an
606 appropriate header field that is already there, or create a new
607 field yourself. If the string you're looking for could be
608 anywhere in a message, then place the string underneath the row
609 of dashes.
611 To perform the search, type \\[mh-index-do-search].
613 Sometimes you're searching for text that is either not indexed,
614 or hasn't been indexed yet. In this case you can override the
615 default method with the pick method by running the command
616 \\[mh-pick-do-search].
618 The hook `mh-search-mode-hook' is called upon entry to this mode.
620 \\{mh-search-mode-map}"
622 (easy-menu-add mh-pick-menu)
623 (mh-set-help mh-search-mode-help-messages))
627 ;;; MH-Search Commands
629 (defun mh-index-do-search (&optional searcher)
630 "Find messages using `mh-search-program'.
631 If optional argument SEARCHER is present, use it instead of
632 `mh-search-program'."
633 (interactive)
634 (unless (mh-search-choose searcher) (error "No search program found"))
635 (let* ((regexp-list (mh-pick-parse-search-buffer))
636 (pattern (funcall mh-search-regexp-builder regexp-list)))
637 (if pattern
638 (mh-search mh-current-folder pattern nil mh-previous-window-config)
639 (error "No search terms"))))
641 (defun mh-pick-do-search ()
642 "Find messages using \"pick\".
644 Uses the pick method described in `mh-pick-execute-search'."
645 (interactive)
646 (mh-index-do-search 'pick))
648 (defun mh-pick-parse-search-buffer ()
649 "Parse the search buffer contents.
650 The function returns a alist. The car of each element is either
651 the header name to search in or nil to search the whole message.
652 The cdr of the element is the pattern to search."
653 (save-excursion
654 (let ((pattern-list ())
655 (in-body-flag nil)
656 start begin)
657 (goto-char (point-min))
658 (while (not (eobp))
659 (if (search-forward "--------" (mh-line-end-position) t)
660 (setq in-body-flag t)
661 (beginning-of-line)
662 (setq begin (point))
663 (setq start (if in-body-flag
664 (point)
665 (search-forward ":" (mh-line-end-position) t)
666 (point)))
667 (push (cons (and (not in-body-flag)
668 (intern (downcase
669 (buffer-substring-no-properties
670 begin (1- start)))))
671 (mh-index-parse-search-regexp
672 (buffer-substring-no-properties
673 start (mh-line-end-position))))
674 pattern-list))
675 (forward-line))
676 pattern-list)))
678 (defun mh-index-parse-search-regexp (input-string)
679 "Construct parse tree for INPUT-STRING.
680 All occurrences of &, |, ! and ~ in INPUT-STRING are replaced by
681 AND, OR and NOT as appropriate. Then the resulting string is
682 parsed."
683 (let (input)
684 (with-temp-buffer
685 (insert input-string)
686 ;; replace tabs
687 (mh-replace-string "\t" " ")
688 ;; synonyms of AND
689 (mh-replace-string " AND " " and ")
690 (mh-replace-string "&" " and ")
691 (mh-replace-string " -and " " and ")
692 ;; synonyms of OR
693 (mh-replace-string " OR " " or ")
694 (mh-replace-string "|" " or ")
695 (mh-replace-string " -or " " or ")
696 ;; synonyms of NOT
697 (mh-replace-string " NOT " " not ")
698 (mh-replace-string "!" " not ")
699 (mh-replace-string "~" " not ")
700 (mh-replace-string " -not " " not ")
701 ;; synonyms of left brace
702 (mh-replace-string "(" " ( ")
703 (mh-replace-string " -lbrace " " ( ")
704 ;; synonyms of right brace
705 (mh-replace-string ")" " ) ")
706 (mh-replace-string " -rbrace " " ) ")
707 ;; get the normalized input
708 (setq input (format "( %s )" (buffer-substring (point-min) (point-max)))))
710 (let ((tokens (mh-index-add-implicit-ops (split-string input)))
711 (op-stack ())
712 (operand-stack ())
713 oper1)
714 (dolist (token tokens)
715 (cond ((equal token "(") (push 'paren op-stack))
716 ((equal token "not") (push 'not op-stack))
717 ((equal token "or") (push 'or op-stack))
718 ((equal token "and") (push 'and op-stack))
719 ((equal token ")")
720 (multiple-value-setq (op-stack operand-stack)
721 (mh-index-evaluate op-stack operand-stack))
722 (when (eq (car op-stack) 'not)
723 (setq op-stack (cdr op-stack))
724 (push `(not ,(pop operand-stack)) operand-stack))
725 (when (eq (car op-stack) 'and)
726 (setq op-stack (cdr op-stack))
727 (setq oper1 (pop operand-stack))
728 (push `(and ,(pop operand-stack) ,oper1) operand-stack)))
729 ((eq (car op-stack) 'not)
730 (setq op-stack (cdr op-stack))
731 (push `(not ,token) operand-stack)
732 (when (eq (car op-stack) 'and)
733 (setq op-stack (cdr op-stack))
734 (setq oper1 (pop operand-stack))
735 (push `(and ,(pop operand-stack) ,oper1) operand-stack)))
736 ((eq (car op-stack) 'and)
737 (setq op-stack (cdr op-stack))
738 (push `(and ,(pop operand-stack) ,token) operand-stack))
739 (t (push token operand-stack))))
740 (prog1 (pop operand-stack)
741 (when (or op-stack operand-stack)
742 (error "Invalid regexp: %s" input))))))
744 (defun mh-index-add-implicit-ops (tokens)
745 "Add implicit operators in the list TOKENS."
746 (let ((result ())
747 (literal-seen nil)
748 current)
749 (while tokens
750 (setq current (pop tokens))
751 (cond ((or (equal current ")") (equal current "and") (equal current "or"))
752 (setq literal-seen nil)
753 (push current result))
754 ((and literal-seen
755 (push "and" result)
756 (setq literal-seen nil)
757 nil))
759 (push current result)
760 (unless (or (equal current "(") (equal current "not"))
761 (setq literal-seen t)))))
762 (nreverse result)))
764 (defun mh-index-evaluate (op-stack operand-stack)
765 "Read expression till starting paren based on OP-STACK and OPERAND-STACK."
766 (block mh-index-evaluate
767 (let (op oper1)
768 (while op-stack
769 (setq op (pop op-stack))
770 (cond ((eq op 'paren)
771 (return-from mh-index-evaluate (values op-stack operand-stack)))
772 ((eq op 'not)
773 (push `(not ,(pop operand-stack)) operand-stack))
774 ((or (eq op 'and) (eq op 'or))
775 (setq oper1 (pop operand-stack))
776 (push `(,op ,(pop operand-stack) ,oper1) operand-stack))))
777 (error "Ran out of tokens"))))
781 ;;; Indexing Functions
783 ;; Support different search programs
784 (defvar mh-search-choices
785 '((swish++
786 mh-swish++-binary mh-swish++-execute-search mh-swish++-next-result
787 mh-swish++-regexp-builder)
788 (swish
789 mh-swish-binary mh-swish-execute-search mh-swish-next-result nil)
790 (mairix
791 mh-mairix-binary mh-mairix-execute-search mh-mairix-next-result
792 mh-mairix-regexp-builder)
793 (namazu
794 mh-namazu-binary mh-namazu-execute-search mh-namazu-next-result nil)
795 (pick
796 mh-pick-binary mh-pick-execute-search mh-pick-next-result
797 mh-pick-regexp-builder)
798 (grep
799 mh-grep-binary mh-grep-execute-search mh-grep-next-result nil))
800 "List of possible searcher choices.")
802 (defun mh-search-choose (&optional searcher)
803 "Choose a searching function.
804 The side-effects of this function are that the variables
805 `mh-searcher', `mh-search-function', and
806 `mh-search-next-result-function' are set according to the first
807 searcher in `mh-search-choices' present on the system. If
808 optional argument SEARCHER is present, use it instead of
809 `mh-search-program'."
810 (block nil
811 (let ((program-alist (cond (searcher
812 (list (assoc searcher mh-search-choices)))
813 (mh-search-program
814 (list
815 (assoc mh-search-program mh-search-choices)))
816 (t mh-search-choices))))
817 (while program-alist
818 (let* ((current (pop program-alist))
819 (executable (symbol-value (cadr current))))
820 (when executable
821 (setq mh-searcher (car current))
822 (setq mh-search-function (nth 2 current))
823 (setq mh-search-next-result-function (nth 3 current))
824 (setq mh-search-regexp-builder (nth 4 current))
825 (return mh-searcher))))
826 nil)))
828 ;;; Swish++
830 (defvar mh-swish++-binary (or (executable-find "search++")
831 (executable-find "search")))
832 (defvar mh-swish++-directory ".swish++")
833 (defvar mh-swish-folder nil)
835 (defun mh-swish++-execute-search (folder-path search-regexp)
836 "Execute swish++.
838 In the examples below, replace \"/home/user/Mail\" with the path to
839 your MH directory.
841 First create the directory \"/home/user/Mail/.swish++\". Then create
842 the file \"/home/user/Mail/.swish++/swish++.conf\" with the following
843 contents:
845 IncludeMeta Bcc Cc Comments Content-Description From Keywords
846 IncludeMeta Newsgroups Resent-To Subject To
847 IncludeMeta Message-Id References In-Reply-To
848 IncludeFile Mail *
849 IndexFile /home/user/Mail/.swish++/swish++.index
851 Use the following command line to generate the swish index. Run
852 this daily from cron:
854 find /home/user/Mail -path /home/user/Mail/mhe-index -prune \\
855 -o -path /home/user/Mail/.swish++ -prune \\
856 -o -name \"[0-9]*\" -print \\
857 | index -c /home/user/Mail/.swish++/swish++.conf -
859 This command does not index the folders that hold the results of your
860 searches in \"+mhe-index\" since they tend to be ephemeral and the
861 original messages are indexed anyway.
863 On some systems (Debian GNU/Linux, for example), use \"index++\"
864 instead of \"index\".
866 In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP is
867 used to search."
868 (set-buffer (get-buffer-create mh-temp-index-buffer))
869 (erase-buffer)
870 (unless mh-swish++-binary
871 (error "Set `mh-swish++-binary' appropriately"))
872 (call-process mh-swish++-binary nil '(t nil) nil
873 "-m" "10000"
874 (format "-i%s%s/swish++.index"
875 mh-user-path mh-swish++-directory)
876 search-regexp)
877 (goto-char (point-min))
878 (setq mh-swish-folder
879 (let ((last-char (substring folder-path (1- (length folder-path)))))
880 (if (equal last-char "/")
881 folder-path
882 (format "%s/" folder-path)))))
884 (defalias 'mh-swish++-next-result 'mh-swish-next-result)
886 (defun mh-swish++-regexp-builder (regexp-list)
887 "Generate query for swish++.
888 REGEXP-LIST is an alist of fields and values."
889 (let ((regexp ""))
890 (dolist (elem regexp-list)
891 (when (cdr elem)
892 (setq regexp (concat regexp " and "
893 (if (car elem) "(" "")
894 (if (car elem) (symbol-name (car elem)) "")
895 (if (car elem) " = " "")
896 (mh-swish++-print-regexp (cdr elem))
897 (if (car elem) ")" "")))))
898 (substring regexp 4)))
900 (defun mh-swish++-print-regexp (expr)
901 "Return infix expression corresponding to EXPR."
902 (cond ((atom expr) (format "%s" expr))
903 ((eq (car expr) 'not)
904 (format "(not %s)" (mh-swish++-print-regexp (cadr expr))))
905 (t (format "(%s %s %s)" (mh-swish++-print-regexp (cadr expr))
906 (symbol-name (car expr))
907 (mh-swish++-print-regexp (caddr expr))))))
909 ;;; Swish
911 (defvar mh-swish-binary (executable-find "swish-e"))
912 (defvar mh-swish-directory ".swish")
914 (defun mh-swish-execute-search (folder-path search-regexp)
915 "Execute swish-e.
917 In the examples below, replace \"/home/user/Mail\" with the path
918 to your MH directory.
920 First create the directory \"/home/user/Mail/.swish\". Then
921 create the file \"/home/user/Mail/.swish/config\" with the
922 following contents:
924 DefaultContents TXT*
925 IndexDir /home/user/Mail
926 IndexFile /home/user/Mail/.swish/index
927 IndexName \"Mail Index\"
928 IndexDescription \"Mail Index\"
929 IndexPointer \"http://nowhere\"
930 IndexAdmin \"nobody\"
931 #MetaNames automatic
932 IndexReport 3
933 FollowSymLinks no
934 UseStemming no
935 IgnoreTotalWordCountWhenRanking yes
936 WordCharacters abcdefghijklmnopqrstuvwxyz0123456789-
937 BeginCharacters abcdefghijklmnopqrstuvwxyz
938 EndCharacters abcdefghijklmnopqrstuvwxyz0123456789
939 IgnoreLimit 50 1000
940 IndexComments 0
941 FileRules filename contains \\D
942 FileRules pathname contains /home/user/Mail/.swish
943 FileRules pathname contains /home/user/Mail/mhe-index
945 This configuration does not index the folders that hold the
946 results of your searches in \"+mhe-index\" since they tend to be
947 ephemeral and the original messages are indexed anyway.
949 If there are any directories you would like to ignore, append
950 lines like the following to \"config\":
952 FileRules pathname contains /home/user/Mail/scripts
954 Use the following command line to generate the swish index. Run
955 this daily from cron:
957 swish-e -c /home/user/Mail/.swish/config
959 In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP
960 is used to search."
961 (set-buffer (get-buffer-create mh-temp-index-buffer))
962 (erase-buffer)
963 (unless mh-swish-binary
964 (error "Set `mh-swish-binary' appropriately"))
965 (call-process mh-swish-binary nil '(t nil) nil
966 "-w" search-regexp
967 "-f" (format "%s%s/index" mh-user-path mh-swish-directory))
968 (goto-char (point-min))
969 (setq mh-swish-folder
970 (let ((last-char (substring folder-path (1- (length folder-path)))))
971 (if (equal last-char "/")
972 folder-path
973 (format "%s/" folder-path)))))
975 (defun mh-swish-next-result ()
976 "Get the next result from swish output."
977 (prog1
978 (block nil
979 (when (or (eobp) (equal (char-after (point)) ?.))
980 (return nil))
981 (when (equal (char-after (point)) ?#)
982 (return 'error))
983 (let* ((start (search-forward " " (mh-line-end-position) t))
984 (end (search-forward " " (mh-line-end-position) t)))
985 (unless (and start end)
986 (return 'error))
987 (setq end (1- end))
988 (unless (file-exists-p (buffer-substring-no-properties start end))
989 (return 'error))
990 (unless (search-backward "/" start t)
991 (return 'error))
992 (list (let* ((s (buffer-substring-no-properties start (1+ (point)))))
993 (unless (string-match mh-swish-folder s)
994 (return 'error))
995 (if (and (string-match mh-user-path s)
996 (< (match-end 0) (1- (length s))))
997 (format "+%s"
998 (substring s (match-end 0) (1- (length s))))
999 (return 'error)))
1000 (let* ((s (buffer-substring-no-properties (1+ (point)) end))
1001 (n (ignore-errors (string-to-number s))))
1002 (if n n (return 'error)))
1003 nil)))
1004 (forward-line)))
1006 ;;; Mairix
1008 (defvar mh-mairix-binary (executable-find "mairix"))
1009 (defvar mh-mairix-directory ".mairix")
1010 (defvar mh-mairix-folder nil)
1012 (defun mh-mairix-execute-search (folder-path search-regexp-list)
1013 "Execute mairix.
1015 In the examples below, replace \"/home/user/Mail\" with the path
1016 to your MH directory.
1018 First create the directory \"/home/user/Mail/.mairix\". Then
1019 create the file \"/home/user/Mail/.mairix/config\" with the
1020 following contents:
1022 base=/home/user/Mail
1024 # List of folders that should be indexed. 3 dots at the end means there
1025 # are subfolders within the folder
1026 mh=archive...:inbox:drafts:news:sent:trash
1028 vfolder_format=raw
1029 database=/home/user/Mail/mairix/database
1031 Use the following command line to generate the mairix index. Run
1032 this daily from cron:
1034 mairix -f /home/user/Mail/.mairix/config
1036 In a program, FOLDER-PATH is the directory in which
1037 SEARCH-REGEXP-LIST is used to search."
1038 (set-buffer (get-buffer-create mh-temp-index-buffer))
1039 (erase-buffer)
1040 (unless mh-mairix-binary
1041 (error "Set `mh-mairix-binary' appropriately"))
1042 (apply #'call-process mh-mairix-binary nil '(t nil) nil
1043 "-r" "-f" (format "%s%s/config" mh-user-path mh-mairix-directory)
1044 search-regexp-list)
1045 (goto-char (point-min))
1046 (setq mh-mairix-folder
1047 (let ((last-char (substring folder-path (1- (length folder-path)))))
1048 (if (equal last-char "/")
1049 folder-path
1050 (format "%s/" folder-path)))))
1052 (defun mh-mairix-next-result ()
1053 "Return next result from mairix output."
1054 (prog1
1055 (block nil
1056 (when (or (eobp) (and (bolp) (eolp)))
1057 (return nil))
1058 (unless (eq (char-after) ?/)
1059 (return 'error))
1060 (let ((start (point))
1061 end msg-start)
1062 (setq end (mh-line-end-position))
1063 (unless (search-forward mh-mairix-folder end t)
1064 (return 'error))
1065 (goto-char (match-beginning 0))
1066 (unless (equal (point) start)
1067 (return 'error))
1068 (goto-char end)
1069 (unless (search-backward "/" start t)
1070 (return 'error))
1071 (setq msg-start (1+ (point)))
1072 (goto-char start)
1073 (unless (search-forward mh-user-path end t)
1074 (return 'error))
1075 (list (format "+%s" (buffer-substring-no-properties
1076 (point) (1- msg-start)))
1077 (string-to-number
1078 (buffer-substring-no-properties msg-start end))
1079 nil)))
1080 (forward-line)))
1082 (defun mh-mairix-regexp-builder (regexp-list)
1083 "Generate query for mairix.
1084 REGEXP-LIST is an alist of fields and values."
1085 (let ((result ()))
1086 (dolist (pair regexp-list)
1087 (when (cdr pair)
1088 (push
1089 (concat
1090 (cond ((eq (car pair) 'to) "t:")
1091 ((eq (car pair) 'from) "f:")
1092 ((eq (car pair) 'cc) "c:")
1093 ((eq (car pair) 'subject) "s:")
1094 ((eq (car pair) 'date) "d:")
1095 (t ""))
1096 (let ((sop (cdr (mh-mairix-convert-to-sop* (cdr pair))))
1097 (final ""))
1098 (dolist (conjunct sop)
1099 (let ((expr-list (cdr conjunct))
1100 (expr-string ""))
1101 (dolist (e expr-list)
1102 (setq expr-string (concat expr-string ","
1103 (if (atom e) "" "~")
1104 (if (atom e) e (cadr e)))))
1105 (setq final (concat final "/" (substring expr-string 1)))))
1106 (substring final 1)))
1107 result)))
1108 result))
1110 (defun mh-mairix-convert-to-sop* (expr)
1111 "Convert EXPR to sum of product form."
1112 (cond ((atom expr) `(or (and ,expr)))
1113 ((eq (car expr) 'or)
1114 (cons 'or
1115 (loop for e in (mapcar #'mh-mairix-convert-to-sop* (cdr expr))
1116 append (cdr e))))
1117 ((eq (car expr) 'and)
1118 (let ((conjuncts (mapcar #'mh-mairix-convert-to-sop* (cdr expr)))
1119 result next-factor)
1120 (setq result (pop conjuncts))
1121 (while conjuncts
1122 (setq next-factor (pop conjuncts))
1123 (setq result (let ((res ()))
1124 (dolist (t1 (cdr result))
1125 (dolist (t2 (cdr next-factor))
1126 (push `(and ,@(cdr t1) ,@(cdr t2)) res)))
1127 (cons 'or res))))
1128 result))
1129 ((atom (cadr expr)) `(or (and ,expr)))
1130 ((eq (caadr expr) 'not) (mh-mairix-convert-to-sop* (cadadr expr)))
1131 ((eq (caadr expr) 'and) (mh-mairix-convert-to-sop*
1132 `(or ,@(mapcar #'(lambda (x) `(not ,x))
1133 (cdadr expr)))))
1134 ((eq (caadr expr) 'or) (mh-mairix-convert-to-sop*
1135 `(and ,@(mapcar #'(lambda (x) `(not ,x))
1136 (cdadr expr)))))
1137 (t (error "Unreachable: %s" expr))))
1139 ;;; Namazu
1141 (defvar mh-namazu-binary (executable-find "namazu"))
1142 (defvar mh-namazu-directory ".namazu")
1143 (defvar mh-namazu-folder nil)
1145 (defun mh-namazu-execute-search (folder-path search-regexp)
1146 "Execute namazu.
1148 In the examples below, replace \"/home/user/Mail\" with the path to
1149 your MH directory.
1151 First create the directory \"/home/user/Mail/.namazu\". Then create
1152 the file \"/home/user/Mail/.namazu/mknmzrc\" with the following
1153 contents:
1155 package conf; # Don't remove this line!
1156 $ADDRESS = 'user@localhost';
1157 $ALLOW_FILE = \"[0-9]*\";
1158 $EXCLUDE_PATH = \"^/home/user/Mail/(mhe-index|spam)\";
1160 This configuration does not index the folders that hold the results of
1161 your searches in \"+mhe-index\" since they tend to be ephemeral and
1162 the original messages are indexed anyway.
1164 Use the following command line to generate the namazu index. Run this
1165 daily from cron:
1167 mknmz -f /home/user/Mail/.namazu/mknmzrc -O /home/user/Mail/.namazu \\
1168 /home/user/Mail
1170 In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP
1171 is used to search."
1172 (let ((namazu-index-directory
1173 (format "%s%s" mh-user-path mh-namazu-directory)))
1174 (unless (file-exists-p namazu-index-directory)
1175 (error "Namazu directory %s not present" namazu-index-directory))
1176 (unless (executable-find mh-namazu-binary)
1177 (error "Set `mh-namazu-binary' appropriately"))
1178 (set-buffer (get-buffer-create mh-temp-index-buffer))
1179 (erase-buffer)
1180 (call-process mh-namazu-binary nil '(t nil) nil
1181 "-alR" search-regexp namazu-index-directory)
1182 (goto-char (point-min))
1183 (setq mh-namazu-folder
1184 (let ((last (substring folder-path (1- (length folder-path)))))
1185 (if (equal last "/")
1186 folder-path
1187 (format "%s/" folder-path))))))
1189 (defun mh-namazu-next-result ()
1190 "Get the next result from namazu output."
1191 (prog1
1192 (block nil
1193 (when (eobp) (return nil))
1194 (let ((file-name (buffer-substring-no-properties
1195 (point) (mh-line-end-position))))
1196 (unless (equal (string-match mh-namazu-folder file-name) 0)
1197 (return 'error))
1198 (unless (file-exists-p file-name)
1199 (return 'error))
1200 (string-match mh-user-path file-name)
1201 (let* ((folder/msg (substring file-name (match-end 0)))
1202 (mark (mh-search-from-end ?/ folder/msg)))
1203 (unless mark (return 'error))
1204 (list (format "+%s" (substring folder/msg 0 mark))
1205 (let ((n (ignore-errors (string-to-number
1206 (substring folder/msg (1+ mark))))))
1207 (if n n (return 'error)))
1208 nil))))
1209 (forward-line)))
1211 ;;; Pick
1213 (defvar mh-index-pick-folder)
1214 (defvar mh-pick-binary "pick")
1215 (defconst mh-pick-single-dash '(cc date from subject to)
1216 "Search components that are supported by single-dash option in pick.")
1218 (defun mh-pick-execute-search (folder-path search-regexp)
1219 "Execute pick.
1221 Read \"pick(1)\" or the section Finding Messages with pick in the
1222 MH book to find out more about how to enter the criteria (see URL
1223 `http://www.ics.uci.edu/~mh/book/mh/finpic.htm').
1225 In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP
1226 is used to search."
1227 (set-buffer (get-buffer-create mh-temp-index-buffer))
1228 (erase-buffer)
1229 (let ((folders
1230 (mh-folder-list (substring folder-path (length mh-user-path)))))
1231 (loop for folder in folders do
1232 (setq folder (concat "+" folder))
1233 (insert folder "\n")
1234 (apply #'call-process (expand-file-name "pick" mh-progs)
1235 nil '(t nil) nil folder "-list" search-regexp)))
1236 (goto-char (point-min)))
1238 (defun mh-pick-next-result ()
1239 "Return the next pick search result."
1240 (prog1
1241 (block nil
1242 (when (eobp) (return nil))
1243 (when (search-forward-regexp "^\+" (mh-line-end-position) t)
1244 (setq mh-index-pick-folder
1245 (buffer-substring-no-properties (mh-line-beginning-position)
1246 (mh-line-end-position)))
1247 (return 'error))
1248 (unless (search-forward-regexp "^[1-9][0-9]*$" (mh-line-end-position) t)
1249 (return 'error))
1250 (list mh-index-pick-folder
1251 (string-to-number
1252 (buffer-substring-no-properties (mh-line-beginning-position)
1253 (mh-line-end-position)))
1254 nil))
1255 (forward-line)))
1257 ;; All implementations of pick have special options -cc, -date, -from and
1258 ;; -subject that allow to search for corresponding components. Any other
1259 ;; component is searched using option --COMPNAME, for example: `pick
1260 ;; --x-mailer mh-e'. Mailutils "pick" supports this option using a certain
1261 ;; kludge, but it prefers the following syntax for this purpose:
1262 ;; "--component=COMPNAME --pattern=PATTERN".
1263 ;; -- Sergey Poznyakoff, Aug 2003
1264 (defun mh-pick-regexp-builder (pattern-list)
1265 "Generate pick search expression from PATTERN-LIST."
1266 (let ((result ()))
1267 (dolist (pattern pattern-list)
1268 (when (cdr pattern)
1269 (setq result `(,@result "-and" "-lbrace"
1270 ,@(mh-pick-construct-regexp
1271 (if (and (mh-variant-p 'mu-mh) (car pattern))
1272 (format "--pattern=%s" (cdr pattern))
1273 (cdr pattern))
1274 (if (car pattern)
1275 (cond
1276 ((mh-variant-p 'mu-mh)
1277 (format "--component=%s" (car pattern)))
1278 ((member (car pattern) mh-pick-single-dash)
1279 (format "-%s" (car pattern)))
1281 (format "--%s" (car pattern))))
1282 "-search"))
1283 "-rbrace"))))
1284 (cdr result)))
1286 (defun mh-pick-construct-regexp (expr component)
1287 "Construct pick compatible expression corresponding to EXPR.
1288 COMPONENT is the component to search."
1289 (cond ((atom expr) (list component expr))
1290 ((eq (car expr) 'and)
1291 `("-lbrace" ,@(mh-pick-construct-regexp (cadr expr) component) "-and"
1292 ,@(mh-pick-construct-regexp (caddr expr) component) "-rbrace"))
1293 ((eq (car expr) 'or)
1294 `("-lbrace" ,@(mh-pick-construct-regexp (cadr expr) component) "-or"
1295 ,@(mh-pick-construct-regexp (caddr expr) component) "-rbrace"))
1296 ((eq (car expr) 'not)
1297 `("-lbrace" "-not" ,@(mh-pick-construct-regexp (cadr expr) component)
1298 "-rbrace"))
1299 (t (error "Unknown operator %s seen" (car expr)))))
1301 ;;; Grep
1303 (defvar mh-grep-binary (executable-find "grep"))
1305 (defun mh-grep-execute-search (folder-path search-regexp)
1306 "Execute grep.
1308 Unlike the other search methods, this method does not use the
1309 MH-Search buffer. Instead, you simply enter a regular expression
1310 in the minibuffer. For help in constructing regular expressions,
1311 see your man page for \"grep\".
1313 In a program, FOLDER-PATH is the directory in which SEARCH-REGEXP
1314 is used to search."
1315 (set-buffer (get-buffer-create mh-temp-index-buffer))
1316 (erase-buffer)
1317 (call-process mh-grep-binary nil '(t nil) nil
1318 "-i" "-r" search-regexp folder-path)
1319 (goto-char (point-min)))
1321 (defun mh-grep-next-result ()
1322 "Read the next result.
1323 Parse it and return the message folder, message index and the
1324 match. If no other matches left then return nil. If the current
1325 record is invalid return 'error."
1326 (prog1
1327 (block nil
1328 (when (eobp)
1329 (return nil))
1330 (let ((eol-pos (mh-line-end-position))
1331 (bol-pos (mh-line-beginning-position))
1332 folder-start msg-end)
1333 (goto-char bol-pos)
1334 (unless (search-forward mh-user-path eol-pos t)
1335 (return 'error))
1336 (setq folder-start (point))
1337 (unless (search-forward ":" eol-pos t)
1338 (return 'error))
1339 (let ((match (buffer-substring-no-properties (point) eol-pos)))
1340 (forward-char -1)
1341 (setq msg-end (point))
1342 (unless (search-backward "/" folder-start t)
1343 (return 'error))
1344 (list (format "+%s" (buffer-substring-no-properties
1345 folder-start (point)))
1346 (let ((n (ignore-errors (string-to-number
1347 (buffer-substring-no-properties
1348 (1+ (point)) msg-end)))))
1349 (if n n (return 'error)))
1350 match))))
1351 (forward-line)))
1355 ;;; Folder Utilities
1357 ;;;###mh-autoload
1358 (defun mh-index-group-by-folder ()
1359 "Partition the messages based on source folder.
1360 Returns an alist with the the folder names in the car and the cdr
1361 being the list of messages originally from that folder."
1362 (save-excursion
1363 (goto-char (point-min))
1364 (let ((result-table (make-hash-table :test #'equal)))
1365 (loop for msg being hash-keys of mh-index-msg-checksum-map
1366 do (push msg (gethash (car (gethash
1367 (gethash msg mh-index-msg-checksum-map)
1368 mh-index-checksum-origin-map))
1369 result-table)))
1370 (loop for x being the hash-keys of result-table
1371 collect (cons x (nreverse (gethash x result-table)))))))
1373 ;;;###mh-autoload
1374 (defun mh-index-insert-folder-headers ()
1375 "Annotate the search results with original folder names."
1376 (let ((cur-msg (mh-get-msg-num nil))
1377 (old-buffer-modified-flag (buffer-modified-p))
1378 (buffer-read-only nil)
1379 current-folder last-folder)
1380 (goto-char (point-min))
1381 (while (not (eobp))
1382 (setq current-folder (car (gethash (gethash (mh-get-msg-num nil)
1383 mh-index-msg-checksum-map)
1384 mh-index-checksum-origin-map)))
1385 (when (and current-folder (not (equal current-folder last-folder)))
1386 (insert (if last-folder "\n" "") current-folder "\n")
1387 (setq last-folder current-folder))
1388 (forward-line))
1389 (when cur-msg
1390 (mh-notate-cur)
1391 (mh-goto-msg cur-msg t))
1392 (set-buffer-modified-p old-buffer-modified-flag))
1393 (mh-index-create-imenu-index))
1395 ;;;###mh-autoload
1396 (defun mh-index-delete-folder-headers ()
1397 "Delete the folder headers."
1398 (let ((cur-msg (mh-get-msg-num nil))
1399 (old-buffer-modified-flag (buffer-modified-p))
1400 (buffer-read-only nil))
1401 (while (and (not cur-msg) (not (eobp)))
1402 (forward-line)
1403 (setq cur-msg (mh-get-msg-num nil)))
1404 (goto-char (point-min))
1405 (while (not (eobp))
1406 (if (or (char-equal (char-after) ?+) (char-equal (char-after) 10))
1407 (delete-region (point) (progn (forward-line) (point)))
1408 (forward-line)))
1409 (when cur-msg (mh-goto-msg cur-msg t t))
1410 (set-buffer-modified-p old-buffer-modified-flag)))
1412 (mh-require 'which-func nil t)
1414 ;; Shush compiler.
1415 (eval-when-compile
1416 (if (or mh-xemacs-flag (< emacs-major-version 22))
1417 (defvar which-func-mode)))
1419 ;;;###mh-autoload
1420 (defun mh-index-create-imenu-index ()
1421 "Create alist of folder names and positions in index folder buffers."
1422 (save-excursion
1423 (if (boundp 'which-func-mode)
1424 (setq which-func-mode t))
1425 (let ((alist ()))
1426 (goto-char (point-min))
1427 (while (re-search-forward "^+" nil t)
1428 (save-excursion
1429 (beginning-of-line)
1430 (push (cons (buffer-substring-no-properties
1431 (point) (mh-line-end-position))
1432 (set-marker (make-marker) (point)))
1433 alist)))
1434 (setq imenu--index-alist (nreverse alist)))))
1436 ;;;###mh-autoload
1437 (defun mh-search-p ()
1438 "Non-nil means that this folder was generated by searching."
1439 mh-index-data)
1441 ;; Shush compiler
1442 (eval-when-compile (if mh-xemacs-flag (defvar mh-speed-flists-inhibit-flag)))
1444 ;;;###mh-autoload
1445 (defun mh-index-execute-commands ()
1446 "Delete/refile the actual messages.
1447 The copies in the searched folder are then deleted/refiled to get
1448 the desired result. Before deleting the messages we make sure
1449 that the message being deleted is identical to the one that the
1450 user has marked in the index buffer."
1451 (save-excursion
1452 (let ((folders ())
1453 (mh-speed-flists-inhibit-flag t))
1454 (maphash
1455 (lambda (folder msgs)
1456 (push folder folders)
1457 (if (not (get-buffer folder))
1458 ;; If source folder not open, just delete the messages...
1459 (apply #'mh-exec-cmd "rmm" folder (mh-coalesce-msg-list msgs))
1460 ;; Otherwise delete the messages in the source buffer...
1461 (save-excursion
1462 (set-buffer folder)
1463 (let ((old-refile-list mh-refile-list)
1464 (old-delete-list mh-delete-list))
1465 (setq mh-refile-list nil
1466 mh-delete-list msgs)
1467 (unwind-protect (mh-execute-commands)
1468 (setq mh-refile-list
1469 (mapcar (lambda (x)
1470 (cons (car x)
1471 (loop for y in (cdr x)
1472 unless (memq y msgs) collect y)))
1473 old-refile-list)
1474 mh-delete-list
1475 (loop for x in old-delete-list
1476 unless (memq x msgs) collect x))
1477 (mh-set-folder-modified-p (mh-outstanding-commands-p))
1478 (when (mh-outstanding-commands-p)
1479 (mh-notate-deleted-and-refiled)))))))
1480 (mh-index-matching-source-msgs (append (loop for x in mh-refile-list
1481 append (cdr x))
1482 mh-delete-list)
1484 folders)))
1486 (defun mh-index-generate-pretty-name (string)
1487 "Given STRING generate a name which is suitable for use as a folder name.
1488 White space from the beginning and end are removed. All spaces in
1489 the name are replaced with underscores and all / are replaced
1490 with $. If STRING is longer than 20 it is truncated too. STRING
1491 could be a list of strings in which case they are concatenated to
1492 construct the base name."
1493 (with-temp-buffer
1494 (if (stringp string)
1495 (insert string)
1496 (when (car string) (insert (car string)))
1497 (dolist (s (cdr string))
1498 (insert "_" s)))
1499 (setq string (mh-replace-string "-lbrace" " "))
1500 (setq string (mh-replace-string "-rbrace" " "))
1501 (setq string (mh-replace-string "-search" " "))
1502 (subst-char-in-region (point-min) (point-max) ?( ? t)
1503 (subst-char-in-region (point-min) (point-max) ?) ? t)
1504 (subst-char-in-region (point-min) (point-max) ?- ? t)
1505 (goto-char (point-min))
1506 (while (and (not (eobp)) (memq (char-after) '(? ?\t ?\n ?\r ?_)))
1507 (delete-char 1))
1508 (goto-char (point-max))
1509 (while (and (not (bobp)) (memq (char-before) '(? ?\t ?\n ?\r ?_)))
1510 (delete-backward-char 1))
1511 (subst-char-in-region (point-min) (point-max) ? ?_ t)
1512 (subst-char-in-region (point-min) (point-max) ?\t ?_ t)
1513 (subst-char-in-region (point-min) (point-max) ?\n ?_ t)
1514 (subst-char-in-region (point-min) (point-max) ?\r ?_ t)
1515 (subst-char-in-region (point-min) (point-max) ?/ ?$ t)
1516 (let ((out (truncate-string-to-width (buffer-string) 20)))
1517 (cond ((eq mh-searcher 'flists)
1518 (format "%s/%s" mh-flists-results-folder mh-flists-sequence))
1519 ((equal out mh-flists-results-folder) (concat out "1"))
1520 (t out)))))
1522 (defun mh-folder-exists-p (folder)
1523 "Check if FOLDER exists."
1524 (and (mh-folder-name-p folder)
1525 (save-excursion
1526 (with-temp-buffer
1527 (mh-exec-cmd-output "folder" nil "-fast" "-nocreate" folder)
1528 (goto-char (point-min))
1529 (not (eobp))))))
1531 (defun mh-msg-exists-p (msg folder)
1532 "Check if MSG exists in FOLDER."
1533 (file-exists-p (format "%s%s/%s" mh-user-path (substring folder 1) msg)))
1535 (defun mh-index-new-folder (name search-regexp)
1536 "Return a folder name based on NAME for search results of SEARCH-REGEXP.
1538 If folder NAME already exists and was generated for the same
1539 SEARCH-REGEXP then it is reused.
1541 Otherwise if the folder NAME was generated from a different
1542 search then check if NAME<2> can be used. Otherwise try NAME<3>.
1543 This is repeated till we find a new folder name.
1545 If the folder returned doesn't exist then it is created."
1546 (unless (mh-folder-name-p name)
1547 (error "The argument should be a valid MH folder name"))
1548 (let ((chosen-name
1549 (loop for i from 1
1550 for candidate = (if (equal i 1) name (format "%s<%s>" name i))
1551 when (or (not (mh-folder-exists-p candidate))
1552 (equal (mh-index-folder-search-regexp candidate)
1553 search-regexp))
1554 return candidate)))
1555 ;; Do pending refiles/deletes...
1556 (when (get-buffer chosen-name)
1557 (mh-process-or-undo-commands chosen-name))
1558 ;; Recreate folder...
1559 (save-excursion (mh-exec-cmd-quiet nil "rmf" chosen-name))
1560 (mh-exec-cmd-quiet nil "folder" "-create" "-fast" chosen-name)
1561 (mh-remove-from-sub-folders-cache chosen-name)
1562 (when (boundp 'mh-speed-folder-map)
1563 (mh-speed-add-folder chosen-name))
1564 chosen-name))
1566 (defun mh-index-folder-search-regexp (folder)
1567 "If FOLDER was created by a index search, return the search regexp.
1568 Return nil if FOLDER doesn't exist or the .mhe_index file is
1569 garbled."
1570 (ignore-errors
1571 (with-temp-buffer
1572 (insert-file-contents
1573 (format "%s%s/%s" mh-user-path (substring folder 1) mh-index-data-file))
1574 (goto-char (point-min))
1575 (forward-list 3)
1576 (cadr (read (current-buffer))))))
1580 ;;; Sequence Support
1582 ;;;###mh-autoload
1583 (defun mh-index-create-sequences ()
1584 "Mirror sequences present in source folders in index folder."
1585 (let ((seq-hash (make-hash-table :test #'equal))
1586 (seq-list ()))
1587 (loop for folder being the hash-keys of mh-index-data
1588 do (setf (gethash folder seq-hash)
1589 (mh-create-sequence-map
1590 (mh-read-folder-sequences folder nil))))
1591 (dolist (msg (mh-translate-range mh-current-folder "all"))
1592 (let* ((checksum (gethash msg mh-index-msg-checksum-map))
1593 (pair (gethash checksum mh-index-checksum-origin-map))
1594 (ofolder (car pair))
1595 (omsg (cdr pair)))
1596 (loop for seq in (ignore-errors
1597 (gethash omsg (gethash ofolder seq-hash)))
1598 do (if (assoc seq seq-list)
1599 (push msg (cdr (assoc seq seq-list)))
1600 (push (list seq msg) seq-list)))))
1601 (loop for seq in seq-list
1602 do (apply #'mh-exec-cmd "mark" mh-current-folder
1603 "-sequence" (symbol-name (car seq)) "-add"
1604 (mapcar #'(lambda (x) (format "%s" x)) (cdr seq))))))
1606 ;;;###mh-autoload
1607 (defun mh-create-sequence-map (seq-list)
1608 "Return a map from msg number to list of sequences in which it is present.
1609 SEQ-LIST is an assoc list whose keys are sequence names and whose
1610 cdr is the list of messages in that sequence."
1611 (loop with map = (make-hash-table)
1612 for seq in seq-list
1613 when (and (not (memq (car seq) (mh-unpropagated-sequences)))
1614 (mh-valid-seq-p (car seq)))
1615 do (loop for msg in (cdr seq)
1616 do (push (car seq) (gethash msg map)))
1617 finally return map))
1619 ;;;###mh-autoload
1620 (defun mh-index-add-to-sequence (seq msgs)
1621 "Add to SEQ the messages in the list MSGS.
1622 This function updates the source folder sequences. Also makes an
1623 attempt to update the source folder buffer if we have it open."
1624 ;; Don't need to do anything for cur
1625 (save-excursion
1626 (when (and (not (memq seq (mh-unpropagated-sequences)))
1627 (mh-valid-seq-p seq))
1628 (let ((folders ())
1629 (mh-speed-flists-inhibit-flag t))
1630 (maphash (lambda (folder msgs)
1631 (push folder folders)
1632 ;; Add messages to sequence in source folder...
1633 (apply #'mh-exec-cmd-quiet nil "mark" folder
1634 "-add" "-nozero" "-sequence" (symbol-name seq)
1635 (mapcar (lambda (x) (format "%s" x))
1636 (mh-coalesce-msg-list msgs)))
1637 ;; Update source folder buffer if we have it open...
1638 (when (get-buffer folder)
1639 (save-excursion
1640 (set-buffer folder)
1641 (mh-put-msg-in-seq msgs seq))))
1642 (mh-index-matching-source-msgs msgs))
1643 folders))))
1645 ;;;###mh-autoload
1646 (defun mh-index-delete-from-sequence (seq msgs)
1647 "Delete from SEQ the messages in MSGS.
1648 This function updates the source folder sequences. Also makes an
1649 attempt to update the source folder buffer if present."
1650 (save-excursion
1651 (when (and (not (memq seq (mh-unpropagated-sequences)))
1652 (mh-valid-seq-p seq))
1653 (let ((folders ())
1654 (mh-speed-flists-inhibit-flag t))
1655 (maphash (lambda (folder msgs)
1656 (push folder folders)
1657 ;; Remove messages from sequence in source folder...
1658 (apply #'mh-exec-cmd-quiet nil "mark" folder
1659 "-del" "-nozero" "-sequence" (symbol-name seq)
1660 (mapcar (lambda (x) (format "%s" x))
1661 (mh-coalesce-msg-list msgs)))
1662 ;; Update source folder buffer if we have it open...
1663 (when (get-buffer folder)
1664 (save-excursion
1665 (set-buffer folder)
1666 (mh-delete-msg-from-seq msgs seq t))))
1667 (mh-index-matching-source-msgs msgs))
1668 folders))))
1670 (defvar mh-unpropagated-sequences '(cur range subject search)
1671 "List of sequences that aren't preserved.")
1673 (defun mh-unpropagated-sequences ()
1674 "Return a list of sequences that aren't propagated to the source folders.
1675 It is just the sequences in the variable
1676 `mh-unpropagated-sequences' in addition to the
1677 Previous-Sequence (see mh-profile 5)."
1678 (if mh-previous-seq
1679 (cons mh-previous-seq mh-unpropagated-sequences)
1680 mh-unpropagated-sequences))
1682 (defun mh-index-matching-source-msgs (msgs &optional delete-from-index-data)
1683 "Return a table of original messages and folders for messages in MSGS.
1684 If optional argument DELETE-FROM-INDEX-DATA is non-nil, then each
1685 of the messages, whose counter-part is found in some source
1686 folder, is removed from `mh-index-data'."
1687 (let ((table (make-hash-table :test #'equal)))
1688 (dolist (msg msgs)
1689 (let* ((checksum (gethash msg mh-index-msg-checksum-map))
1690 (pair (gethash checksum mh-index-checksum-origin-map)))
1691 (when (and checksum (car pair) (cdr pair)
1692 (mh-index-match-checksum (cdr pair) (car pair) checksum))
1693 (push (cdr pair) (gethash (car pair) table))
1694 (when delete-from-index-data
1695 (remhash (cdr pair) (gethash (car pair) mh-index-data))))))
1696 table))
1698 (defun mh-index-match-checksum (msg folder checksum)
1699 "Check if MSG in FOLDER has X-MHE-Checksum header value of CHECKSUM."
1700 (with-temp-buffer
1701 (mh-exec-cmd-output mh-scan-prog nil "-width" "80"
1702 "-format" "%{x-mhe-checksum}\n" folder msg)
1703 (goto-char (point-min))
1704 (string-equal (buffer-substring-no-properties
1705 (point) (mh-line-end-position))
1706 checksum)))
1710 ;;; Serialization of Index Data
1712 (defun mh-index-write-data ()
1713 "Write index data to file."
1714 (ignore-errors
1715 (unless (eq major-mode 'mh-folder-mode)
1716 (error "Can't be called from folder in \"%s\"" major-mode))
1717 (let ((data mh-index-data)
1718 (msg-checksum-map mh-index-msg-checksum-map)
1719 (checksum-origin-map mh-index-checksum-origin-map)
1720 (previous-search mh-index-previous-search)
1721 (sequence-search-flag mh-index-sequence-search-flag)
1722 (outfile (concat buffer-file-name mh-index-data-file))
1723 (print-length nil)
1724 (print-level nil))
1725 (with-temp-file outfile
1726 (mh-index-write-hashtable
1727 data (lambda (x) (loop for y being the hash-keys of x collect y)))
1728 (mh-index-write-hashtable msg-checksum-map #'identity)
1729 (mh-index-write-hashtable checksum-origin-map #'identity)
1730 (pp previous-search (current-buffer)) (insert "\n")
1731 (pp sequence-search-flag (current-buffer)) (insert "\n")))))
1733 (defun mh-index-write-hashtable (table proc)
1734 "Write TABLE to `current-buffer'.
1735 PROC is used to serialize the values corresponding to the hash
1736 table keys."
1737 (pp (loop for x being the hash-keys of table
1738 collect (cons x (funcall proc (gethash x table))))
1739 (current-buffer))
1740 (insert "\n"))
1742 ;;;###mh-autoload
1743 (defun mh-index-read-data ()
1744 "Read index data from file."
1745 (ignore-errors
1746 (unless (eq major-mode 'mh-folder-mode)
1747 (error "Can't be called from folder in \"%s\"" major-mode))
1748 (let ((infile (concat buffer-file-name mh-index-data-file))
1749 t1 t2 t3 t4 t5)
1750 (with-temp-buffer
1751 (insert-file-contents-literally infile)
1752 (goto-char (point-min))
1753 (setq t1 (mh-index-read-hashtable
1754 (lambda (data)
1755 (loop with table = (make-hash-table :test #'equal)
1756 for x in data do (setf (gethash x table) t)
1757 finally return table)))
1758 t2 (mh-index-read-hashtable #'identity)
1759 t3 (mh-index-read-hashtable #'identity)
1760 t4 (read (current-buffer))
1761 t5 (read (current-buffer))))
1762 (setq mh-index-data t1
1763 mh-index-msg-checksum-map t2
1764 mh-index-checksum-origin-map t3
1765 mh-index-previous-search t4
1766 mh-index-sequence-search-flag t5))))
1768 (defun mh-index-read-hashtable (proc)
1769 "From BUFFER read a hash table serialized as a list.
1770 PROC is used to convert the value to actual data."
1771 (loop with table = (make-hash-table :test #'equal)
1772 for pair in (read (current-buffer))
1773 do (setf (gethash (car pair) table) (funcall proc (cdr pair)))
1774 finally return table))
1778 ;;; Checksum Routines
1780 ;; A few different checksum programs are supported. The supported
1781 ;; programs are:
1783 ;; 1. md5sum
1784 ;; 2. md5
1785 ;; 3. openssl
1787 ;; To add support for your favorite checksum program add a clause to
1788 ;; the cond statement in mh-checksum-choose. This should set the
1789 ;; variable mh-checksum-cmd to the command line needed to run the
1790 ;; checsum program and should set mh-checksum-parser to a function
1791 ;; which returns a cons cell containing the message number and
1792 ;; checksum string.
1794 (defvar mh-checksum-cmd)
1795 (defvar mh-checksum-parser)
1797 (defun mh-checksum-choose ()
1798 "Check if a program to create a checksum is present."
1799 (unless (boundp 'mh-checksum-cmd)
1800 (let ((exec-path (append '("/sbin" "/usr/sbin") exec-path)))
1801 (cond ((executable-find "md5sum")
1802 (setq mh-checksum-cmd (list (executable-find "md5sum")))
1803 (setq mh-checksum-parser #'mh-md5sum-parser))
1804 ((executable-find "openssl")
1805 (setq mh-checksum-cmd (list (executable-find "openssl") "md5"))
1806 (setq mh-checksum-parser #'mh-openssl-parser))
1807 ((executable-find "md5")
1808 (setq mh-checksum-cmd (list (executable-find "md5")))
1809 (setq mh-checksum-parser #'mh-md5-parser))
1810 (t (error "No suitable checksum program"))))))
1812 (defun mh-md5sum-parser ()
1813 "Parse md5sum output."
1814 (let ((begin (mh-line-beginning-position))
1815 (end (mh-line-end-position))
1816 first-space last-slash)
1817 (setq first-space (search-forward " " end t))
1818 (goto-char end)
1819 (setq last-slash (search-backward "/" begin t))
1820 (cond ((and first-space last-slash)
1821 (cons (string-to-number (buffer-substring-no-properties
1822 (1+ last-slash) end))
1823 (buffer-substring-no-properties begin (1- first-space))))
1824 (t (cons nil nil)))))
1826 (defun mh-openssl-parser ()
1827 "Parse openssl output."
1828 (let ((begin (mh-line-beginning-position))
1829 (end (mh-line-end-position))
1830 last-space last-slash)
1831 (goto-char end)
1832 (setq last-space (search-backward " " begin t))
1833 (setq last-slash (search-backward "/" begin t))
1834 (cond ((and last-slash last-space)
1835 (cons (string-to-number (buffer-substring-no-properties
1836 (1+ last-slash) (1- last-space)))
1837 (buffer-substring-no-properties (1+ last-space) end))))))
1839 (defalias 'mh-md5-parser 'mh-openssl-parser)
1841 ;;;###mh-autoload
1842 (defun mh-index-update-maps (folder &optional origin-map)
1843 "Annotate all as yet unannotated messages in FOLDER with their MD5 hash.
1844 As a side effect msg -> checksum map is updated. Optional
1845 argument ORIGIN-MAP is a hashtable which maps each message in the
1846 index folder to the original folder and message from whence it
1847 was copied. If present the checksum -> (origin-folder,
1848 origin-index) map is updated too."
1849 (clrhash mh-index-msg-checksum-map)
1850 (save-excursion
1851 ;; Clear temp buffer
1852 (set-buffer (get-buffer-create mh-temp-checksum-buffer))
1853 (erase-buffer)
1854 ;; Run scan to check if any messages needs MD5 annotations at all
1855 (with-temp-buffer
1856 (mh-exec-cmd-output mh-scan-prog nil "-width" "80"
1857 "-format" "%(msg)\n%{x-mhe-checksum}\n"
1858 folder "all")
1859 (goto-char (point-min))
1860 (let (msg checksum)
1861 (while (not (eobp))
1862 (setq msg (buffer-substring-no-properties
1863 (point) (mh-line-end-position)))
1864 (forward-line)
1865 (save-excursion
1866 (cond ((not (string-match "^[0-9]*$" msg)))
1867 ((eolp)
1868 ;; need to compute checksum
1869 (set-buffer mh-temp-checksum-buffer)
1870 (insert mh-user-path (substring folder 1) "/" msg "\n"))
1872 ;; update maps
1873 (setq checksum (buffer-substring-no-properties
1874 (point) (mh-line-end-position)))
1875 (let ((msg (string-to-number msg)))
1876 (set-buffer folder)
1877 (mh-index-update-single-msg msg checksum origin-map)))))
1878 (forward-line))))
1879 ;; Run checksum program if needed
1880 (unless (and (eobp) (bobp))
1881 (apply #'mh-xargs mh-checksum-cmd)
1882 (goto-char (point-min))
1883 (while (not (eobp))
1884 (let* ((intermediate (funcall mh-checksum-parser))
1885 (msg (car intermediate))
1886 (checksum (cdr intermediate)))
1887 (when msg
1888 ;; annotate
1889 (mh-exec-cmd "anno" folder msg "-component" "X-MHE-Checksum"
1890 "-nodate" "-text" checksum "-inplace")
1891 ;; update maps
1892 (save-excursion
1893 (set-buffer folder)
1894 (mh-index-update-single-msg msg checksum origin-map)))
1895 (forward-line)))))
1896 (mh-index-write-data))
1898 (defun mh-index-update-single-msg (msg checksum origin-map)
1899 "Update various maps for one message.
1900 MSG is a index folder message, CHECKSUM its MD5 hash and
1901 ORIGIN-MAP, if non-nil, a hashtable containing which maps each
1902 message in the index folder to the folder and message that it was
1903 copied from. The function updates the hash tables
1904 `mh-index-msg-checksum-map' and `mh-index-checksum-origin-map'.
1906 This function should only be called in the appropriate index
1907 folder buffer."
1908 (cond ((and origin-map (gethash checksum mh-index-checksum-origin-map))
1909 (let* ((intermediate (gethash msg origin-map))
1910 (ofolder (car intermediate))
1911 (omsg (cdr intermediate)))
1912 ;; This is most probably a duplicate. So eliminate it.
1913 (call-process "rm" nil nil nil
1914 (format "%s%s/%s" mh-user-path
1915 (substring mh-current-folder 1) msg))
1916 (when (gethash ofolder mh-index-data)
1917 (remhash omsg (gethash ofolder mh-index-data)))))
1919 (setf (gethash msg mh-index-msg-checksum-map) checksum)
1920 (when origin-map
1921 (setf (gethash checksum mh-index-checksum-origin-map)
1922 (gethash msg origin-map))))))
1924 (provide 'mh-search)
1926 ;; Local Variables:
1927 ;; indent-tabs-mode: nil
1928 ;; sentence-end-double-space: nil
1929 ;; End:
1931 ;; arch-tag: 607762ad-0dff-4fe1-a27e-6c0dde0dcc47
1932 ;;; mh-search ends here