Re: correct way to search for only PDF attachments

2015-09-28 Thread Xu Wang
On Mon, Sep 28, 2015 at 10:00 PM, Carl Worth wrote: > On Mon, Sep 28 2015, Xu Wang wrote: >> I would look to look for all emails from a colleague jongho. I tried: >> >> from:jongho attachment:pdf >> >> which seems to do as I wanted. > > Good. That should work. > >> To understand more, what does th

Re: correct way to search for only PDF attachments

2015-09-28 Thread Carl Worth
On Mon, Sep 28 2015, Xu Wang wrote: > I would look to look for all emails from a colleague jongho. I tried: > > from:jongho attachment:pdf > > which seems to do as I wanted. Good. That should work. > To understand more, what does the following search for? > > from:jongho attachment:.*pdf Uhm, pr

correct way to search for only PDF attachments

2015-09-28 Thread Xu Wang
Hi, I would look to look for all emails from a colleague jongho. I tried: from:jongho attachment:pdf which seems to do as I wanted. To understand more, what does the following search for? from:jongho attachment:.*pdf I know it is incorrect as the results tell me, but what exactly does it do?

Re: [PATCH 2/3] lib: add interface to delete directory documents

2015-09-28 Thread David Bremner
Jani Nikula writes: > > XXX: Should this also remove the files under it, or assume that's been > done by the caller? Should this incorporate some or all of the > functionality of _remove_directory() in notmuch-new.c? 1) The top level _remove_directory function does seem to make sense in the li

Re: [PATCH v4 5/5] notmuch-emacs-mua: do not create a frame by default with --client

2015-09-28 Thread David Bremner
Tomi Ollila writes: > if [ -n "$AUTO_DAEMON" -a -z "$CREATE_FRAME" ]; then > echo "$0: --auto-daemon is only applicable with --create-frame." >&2 > exit 1 > fi > > without this one may execute ./notmuch-emacs-mua --client --auto-daemon > which yields starting emacs in daemon mode