aboutsummaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc12
1 files changed, 10 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index 74cbf87..16537b4 100644
--- a/muttrc
+++ b/muttrc
@@ -2,8 +2,8 @@
source ~/.mutt/crypto.rc
#Load aliases
-set alias_file=$HOME/.mutt/aliases.txt
-source $alias_file
+#set alias_file=$HOME/.mutt/aliases.txt
+#source $alias_file
#Offline Imap config
@@ -35,6 +35,14 @@ macro index D \
set from = "v@skozl.com"
set realname = "Vasil Zlatanov"
+# Save contact to CardDav
+macro index,pager A "<pipe-message>pycard-import<enter>" "add sender address to pycardsyncer"
+
+# Load from CardDav
+set query_command="pc_query -m '%s'"
+
+
+
# Change the following line to a different editor you prefer.
set editor = "vim"