Added the exclusion rule to recentf-exclude.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 3 Feb 2013 20:59:32 +0000 (21:59 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 3 Feb 2013 20:59:32 +0000 (21:59 +0100)
mymail-vm.el

index b3d4357..d5d7f4e 100644 (file)
 ;; You should have received a copy of the GNU General Public License
 ;; along with mymail.  If not, see <http://www.gnu.org/licenses/>.
 
+(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)