Re: [Patch v4] lib: regexp matching in 'subject' and 'from'

2017-01-25 Thread David Bremner
Tomi Ollila writes: > > Why would not mesasge_id not be useful to regex match. I can come up quite > a few use cases... but if there are techinal difficulties... then that > should be mentioned instead. I'll have a look. Since the first version of this patch (when that message was written), peop

Re: [PATCH] cli: don't call _entry_in_ignore_list twice in count files debug

2017-01-25 Thread Tomi Ollila
On Sat, Dec 17 2016, Jani Nikula wrote: > Split file ignores in count_files to fixed and user configured in > order to not have to call _entry_in_ignore_list twice when debugging > is enabled. Minor detail. > --- LGTM. Tomi > notmuch-new.c | 18 ++ > 1 file changed, 10 insert

Re: [PATCH] [EMACS] Adjust notmuch-crypto gpg call-process function

2017-01-25 Thread Tomi Ollila
On Wed, Jan 04 2017, John Byrnes wrote: > Hey Notmuchers, > > I'm running the latest NixOS and noticed that the system does not > install gpgv1 by default. This means that the only gpg binary available > is the gpg2 binary. > > I found that notmuch-crypto.el hardcodes the GnuPG binary as gpg. I

Re: [PATCH] cli/show: list all filenames of a message in the formatted output

2017-01-25 Thread Tomi Ollila
On Tue, Jan 10 2017, Jani Nikula wrote: > Instead of just having the first filename for the message, list all > duplicate filenames of the message as a list in the formatted > outputs. This bumps the format version to 3. Great stuff -- just now quite a few (~33) tests fail ;) > > --- > > I pres

Re: [Patch v4] lib: regexp matching in 'subject' and 'from'

2017-01-25 Thread Tomi Ollila
On Sat, Jan 21 2017, David Bremner wrote: > the idea is that you can run > > % notmuch search subject:// > % notmuch search from:// I like this interface. > > or > > % notmuch search subject:"your usual phrase search" > % notmuch search from:"usual phrase search" > > This should also work with

Re: Q: notmuch emacs, fcc, maildir, notmuch insert and message-kill-buffer-on-exit

2017-01-25 Thread Vishal Belsare
Vishal Belsare writes: > Mark Walters writes: > >> Hi >> >> I am not sure what the full problem is (I will try and have a better >> look later), but I think the main problem is that the sending mail part >> is returning an error. The "Sending...failed to" is coming from emacs, >> and I think the

Re: Q: notmuch emacs, fcc, maildir, notmuch insert and message-kill-buffer-on-exit

2017-01-25 Thread Vishal Belsare
Mark Walters writes: > Hi > > I am not sure what the full problem is (I will try and have a better > look later), but I think the main problem is that the sending mail part > is returning an error. The "Sending...failed to" is coming from emacs, > and I think the "mail for [ -oi -t > ] : send wa

Re: Q: notmuch emacs, fcc, maildir, notmuch insert and message-kill-buffer-on-exit

2017-01-25 Thread Vishal Belsare
David Bremner writes: > Vishal Belsare writes: > >> >> I get this message when doing 'C-c C-c' in a Notmuch Message >> buffer: >> "Sending via mail... >> message-send-mail-with-sendmail: Sending...failed to mail for [ -oi -t >> ] : send was successful; " > > That looks kindof like interleaved

Re: Q: notmuch emacs, fcc, maildir, notmuch insert and message-kill-buffer-on-exit

2017-01-25 Thread David Bremner
Vishal Belsare writes: > > The relevant section of my init file is below. > > --- > > (require 'notmuch) The other (generic) suggestion is to try with a very minimal configuration. AFAIK it should be enough to require notmuch and set sendmail-program. d _

Re: Q: notmuch emacs, fcc, maildir, notmuch insert and message-kill-buffer-on-exit

2017-01-25 Thread Mark Walters
Hi I am not sure what the full problem is (I will try and have a better look later), but I think the main problem is that the sending mail part is returning an error. The "Sending...failed to" is coming from emacs, and I think the "mail for [ -oi -t > ] : send was successful; " from msmtp/msmptq

Re: Q: notmuch emacs, fcc, maildir, notmuch insert and message-kill-buffer-on-exit

2017-01-25 Thread David Bremner
Vishal Belsare writes: > > I get this message when doing 'C-c C-c' in a Notmuch Message > buffer: > "Sending via mail... > message-send-mail-with-sendmail: Sending...failed to mail for [ -oi -t > ] : send was successful; " That looks kindof like interleaved output. Is that from *Messages* ? d

Q: notmuch emacs, fcc, maildir, notmuch insert and message-kill-buffer-on-exit

2017-01-25 Thread Vishal Belsare
I have the following setup:- * isync / mbsync to sync with Gmail's IMAP * notmuch to index/tag/search * notmuch emacs as the interface to notmuch * msmtp / msmtpq to SMTP User-Agent: Notmuch/0.23.5 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) notmuch database path is '~/.ma