]> git.cworth.org Git - notmuch-wiki/commitdiff
update documentation for akonadi address completion
authorMaximilian Mehnert <maximilian.mehnert@gmx.de>
Tue, 30 Sep 2014 18:07:37 +0000 (20:07 +0200)
committerMaximilian Mehnert <maximilian.mehnert@gmx.de>
Tue, 30 Sep 2014 18:07:37 +0000 (20:07 +0200)
emacstips.mdwn

index 3f217febaee30b195ef930479e01e452be4112d3..cd918bd6e63d744ba6a467cb870c6c2ee10f5e98 100644 (file)
@@ -486,18 +486,13 @@ Enter the cloned repository and create a build directory:
         cd build
         cmake ..; make;
 
-You will find the akonadimailsearch binary in the build/src directory.
-Create a ~/bin/akonadimailsearch.sh file with the following content and make it executable:
-(Adjust the path for the akonadimailsearch binary.)
+You will find the akonadimailsearch binary in the build/src directory. Copy it to ~/bin .
 
-        #!/bin/sh
-        akonadimailsearch "$@" 2>/dev/null
-
-As described above, you can now add the following settings to your
+You can now add the following settings to your
 [notmuch init file](#notmuch_init_file):
 
         (require 'notmuch-address)
-        (setq notmuch-address-command "~/bin/akonadimailsearch.sh")
+        (setq notmuch-address-command "~/bin/akonadimailsearch")
         (notmuch-address-message-insinuate)
 
 ### Completion selection with helm