[PATCH 1/2] lib: add NOTMUCH_STATUS_PATH_ERROR

2015-06-11 Thread Tomi Ollila
On Wed, Jun 10 2015, David Bremner wrote: > The difference with FILE_ERROR is that this is for things that are > wrong with the path before looking at the disk. > > Add some 3 tests; two broken as a reminder to actually use this new > code. > --- Series looks good, tests pass. Tomi > lib/dat

Understanding the "replied" tag

2015-06-11 Thread Suvayu Ali
On Thu, Jun 11, 2015 at 01:25:44PM -0400, Xu Wang wrote: > > I would really like to know if a message has been replied to (e.g. > using a certain message id). It seems that all I need to do is check > for the "replied" tag. But often this tag is not there, even when > there has been a reply (I hav

Re: [PATCH 1/2] lib: add NOTMUCH_STATUS_PATH_ERROR

2015-06-11 Thread David Bremner
Tomi Ollila writes: > > Series looks good, tests pass. > > Tomi > Pushed to master. d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Understanding the "replied" tag

2015-06-11 Thread Jani Nikula
On Thu, 11 Jun 2015, Xu Wang wrote: > Dear all, > > First, I am extremely excited to be a part of this list now. notmuch > has really helped me. Thank you go all individuals working to improve > it and to help others to know how to use it. > > I would really like to know if a message has been repl

Syntactic sugar for range syntax

2015-06-11 Thread Jani Nikula
On Wed, 10 Jun 2015, Robert Künnemann wrote: > I've been using notmuch for about a year now (using mutt-kz) and I am > very happy with it. I have, however, a small suggestion about the range > syntax in search queries. Often, I am looking for emails that have > occurred, say, in the last week. Th

Understanding the "replied" tag

2015-06-11 Thread Xu Wang
On Thu, Jun 11, 2015 at 2:25 PM, Jani Nikula wrote: > On Thu, 11 Jun 2015, Xu Wang wrote: >> Dear all, >> >> First, I am extremely excited to be a part of this list now. notmuch >> has really helped me. Thank you go all individuals working to improve >> it and to help others to know how to use it

Re: Understanding the "replied" tag

2015-06-11 Thread Suvayu Ali
On Thu, Jun 11, 2015 at 01:25:44PM -0400, Xu Wang wrote: > > I would really like to know if a message has been replied to (e.g. > using a certain message id). It seems that all I need to do is check > for the "replied" tag. But often this tag is not there, even when > there has been a reply (I hav

Understanding the "replied" tag

2015-06-11 Thread Xu Wang
Dear all, First, I am extremely excited to be a part of this list now. notmuch has really helped me. Thank you go all individuals working to improve it and to help others to know how to use it. I would really like to know if a message has been replied to (e.g. using a certain message id). It seem

Re: [PATCH 1/2] lib: add NOTMUCH_STATUS_PATH_ERROR

2015-06-11 Thread Tomi Ollila
On Wed, Jun 10 2015, David Bremner wrote: > The difference with FILE_ERROR is that this is for things that are > wrong with the path before looking at the disk. > > Add some 3 tests; two broken as a reminder to actually use this new > code. > --- Series looks good, tests pass. Tomi > lib/dat

Re: Understanding the "replied" tag

2015-06-11 Thread Jani Nikula
On Thu, 11 Jun 2015, Xu Wang wrote: > Dear all, > > First, I am extremely excited to be a part of this list now. notmuch > has really helped me. Thank you go all individuals working to improve > it and to help others to know how to use it. > > I would really like to know if a message has been repl

Understanding the "replied" tag

2015-06-11 Thread Xu Wang
Dear all, First, I am extremely excited to be a part of this list now. notmuch has really helped me. Thank you go all individuals working to improve it and to help others to know how to use it. I would really like to know if a message has been replied to (e.g. using a certain message id). It seem

Re: Syntactic sugar for range syntax

2015-06-11 Thread Jani Nikula
On Wed, 10 Jun 2015, Robert Künnemann wrote: > I've been using notmuch for about a year now (using mutt-kz) and I am > very happy with it. I have, however, a small suggestion about the range > syntax in search queries. Often, I am looking for emails that have > occurred, say, in the last week. The

Syntactic sugar for range syntax

2015-06-11 Thread Robert Künnemann
Hi everyone, I've been using notmuch for about a year now (using mutt-kz) and I am very happy with it. I have, however, a small suggestion about the range syntax in search queries. Often, I am looking for emails that have occurred, say, in the last week. The query has the following form: date:to

post-tag hook?

2015-06-11 Thread Daniel Schoepe
Hi, for what it's worth, you can simulate a post-tag hook in a somewhat ugly way by putting a script called "notmuch" in front of the notmuch binary in your PATH. The script can then call the original notmuch binary as usual, inspect the first argument, and, if it's "tag", invoke your script after

ANNOUNCE: muchsync 1 - share notmuch DB across machines

2015-06-11 Thread David Mazieres
I've just released a new version of muchsync, the tool for replicating your notmuch database on multiple machines. The source release is available at: http://www.muchsync.org/src/muchsync-1.tar.gz The new version fixes a bug that incorrectly synchronized tags containing '%' characters.