Re: [PATCH] lib: reword comment about XFOLDER: prefix

2016-08-19 Thread David Bremner
David Bremner writes: > I believe the current one is misleading, because in my experiments > Xapian did not add : when prefix and term were both upper case. Indeed, > it's hard to see how it could, because prefixes are added at a layer > above Xapian in our code. See _notmuch_message_add_term for

Re: [RFC PATCH] test: add devel/test-in-docker.sh

2016-08-19 Thread Tomi Ollila
On Wed, Aug 17 2016, Tomi Ollila wrote: > With this user can try and test notmuch in docker container, > in fixed environment where it should compile and tests should pass... > > Currently provided container environments are Debian 8.5 and > Ubuntu 16.04 based. Host OS could be any Linux environm

Re: [RFC PATCH] test: add devel/test-in-docker.sh

2016-08-19 Thread Philipp Ittershagen
Tomi Ollila writes: > On Wed, Aug 17 2016, Tomi Ollila wrote: > >> With this user can try and test notmuch in docker container, >> in fixed environment where it should compile and tests should pass... >> >> Currently provided container environments are Debian 8.5 and >> Ubuntu 16.04 based. Host

[feature request] emacs: use `notmuch insert` for FCC

2016-08-19 Thread Steven Allen
Instead of directly dropping messages into a maildir on FCC, it would be better to pipe to `notmuch insert --folder=$dir -- $tags`. This way, 1. The message is indexed immediately and shows up in searches without requiring a call to `notmuch new`. 2. It can be tagged. (unless I'm missing somethi

Re: [feature request] emacs: use `notmuch insert` for FCC

2016-08-19 Thread Tomi Ollila
On Sat, Aug 20 2016, Steven Allen wrote: > Instead of directly dropping messages into a maildir on FCC, it would be > better to pipe to `notmuch insert --folder=$dir -- $tags`. This way, > > 1. The message is indexed immediately and shows up in searches without > requiring a call to `notmuch new`

Re: [feature request] emacs: use `notmuch insert` for FCC

2016-08-19 Thread Steven Allen
Tomi Ollila writes: > IIRC SomeOne(™) is already doing that > > (™) Mark in patch series > id:1465599772-10297-1-git-send-email-markwalters1...@gmail.com Thanks! Sorry, user error. (I did search through the archives (pipermail) but completely failed to notice the patch series.) > PS: do we have

Re: [feature request] emacs: use `notmuch insert` for FCC

2016-08-19 Thread W. Trevor King
On Sat, Aug 20, 2016 at 02:14:38AM -0400, Steven Allen wrote: > Tomi Ollila writes: > > PS: do we have an alternative to mid.gmane.org for > > http://nmbug.tethera.net/status/ > > https://notmuchmail.org/pipermail/notmuch/? However, it's not > indexed by id. The Git folks seem to be transitionin