From: Francois Fleuret Date: Sun, 3 Feb 2013 20:59:32 +0000 (+0100) Subject: Added the exclusion rule to recentf-exclude. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=e3449c3c9372d3daf48f6e162a4d66dc2dae9f2f Added the exclusion rule to recentf-exclude. --- diff --git a/mymail-vm.el b/mymail-vm.el index b3d4357..d5d7f4e 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -16,8 +16,11 @@ ;; You should have received a copy of the GNU General Public License ;; along with mymail. If not, see . +(add-to-list 'recentf-exclude "/tmp/mymail-vm-.*\.mbox") + (defun mymail/vm-visit-folder (param) - (interactive (list (read-string "mymail-vm search: " nil 'mymail-vm-history))) + (interactive + (list (read-string "mymail: " nil 'mymail-vm-history))) (let ((n 1) (mbox-name nil)