projects
/
mymail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2831f08
)
Added the exclusion rule to recentf-exclude.
author
Francois Fleuret
<francois@fleuret.org>
Sun, 3 Feb 2013 20:59:32 +0000
(21:59 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Sun, 3 Feb 2013 20:59:32 +0000
(21:59 +0100)
mymail-vm.el
patch
|
blob
|
history
diff --git
a/mymail-vm.el
b/mymail-vm.el
index
b3d4357
..
d5d7f4e
100644
(file)
--- 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 <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)