From 754eb2338ef31aad4d070fadc4ec2df037c15cf2 Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 19 Jun 2012 08:07:30 +0300 Subject: [PATCH] * mu4e.texi: update example for the new mu4e-read-option syntax --- emacs/mu4e.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/emacs/mu4e.texi b/emacs/mu4e.texi index 5135a118..ec2420ed 100644 --- a/emacs/mu4e.texi +++ b/emacs/mu4e.texi @@ -1595,13 +1595,14 @@ view). To enable this, add to your configuration something like: @lisp (setq mu4e-org-contacts-file ) (add-to-list 'mu4e-headers-actions - '("org-contact-add" ?o mu4e-action-add-org-contact) t) + '("org-contact-add" . mu4e-action-add-org-contact) t) (add-to-list 'mu4e-view-actions - '("org-contact-add" ?o mu4e-action-add-org-contact) t) + '("org-contact-add" . mu4e-action-add-org-contact) t) @end lisp After this, you should be able to add contacts using @key{a o} in the headers -view and the message view, using the @t{org-capture} mechanism. +view and the message view, using the @t{org-capture} mechanism. Note, the +@key{o} is because of the first character of @t{org-contact-add}. @node Getting new mail notifications with Sauron @section Getting new mail notifications with Sauron