]> git.donarmstrong.com Git - mail.git/blobdiff - .muttrc
allow remmeber mail to be called in pager too
[mail.git] / .muttrc
diff --git a/.muttrc b/.muttrc
index 993398d5ab9b652cc846f8f973ebcfe59608106b..fbe02cb20c7c6ad715178b0ec19f4f6f52571aa0 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -517,3 +517,7 @@ mailboxes +0_ldo_role
 mailboxes +oftc
 mailboxes `for file in ~/Mail/lists/*; do echo -n "+lists/$(basename $file) "; done`
 mailboxes `for file in ~/Mail/bugs/*; do echo -n "+bugs/$(basename $file) "; done`
+
+# integration with org mode
+macro index \eR "|~/bin/remember_mail\n"
+macro pager \eR "|~/bin/remember-mail\n"