aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-06-27 14:46:03 -0400
committerRyan Kavanagh <rak@debian.org>2013-06-27 14:46:03 -0400
commit167da8d221894ca7d5e28c9514baa72139505ce2 (patch)
tree50a04cd5d39c2e7e4d8f8c74129253ef10071ddb
parentBBDB configuration (diff)
Add a shortcut to mark threads as read in VM
Diffstat (limited to '')
-rw-r--r--.vm5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vm b/.vm
index ed396f5..bacd735 100644
--- a/.vm
+++ b/.vm
@@ -224,4 +224,9 @@
; prompt for signing
(add-hook 'vm-mail-send-hook 'vm-pgg-ask-hook t)
+;; shortcut to read theads
+(fset 'ryan-read-thread2
+ (lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ("MTMn.Mu\356" 0 "%d")) arg)))
+(global-set-key [3 18] 'ryan-read-thread2)
+
;; vim: set filetype=lisp: