GNU bug report logs -
#53877
29.0.50; [PATCH] async Gnus/nnml
Previous Next
Full log
View this message in rfc822 format
Manuel Giraud <manuel <at> ledu-giraud.fr> writes:
> -(defcustom mail-source-crash-box "~/.emacs-mail-crash-box"
> - "File where mail will be stored while processing it."
> +(defcustom mail-source-crash-box-prefix "~/.emacs-mail-crash-box-"
> + "Prefix of files where mail will be stored while processing it."
> :type 'file)
Is the point here that we want to have several mail-source-fetchers
going in parallel?
> +(defun mail-source-existing-crash-boxes ()
> + (let ((directory (file-name-directory mail-source-crash-box-prefix))
> + (partial (file-name-nondirectory mail-source-crash-box-prefix)))
> + (mapcar #'(lambda (name) (file-name-concat directory name))
> + (file-name-all-completions partial directory))))
`directory-files' takes a MATCH parameter, and is the way to get
matches -- not the completion machinery.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 2 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.