[notmuch] notmuch and imap [musing, no code :)]

2009-12-15 Thread David Bremner
Recent discussions on IRC (I forget with whom, sorry), brought me back to thinking about syncing notmuch with imap. In addition to the flags \Seen, \Answered, \Draft, \Deleted, and \Flagged, imap servers can optionally support user defined keywords (i.e. tags). At least courier and dovecot do. T

[notmuch] [patch] store folder information

2009-12-15 Thread Ruben Pollan
--- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091215/bff06cfc/attachment.pgp>

[notmuch] Threading

2009-12-15 Thread Marten Veldthuis
On Thu, 10 Dec 2009 13:30:13 -0800, Carl Worth wrote: > But I still have a hard time justifying user operations to manipulate > threading. The whole point of threading is to make it faster to process > and read messages. But manual operations like joining and splitting > threads seem like the user

[notmuch] [patch] store folder information

2009-12-15 Thread Marten Veldthuis
On Tue, 15 Dec 2009 13:16:35 +0100, Ruben Pollan wrote: > The patch works fine for me. I like it handles nicely the .foo.bar > directories > so I can do searches for "folder:foo" and for "folder:bar". > > Reviewed-by: Ruben Pollan Second that, and I actually think it's a nicer solution than

[notmuch] [patch] store folder information

2009-12-15 Thread Carl Worth
next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091215/ffdc862b/attachment.pgp>

[notmuch] wish: syncable/immutable threads

2009-12-15 Thread David Bremner
I write links to notmuch threads into my todo list in org-mode. I then try to visit these threads on a different machine, but of course that thread id doesn't exist there, since the database was reindexed and tags reimported. I don't know if it is in any way practical, but it would be nice from

[notmuch] notmuch and imap [musing, no code :)]

2009-12-15 Thread Alec Berryman
David Bremner on 2009-12-15 08:05:13 -0400: > Recent discussions on IRC (I forget with whom, sorry), brought me back > to thinking about syncing notmuch with imap. In addition to the flags > \Seen, \Answered, \Draft, \Deleted, and \Flagged, imap servers can > optionally support user defined keywo

[notmuch] wish: syncable/immutable threads

2009-12-15 Thread Carl Worth
only in the "match" field, which is used to determine which messages to open by default. -Carl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091215/6098642b/attachment.pgp>

[notmuch] notmuch and imap [musing, no code :)]

2009-12-15 Thread David Bremner
Recent discussions on IRC (I forget with whom, sorry), brought me back to thinking about syncing notmuch with imap. In addition to the flags \Seen, \Answered, \Draft, \Deleted, and \Flagged, imap servers can optionally support user defined keywords (i.e. tags). At least courier and dovecot do. T

Re: [notmuch] [patch] store folder information

2009-12-15 Thread Ruben Pollan
Some errors applying the patch: [mes...@blackspot:src/notmuch.orig]$ git apply ~/0001-Preseve-folder-information-when-indexing.patch /home/meskio/0001-Preseve-folder-information-when-indexing.patch:136: trailing whitespace. status = notmuch_database_add_message (notmuch, next, /

Re: [notmuch] Threading

2009-12-15 Thread Marten Veldthuis
On Thu, 10 Dec 2009 13:30:13 -0800, Carl Worth wrote: > But I still have a hard time justifying user operations to manipulate > threading. The whole point of threading is to make it faster to process > and read messages. But manual operations like joining and splitting > threads seem like the user

Re: [notmuch] [patch] store folder information

2009-12-15 Thread Marten Veldthuis
On Tue, 15 Dec 2009 13:16:35 +0100, Ruben Pollan wrote: > The patch works fine for me. I like it handles nicely the .foo.bar > directories > so I can do searches for "folder:foo" and for "folder:bar". > > Reviewed-by: Ruben Pollan Second that, and I actually think it's a nicer solution than a

Re: [notmuch] [patch] store folder information

2009-12-15 Thread Carl Worth
On Mon, 14 Dec 2009 14:21:50 -0500, Andreas Klöckner wrote: > I've patched notmuch to retain information on which folder emails are stored > in. This makes the transition from a folders-and-procmail model somewhat > easier. The resulting changes are attached. Very nice. I like this idea very m

[notmuch] wish: syncable/immutable threads

2009-12-15 Thread David Bremner
I write links to notmuch threads into my todo list in org-mode. I then try to visit these threads on a different machine, but of course that thread id doesn't exist there, since the database was reindexed and tags reimported. I don't know if it is in any way practical, but it would be nice from

Re: [notmuch] notmuch and imap [musing, no code :)]

2009-12-15 Thread Alec Berryman
David Bremner on 2009-12-15 08:05:13 -0400: > Recent discussions on IRC (I forget with whom, sorry), brought me back > to thinking about syncing notmuch with imap. In addition to the flags > \Seen, \Answered, \Draft, \Deleted, and \Flagged, imap servers can > optionally support user defined keywo