summaryrefslogtreecommitdiff
path: root/lisp/mail/mh-utils.el
Commit message (Collapse)AuthorAgeFilesLines
* (mh-find-progs): Add directory `etc' toGerd Moellmann2000-01-301-1/+1
| | | | the list of directories scanned heuristically.
* Use new backquote syntax.Gerd Moellmann1999-11-151-17/+17
|
* (mh-find-path-run): New variable.Richard M. Stallman1999-08-011-2/+7
| | | | | | (mh-find-path): Test and set that. Set mail-user-agent only the first time this function is run. (mail-user-agent): Defvar deleted.
* (mh-find-progs): Try /etc/nmh and lib/nmh dirs.Richard M. Stallman1999-04-071-6/+4
|
* (mh-lib): Doc fix.Karl Heuer1999-03-011-31/+59
| | | | | | | | (mh-lib-progs, mh-nmh-p): New vars. (mh-find-progs): Set mh-lib-progs along with other vars. (mh-path-search): New arg FUNC-P; if specified, use that instead of mh-file-command-p. (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
* (mh-find-progs): Avoid WTA errorRichard M. Stallman1998-06-281-0/+2
| | | | when mh-progs is nil. Give a clear specific error message instead.
* (mh-make-folder-list-filter): store-match-data => set-match-data.Richard M. Stallman1998-03-141-1/+1
|
* Change eql calls to eq.Richard M. Stallman1997-07-231-7/+7
|
* (mh-make-folder-list-background):Richard M. Stallman1997-07-211-7/+8
| | | | | Don't call mh-find-path if we were called from there. (mh-find-path): Move mh-make-folder-list-background call to the end.
* (mh-find-path): Handle mh-auto-folder-collect here,Richard M. Stallman1997-07-211-7/+5
| | | | not when this file is loaded.
* (mh-file-command-p): New function.Richard M. Stallman1997-05-201-8/+13
| | | | | | | | (mh-path-search): Use that. (mh-find-progs): Don't check current directory unless explicitly requested. Don't set mh-progs or mh-lib if the programs are not found. Give an error message unless they are found.
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-121-19/+35
|
* (mh-find-progs): When looking for mh-lib, constructRichard M. Stallman1997-03-251-9/+16
| | | | likely paths based on mh-progs rather than using a static list.
* (mail-user-agent): Replaces mua-paradigm.Richard M. Stallman1996-06-281-3/+3
| | | | (mh-find-path): Set mail-user-agent.
* (mh-handle-process-error): Fix error format string.Karl Heuer1996-01-291-7/+7
|
* Update FSF's address.Erik Naggum1996-01-141-3/+4
|
* (mh-display-msg): Use kill-local-variableKarl Heuer1996-01-091-2/+2
| | | | to clear out write-contents-hooks.
* (mh-goto-msg): binary search (much faster!).Karl Heuer1995-11-031-57/+101
| | | | (mh-prompt-for-folder): error if regular file.
* (mh-set-mode-name): Use force-mode-line-update.Karl Heuer1995-04-251-4/+2
|
* Comment fixes.Karl Heuer1995-04-101-5/+5
|
* New version from authorKarl Heuer1995-04-091-123/+190
|
* (mh-progs, mh-lib): Move from mh-e.elRichard M. Stallman1994-04-131-45/+72
| | | | | | | | | | to mh-utils.el for Emacs 19.23, which doesn't define them in paths.el (mh-find-progs): Add paths for BSDI. Put local paths first so they override vendor paths. (with-mh-folder-updating): Optimize to keep buffer-file-name nil even while restoring modified-p status at end.
* entered into RCSRichard M. Stallman1994-03-151-0/+816