[notmuch] Bulk message tagging

2010-04-04 Thread Jason White
Xavier Maillard wrote: > You are right I forgot to mention I am using the GNU Emacs > interface exclusively. Then it's the * command from the buffer with the mail threads dislayed. See also the ?h command for further help.

[notmuch] Bulk message tagging

2010-04-04 Thread Jason White
Xavier Maillard wrote: > Is there an easy way to mark a whole bunch of message (restricted > in a region, result of a search, ...) ? notmuch tag +|- [...] [--] [...] does this from the shell. If you want to do it from one of the user interfaces, it depends on which one you're using.

[notmuch] pull request [was Re: pull request]

2010-04-04 Thread David Edmondson
On Sun, 04 Apr 2010 08:33:00 +0100, David Edmondson wrote: > I'll declare common variables and 'exported' functions in > 'notmuch-lib.el'. It may take a few days (I'm supposed to be on > holiday). It was quicker than expected. Using 'declare-function' in a file that is required didn't have the

[notmuch] pull request [was Re: pull request]

2010-04-04 Thread David Edmondson
On Sat, 03 Apr 2010 18:21:57 -0300, David Bremner wrote: > The warnings about unknown functions can be eliminated by use the > declare-function macro; if you have emacs lisp reference manual (it > required the package emacs23-common-non-dfsg on Debian) then you can > run: > > ESC ESC : (info

[notmuch] Bulk message tagging

2010-04-04 Thread Jesse Rosenthal
On Sun, 04 Apr 2010 06:37:53 +0200, Xavier Maillard wrote: > Is there an easy way to mark a whole bunch of message (restricted > in a region, result of a search, ...) ? In addition to the "*" command that was mentioned, there is a patch I wrote to tag messages in search view by region in emacs.

[notmuch] Bulk message tagging

2010-04-04 Thread Xavier Maillard
On Sun, 4 Apr 2010 14:56:07 +1000, Jason White wrote: > Xavier Maillard wrote: > > Is there an easy way to mark a whole bunch of message (restricted > > in a region, result of a search, ...) ? > > notmuch tag +|- [...] [--] [...] does > this from the shell. If you want to do it from one of

[notmuch] Bulk message tagging

2010-04-04 Thread Xavier Maillard
Hi, Is there an easy way to mark a whole bunch of message (restricted in a region, result of a search, ...) ? I can't find it. Thank you Xavier

Re: [notmuch] pull request [was Re: pull request]

2010-04-04 Thread David Edmondson
On Sat, 03 Apr 2010 18:21:57 -0300, David Bremner brem...@unb.ca wrote: The warnings about unknown functions can be eliminated by use the declare-function macro; if you have emacs lisp reference manual (it required the package emacs23-common-non-dfsg on Debian) then you can run: ESC ESC :

Re: [notmuch] pull request [was Re: pull request]

2010-04-04 Thread David Edmondson
On Sun, 04 Apr 2010 08:33:00 +0100, David Edmondson d...@dme.org wrote: I'll declare common variables and 'exported' functions in 'notmuch-lib.el'. It may take a few days (I'm supposed to be on holiday). It was quicker than expected. Using 'declare-function' in a file that is required didn't

Re: [notmuch] cnotmuch 0.1.1 release

2010-04-04 Thread Sebastian Spaeth
On 2010-04-03, Cédric Cabessa wrote: libnotmuch.so is in my personal folder, I'd like to use LD_LIBRARY_PATH for that. The problem is that find_library does not read this variable, but hopefully CDLL does. I suggest to not use find_library. If the library do not exist, we just have to