notmuch search --output=files error with AND NOT search terms

2013-07-09 Thread Mark Walters
Hi > Hi list, > > I am trying to check for mails, that are tagged differently from their > mailfolder. > > So I am searching like this, for example: > > notmuch search folder:1_Personal AND NOT tag:1_Personal > thread:5613 2008-01-15 [1/1] KIKIDAN News; kikidan > news

[PATCH 0/2] Prompting for the GPG password within Emacs

2013-07-09 Thread Peter Feigl
> But this seems to be related to pinentry-curses, not notmuch, so I'll > try to take it somewhere there, maybe they or the tmux people can help > me :) Further investigation shows that pinentry-curses doesn't work under TERM=dumb (which emacs seems to use), and I cannot find a way to make MML

notmuch search --output=files error with AND NOT search terms

2013-07-09 Thread Ingo Hohmann
Hi list, I am trying to check for mails, that are tagged differently from their mailfolder. So I am searching like this, for example: notmuch search folder:1_Personal AND NOT tag:1_Personal thread:5613 2008-01-15 [1/1] KIKIDAN News; kikidan news 2008/01: Willkommen

how to work with entire threads

2013-07-09 Thread Vladimir Marek
Hi, I would like to create the following process: 1) if I tag any message with the keyword 'kill', it means that I don't want to see any message from whole thread in my inbox At the moment I do something like THREADS=$(notmuch search --output=threads tag:kill) [ -z "$THREADS" ] || notmuch

[RFC PATCH] Python bindings: CDLL("libnotmuch.3.dylib") on Darwin

2013-07-09 Thread Justus Winter
Quoting Tomi Ollila (2013-07-06 14:25:12) > On Tue, Jun 25 2013, Justus Winter <4winter at informatik.uni-hamburg.de> > wrote: > > > Quoting Tomi Ollila (2013-06-25 16:36:56) > >> Use os.uname() to check for 'Darwin' and load "libnotmuch.3.dylib" > >> instead of "libnotmuch.so.3" if that is the

[PATCH 0/2] Prompting for the GPG password within Emacs

2013-07-09 Thread Peter Feigl
Daniel Kahn Gillmor writes: > The route i suggest above (with pinentry-curses might be what you're > describing here. when you say "messes up the display temporarily" can > you be more specific about what it does to the display? this may be a > bug in pinentry-curses that could be fixed.