unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* Re: nevermore
@ 2014-07-16 14:51 Trevor Jim
  2014-07-29 16:57 ` nevermore Michal Sojka
  0 siblings, 1 reply; 9+ messages in thread
From: Trevor Jim @ 2014-07-16 14:51 UTC (permalink / raw)
  To: David Bremner; +Cc: notmuch

[-- Attachment #1: Type: text/plain, Size: 1626 bytes --]

If you would like to incorporate things into the main branch, that would be great. Here's what I think the status is:

The asynchronous mail address harvesting works pretty well. Much better than having to install python etc. It would be better to also update the addresses when sending mail.

I imagine many people want to use something other than company-mode, though. Probably needs testing for other completion systems.

The incremental search works well for me, but I think it needs testing on larger maildirs. Notmuch as it exists today does not seem to have incremental search in mind. For example, I have to kill and start a new process each time the search term changes (potentially on each keystroke).

My async parsing is noticeably faster than notmuch.el, so you might want to incorporate some of its ideas, regardless of whether you take incremental search.

One complication of the incremental search code is that I like to query based on messages rather than threads. Both are actually useful, but I'm happier with messages. (For one thing, it should be much faster.) Notmuch, of course, is thread-focused.

For message-based search, --output=summary is not appropriate, even if the query is a message-id; the result includes, for example, tags that appear only in other messages in the thread. So I have been forced to use notmuch show --body=false instead. This precludes other useful options of notmuch search, e.g., --sort. Anyway, the incremental search code has some complications for this. I'd love for notmuch search to have a --output=message-summary option to avoid this.

-Trevor


[-- Attachment #2.1: Type: text/html, Size: 1692 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: [PATCH RFC] Emacs: Add address completion mechanism implemented in elisp
@ 2014-07-30 22:16 Trevor Jim
  2014-07-31  7:04 ` Michal Sojka
  0 siblings, 1 reply; 9+ messages in thread
From: Trevor Jim @ 2014-07-30 22:16 UTC (permalink / raw)
  To: Michal Sojka; +Cc: notmuch

[-- Attachment #1: Type: text/plain, Size: 104 bytes --]

BTW I have been refactoring my async process code. You might consider it for your patch.
-Trevor


[-- Attachment #2.1: Type: text/html, Size: 145 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-08-11 14:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 14:51 nevermore Trevor Jim
2014-07-29 16:57 ` nevermore Michal Sojka
2014-07-29 16:57   ` [PATCH RFC] Emacs: Add address completion mechanism implemented in elisp Michal Sojka
2014-07-30  1:20     ` David Bremner
2014-07-30 20:41       ` Michal Sojka
2014-07-31 23:44     ` David Bremner
2014-08-11 14:31       ` Michal Sojka
  -- strict thread matches above, loose matches on Subject: below --
2014-07-30 22:16 Trevor Jim
2014-07-31  7:04 ` Michal Sojka

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).