aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/macros.rc
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-09-12 00:33:52 +0200
committerDavid Runge <dave@sleepmap.de>2015-09-12 00:33:52 +0200
commitcb713d9b3bf59ca2463e714e9cbbc9898d91b185 (patch)
tree2bdb2b57ca94a5bbb16957bab4ceea95ed2b3d91 /.mutt/macros.rc
parentb765df4ad9d8ac2d00821da2190065ba43f2e78c (diff)
downloaddotfiles-cb713d9b3bf59ca2463e714e9cbbc9898d91b185.tar.gz
dotfiles-cb713d9b3bf59ca2463e714e9cbbc9898d91b185.tar.bz2
dotfiles-cb713d9b3bf59ca2463e714e9cbbc9898d91b185.tar.xz
dotfiles-cb713d9b3bf59ca2463e714e9cbbc9898d91b185.zip
Externalizing all settings to separate files.
Diffstat (limited to '.mutt/macros.rc')
-rw-r--r--.mutt/macros.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.mutt/macros.rc b/.mutt/macros.rc
new file mode 100644
index 0000000..3b35e1c
--- /dev/null
+++ b/.mutt/macros.rc
@@ -0,0 +1,10 @@
+
+# source folder settings and enter folder
+macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/dave@sleepmap.de.rc<enter><change-folder>!<enter>'
+macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/david.runge@campus.tu-berlin.de.rc<enter><change-folder>!<enter>'
+macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.mutt/dave@c-base.org.rc<enter><change-folder>!<enter>'
+
+# adding e-mail addresses to khard address book
+macro index,pager A \
+ "<pipe-message>khard add-email<return>" \
+ "add the sender email address to khard"