Re: Is there a prefix that performs from: and to: simultaneously?

2017-09-21 Thread Attic Hermit
> +john +friend -- tag:new AND (to:j...@example.tld OR > from:j...@example.tld) First did I tried that form, but I felt that wasn't up to snuff because I still have to write the same address two times. -- Attic Hermit ___ notmuch mailing list

Re: Is there a prefix that performs from: and to: simultaneously?

2017-09-21 Thread David Bremner
Attic Hermit writes: > Batch file of my initial tagging script includes queries like below: > > +john +friend -- tag:new AND from:j...@example.tld > +john +friend -- tag:new AND to:j...@example.tld > > But I want to compress the above in one line like: > > +john +friend --

Re: Washing GitHub emails to include inline patch?

2017-09-21 Thread Kyle Meyer
William Casarin writes: > Most of the patches I review these days comes in as GitHub emails that > look like this: > > > You can view, comment on, or merge this pull request online at: [...] > -- Patch Links -- > > https://github.com/monstercat/iris/pull/52.patch >

Is there a prefix that performs from: and to: simultaneously?

2017-09-21 Thread Attic Hermit
Batch file of my initial tagging script includes queries like below: +john +friend -- tag:new AND from:j...@example.tld +john +friend -- tag:new AND to:j...@example.tld But I want to compress the above in one line like: +john +friend -- tag:new AND from_or_to:j...@example.tld I know that I can

Re: [PATCH 0/9] argument parsing fixes and improvements

2017-09-21 Thread Daniel Kahn Gillmor
On Thu 2017-09-21 20:07:30 +0300, Jani Nikula wrote: > So I think I'd prefer either strict booleans where the default is one or > the other, or an explicit tristate true|false|default. In your case, > perhaps --try-decrypt=(true|false|database), where the default can be > requested and clearly

Re: notmuch.el: "wash" date in message display

2017-09-21 Thread Tomi Ollila
On Wed, Sep 20 2017, Matt Armstrong wrote: > I miss some of the Gnus "wash" functions available for message display. > There was one that either reformatted the Date: header into my time > zone, or displayed the Date in terms of elapsed time from now (e.g. 1 > hour ago, 1 day ago, etc.). I don't

Re: [PATCH 0/9] argument parsing fixes and improvements

2017-09-21 Thread Jani Nikula
On Wed, 20 Sep 2017, Daniel Kahn Gillmor wrote: > right, about the defaults: as i'm sure you're aware, i'm trying to > introduce some boolean options whose default is "unset", meaning "do > whatever is set in the database config". In particular, --try-decrypt > (for those

Washing GitHub emails to include inline patch?

2017-09-21 Thread William Casarin
Hey team, Most of the patches I review these days comes in as GitHub emails that look like this: --- Begin Message --- You can view, comment on, or merge this pull request online at: MIME-Version: 1.0 Content-Type: text/plain https://github.com/monstercat/iris/pull/52 -- Commit Summary --

Re: Default Tree View

2017-09-21 Thread Jani Nikula
On Mon, Sep 18, 2017 at 11:42 AM, Moritz Scheuren wrote: > is there a possibility to set the tree view > (notmuch-tree-from-search-current-query) > as default view in emacs? I couldn't find anything through google. Use 'z' instead of 's' to get results in tree view. You can

Announcing Astroid v0.10

2017-09-21 Thread Gaute Hope
Greetings, Astroid v0.10 has been released! Astroid is a lightweight and fast graphical threads-with-tags email client for notmuch. Written in C++ using GTK+, WebKit and gmime. Astroid can be acquired, along with usage and instructions for use, at: https://github.com/astroidmail/astroid

Default Tree View

2017-09-21 Thread Moritz Scheuren
Hey is there a possibility to set the tree view (notmuch-tree-from-search-current-query) as default view in emacs? I couldn't find anything through google. Best Regards Moritz ___ notmuch mailing list notmuch@notmuchmail.org