Re: [PATCH] emacs: address completion, allow sender/recipient and filters

2016-05-19 Thread Tomi Ollila
On Wed, May 18 2016, Michal Sojka wrote: > On Wed, May 18 2016, Mark Walters wrote: >> This commit lets the user customize the address completion. It makes >> two changes. > > Thanks Mark, now it LGTM. > > I configured my address completion to be based on received emails and > I'm surprised how m

Re: [PATCH] emacs: address completion, allow sender/recipient and filters

2016-05-18 Thread Michal Sojka
On Wed, May 18 2016, Mark Walters wrote: > This commit lets the user customize the address completion. It makes > two changes. Thanks Mark, now it LGTM. I configured my address completion to be based on received emails and I'm surprised how many variations of my email address is used by spammers

[PATCH] emacs: address completion, allow sender/recipient and filters

2016-05-18 Thread Mark Walters
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 mes

Re: [PATCH] emacs: address completion, allow sender/recipient and filters

2015-12-28 Thread Michal Sojka
Hi Mark, I tried this patch. When I set the variable to 'received, first completion candidates are generated incorrectly. The query looked as "(to:sojk...@fel.cvut.cz) and (to:prefix*)". It should be "... (from:prefix*)". This "to:" comes from notmuch-address-options or from notmuch-company so the

[PATCH] emacs: address completion, allow sender/recipient and filters

2015-12-20 Thread Mark Walters
This commit lets the user customize the address completion. 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 exam