diff options
| author | Maximilian Mehnert <maximilian.mehnert@gmx.de> | 2014-09-30 20:07:37 +0200 |
|---|---|---|
| committer | Maximilian Mehnert <maximilian.mehnert@gmx.de> | 2014-09-30 20:07:37 +0200 |
| commit | acf314384388e1601754db3823b1b45191f9fa1e (patch) | |
| tree | b870695ac92c3a0d7155b30c9a42068fb1c1eff6 | |
| parent | 4d8eabd655775484081a3f270f53f6b94b34404b (diff) | |
update documentation for akonadi address completion
| -rw-r--r-- | emacstips.mdwn | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 3f217fe..cd918bd 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -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 |
