]> rtime.felk.cvut.cz Git - notmuch.git/commit
emacs: address completion, allow sender/recipient and filters master
authorMark Walters <markwalters1009@gmail.com>
Wed, 18 May 2016 08:06:53 +0000 (09:06 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 18 May 2016 12:22:12 +0000 (14:22 +0200)
commitf1c2dd223006336385407ff9199f3d4589fe6345
treea5cf615f25cad3b5e3749e1d708362197d4d101e
parent1aa6f90a10794951365626830e8ebf29cf3736c8
emacs: address completion, allow sender/recipient and filters

This commit lets the user customize the address completion. It makes
two changes.

The first change controls whether to build the address completion list
based on messages you have sent or you have received (the latter is
much faster).

The second change add a possible filter query to limit the messages
used -- for example, setting this to date:1y..  would limit the
address completions to addresses used in the last year. This speeds up
the address harvest and may also make the search less cluttered as old
addresses may well no longer be valid.
emacs/notmuch-address.el
emacs/notmuch-company.el