[PATCH v2 12/12] lib: Remove unnecessary thread linking steps when using ghost messages

2014-10-21 Thread Austin Clements
Quoth Mark Walters on Oct 22 at 12:17 am: > On Tue, 07 Oct 2014, Austin Clements wrote: > > From: Austin Clements > > > > Previously, it was necessary to link new messages to children to work > > around some (though not all) problems with the old metadata-based > > approach to stored thread IDs.

[PATCH v2 08/12] lib: Implement ghost-based thread linking

2014-10-21 Thread Austin Clements
Quoth Mark Walters on Oct 22 at 12:10 am: > On Tue, 07 Oct 2014, Austin Clements wrote: > > From: Austin Clements > > > > This updates the thread linking code to use ghost messages instead of > > user metadata to link messages into threads. > > > > In contrast with the old approach, this is

[PATCH v2 07/12] lib: Internal support for querying and creating ghost messages

2014-10-21 Thread Austin Clements
Quoth Mark Walters on Oct 22 at 12:05 am: > > Hi > > I am slowly working my way through this series: only two trivial queries > so far. > > On Tue, 07 Oct 2014, Austin Clements wrote: > > From: Austin Clements > > > > This updates the message abstraction to support ghost messages: it > >

[PATCH] VIM: Add URI handling

2014-10-21 Thread Tomi Ollila
On Mon, Oct 20 2014, Franz Fellner wrote: >> this commit message. > MsgID was just a short name for message-id, and I am used to CamelCase... > > VIM: Add support to open messages specified by their message-id in > notmuch-show. Perhaps something like: vim: add support to open id: links(*)

Looking for the perfect mail client

2014-10-21 Thread Suvayu Ali
Hi, On Tue, Oct 21, 2014 at 12:42:39PM +0200, Simon Chopin wrote: > Quoting Sepp Tannhuber (2014-10-21 12:02:37) > > > - which doesn't need a mouse > > - which is fast > > That last point is my main problem with alot. There are some algorithms > within the widgets that seem unobviously slow to

Looking for the perfect mail client

2014-10-21 Thread Simon Chopin
Hi Sepp, Quoting Sepp Tannhuber (2014-10-21 12:02:37) > Dear all, > > I'm wondering whether there's a notmuch mail client > - with a handling similar to alot > - which is capable to show html content without html2ascii conversion > - which can use vim as editor > - which doesn't need a web

performance-test/README gpg key outdated?

2014-10-21 Thread David Bremner
Gaute Hope writes: > Hi, > > seems like the info about the gpg key for David Bremner is outdated in > the file performance-test/README (fingerprint does not match). At least > there exists a newer key at pgp.mit.edu, am I being scammed? I have multiple keys, but the older one has not yet been

Looking for the perfect mail client

2014-10-21 Thread Gaute Hope
Excerpts from Sepp Tannhuber's message of October 21, 2014 12:02: > Dear all, > > I'm wondering whether there's a notmuch mail client > - with a handling similar to alot > - which is capable to show html content without html2ascii conversion > - which can use vim as editor > - which doesn't need a

Looking for the perfect mail client

2014-10-21 Thread Sepp Tannhuber
Dear all, I'm wondering whether there's a notmuch mail client - with a handling similar to alot - which is capable to show html content without html2ascii conversion - which can use vim as editor - which doesn't need a web browser - which doesn't need a mouse - which is fast In principle, alot

[PATCH] VIM: Make starting in 'insert' mode for compose optional

2014-10-21 Thread David Bremner
Ian Main writes: > This adds a variable to make starting in insert mode optional when > composing and replying to emails. I found it unusual to be started in > insert mode so I thought I'd make it optional as others may find this as > well. pushed, d

[PATCH v2] VIM: Use notmuch CLI for config

2014-10-21 Thread David Bremner
Ian Main writes: > This patch switches from reading .notmuch-config directly to using > the CLI the same way that emacs does it. It actually uses less code > and is probably less error prone. pushed d

performance-test/README gpg key outdated?

2014-10-21 Thread Gaute Hope
Hi, seems like the info about the gpg key for David Bremner is outdated in the file performance-test/README (fingerprint does not match). At least there exists a newer key at pgp.mit.edu, am I being scammed? Cheers, Gaute

Re: [PATCH v2] VIM: Use notmuch CLI for config

2014-10-21 Thread David Bremner
Ian Main im...@stemwinder.org writes: This patch switches from reading .notmuch-config directly to using the CLI the same way that emacs does it. It actually uses less code and is probably less error prone. pushed d ___ notmuch mailing list

Re: [PATCH] VIM: Make starting in 'insert' mode for compose optional

2014-10-21 Thread David Bremner
Ian Main im...@stemwinder.org writes: This adds a variable to make starting in insert mode optional when composing and replying to emails. I found it unusual to be started in insert mode so I thought I'd make it optional as others may find this as well. pushed, d

Re: performance-test/README gpg key outdated?

2014-10-21 Thread David Bremner
Gaute Hope e...@gaute.vetsj.com writes: Hi, seems like the info about the gpg key for David Bremner is outdated in the file performance-test/README (fingerprint does not match). At least there exists a newer key at pgp.mit.edu, am I being scammed? I have multiple keys, but the older one has

Looking for the perfect mail client

2014-10-21 Thread Sepp Tannhuber
Dear all, I'm wondering whether there's a notmuch mail client - with a handling similar to alot - which is capable to show html content without html2ascii conversion - which can use vim as editor - which doesn't need a web browser - which doesn't need a mouse - which is fast In principle, alot

Re: Looking for the perfect mail client

2014-10-21 Thread Simon Chopin
Hi Sepp, Quoting Sepp Tannhuber (2014-10-21 12:02:37) Dear all, I'm wondering whether there's a notmuch mail client - with a handling similar to alot - which is capable to show html content without html2ascii conversion - which can use vim as editor - which doesn't need a web browser You

Re: Looking for the perfect mail client

2014-10-21 Thread Gaute Hope
Excerpts from Sepp Tannhuber's message of October 21, 2014 12:02: Dear all, I'm wondering whether there's a notmuch mail client - with a handling similar to alot - which is capable to show html content without html2ascii conversion - which can use vim as editor - which doesn't need a web

Re: Looking for the perfect mail client

2014-10-21 Thread Suvayu Ali
Hi, On Tue, Oct 21, 2014 at 12:42:39PM +0200, Simon Chopin wrote: Quoting Sepp Tannhuber (2014-10-21 12:02:37) - which doesn't need a mouse - which is fast That last point is my main problem with alot. There are some algorithms within the widgets that seem unobviously slow to me.

Re: [PATCH] VIM: Add URI handling

2014-10-21 Thread Tomi Ollila
On Mon, Oct 20 2014, Franz Fellner alpine.art...@gmail.com wrote: this commit message. MsgID was just a short name for message-id, and I am used to CamelCase... VIM: Add support to open messages specified by their message-id in notmuch-show. Perhaps something like: vim: add support to open

Re: [PATCH v2 07/12] lib: Internal support for querying and creating ghost messages

2014-10-21 Thread Mark Walters
Hi I am slowly working my way through this series: only two trivial queries so far. On Tue, 07 Oct 2014, Austin Clements acleme...@csail.mit.edu wrote: From: Austin Clements amdra...@mit.edu This updates the message abstraction to support ghost messages: it adds a message flag that

Re: [PATCH v2 08/12] lib: Implement ghost-based thread linking

2014-10-21 Thread Mark Walters
On Tue, 07 Oct 2014, Austin Clements acleme...@csail.mit.edu wrote: From: Austin Clements amdra...@mit.edu This updates the thread linking code to use ghost messages instead of user metadata to link messages into threads. In contrast with the old approach, this is actually correct.

Re: [PATCH v2 12/12] lib: Remove unnecessary thread linking steps when using ghost messages

2014-10-21 Thread Mark Walters
On Tue, 07 Oct 2014, Austin Clements acleme...@csail.mit.edu wrote: From: Austin Clements amdra...@mit.edu Previously, it was necessary to link new messages to children to work around some (though not all) problems with the old metadata-based approach to stored thread IDs. With ghost

Re: [PATCH 00/12] Add ghost messages and fix thread linking

2014-10-21 Thread Mark Walters
On Tue, 07 Oct 2014, Austin Clements acleme...@csail.mit.edu wrote: This is v2 of the id:1412345958-8278-1-git-send-email-acleme...@csail.mit.edu. This adds some comments and clarifies some code as suggested by David. Patch 6 is new in v2 and adds some bit-twiddling macros for clarity and

Re: [PATCH v2 08/12] lib: Implement ghost-based thread linking

2014-10-21 Thread Austin Clements
Quoth Mark Walters on Oct 22 at 12:10 am: On Tue, 07 Oct 2014, Austin Clements acleme...@csail.mit.edu wrote: From: Austin Clements amdra...@mit.edu This updates the thread linking code to use ghost messages instead of user metadata to link messages into threads. In contrast with the

Re: [PATCH v2 12/12] lib: Remove unnecessary thread linking steps when using ghost messages

2014-10-21 Thread Austin Clements
Quoth Mark Walters on Oct 22 at 12:17 am: On Tue, 07 Oct 2014, Austin Clements acleme...@csail.mit.edu wrote: From: Austin Clements amdra...@mit.edu Previously, it was necessary to link new messages to children to work around some (though not all) problems with the old metadata-based