-
-
Notifications
You must be signed in to change notification settings - Fork 65
Address completion
Gaute Hope edited this page Feb 13, 2018
·
9 revisions
vim-notmuch-address can be used to get address completion for the vim editor.
If you use mucomplete, the following settings should give you automatic completion:
au FileType mail setlocal completeopt=menuone,noselect,noinsert
let g:mucomplete#chains.mail = [ 'user', 'ulti' ]
Since notmuch 0.22, you can also have address completion directly in emacs (press Tab on the "To:" line) when editing an email in notmuch-message-mode
.
sublime-notmuch-address copying the vim
version above to work in Sublime Text 3.