summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2009-04-20 13:55:00 +0200
committerHugues Hiegel <hugues@hiegel.fr>2009-04-20 13:55:00 +0200
commit93ea84c9c312093dd7754d4e878ebe51e2109a8a (patch)
treebd0cd110b7e872db11fb93504a3016a4cbb43bcb
parentaaa74cfe5b023448f3195cf956ec0c566ab9cf72 (diff)
[Keys] sweethome : 'mails' only for users who have a ~/.procmail/
-rw-r--r--net:sweethome/host:paranoid/user:hugues/KeyBindings.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net:sweethome/host:paranoid/user:hugues/KeyBindings.zsh b/net:sweethome/host:paranoid/user:hugues/KeyBindings.zsh
index 64f746e..3eb2808 100644
--- a/net:sweethome/host:paranoid/user:hugues/KeyBindings.zsh
+++ b/net:sweethome/host:paranoid/user:hugues/KeyBindings.zsh
@@ -1 +1 @@
-bindkey -s 'm' 'Q mails\n'
+[ -d ~$USER/.procmail ] && bindkey -s 'm' 'Q mails\n'