Re: [ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Felipe Contreras
On Mon, Oct 1, 2012 at 2:55 AM, David Bremner da...@tethera.net wrote: Tim Stoakes notm...@stoakes.net writes: Hello fellow notmuch-ers, What is notmuchfs? -- Notmuchfs implements a virtual file system which creates maildirs from notmuch mail query results. This is useful

[PATCH] lib: fix warnings when building with clang

2012-10-01 Thread Jani Nikula
Building notmuch with CC=clang and CXX=clang++ produces the warnings: CC -O2 lib/tags.o lib/tags.c:43:5: warning: expression result unused [-Wunused-value] talloc_steal (tags, list); ^ /usr/include/talloc.h:345:143: note: expanded from: ...__location__);

images as attachment?

2012-10-01 Thread David Belohrad
Dear all, could someone throw an advice? When I receive an email with picture attachment, sometimes it works out of the box in emacs, but sometimes instead of picture it shows a link as this one: -- SNIP I have not tried to understand why we're measuring too high bunch

Re: [ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Vladimir Marek
Hi, [...] Why? I wanted to use notmuch with mutt. I didn't feel that ploughing though mutt's codebase to add tight integration was the quickest way to a result, so notmuchfs was born. Someone else already created mutt's fork using notmuch directly.

Re: [ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Tim Stoakes
Vladimir Marek(vladimir.ma...@oracle.com)@011012-11:40: Why? I know - proceed to the next paragraph for my explanation. Summary - mutt-kz wasn't done when I did this. Tim -- Tim Stoakes ___ notmuch mailing list notmuch@notmuchmail.org

Re: [ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Vladimir Marek
Why? I know - proceed to the next paragraph for my explanation. Summary - mutt-kz wasn't done when I did this. Uh, oh, overlooked that. Sorry for the noise -- Vlad ___ notmuch mailing list notmuch@notmuchmail.org

Re: Searching from a folder

2012-10-01 Thread Austin Clements
Quoth Damien Cassou on Oct 01 at 11:42 am: On Sat, Sep 29, 2012 at 6:12 PM, Austin Clements amdra...@mit.edu wrote: $ notmuch search 'folder:[Gmail].All Mail' $ notmuch search 'folder:[Gmail].Important' thank you very much, it indeed works. I'm still a bit puzzled by the fact that, on my

How to index arbitrary headers?

2012-10-01 Thread Petri Savolainen
Hello, I could not find information anywhere in notmuch docs about what is actually indexed - specifically, what email headers are indexed and searchable? If a header is not indexed, does searching for its value still result in a search hit? It would be nice if one could just provide the list of

Re: Searching from a folder

2012-10-01 Thread Damien Cassou
On Mon, Oct 1, 2012 at 2:16 PM, Austin Clements amdra...@mit.edu wrote: Whereas here, it's searching for folder, gmail, and important as regular and completely independent terms (the Z on folder means it's stemmed, so it will match folders, foldered, etc.) thank you very much for your

Re: How to index arbitrary headers?

2012-10-01 Thread Austin Clements
Quoth Petri Savolainen on Oct 01 at 3:39 pm: Hello, I could not find information anywhere in notmuch docs about what is actually indexed - specifically, what email headers are indexed and searchable? If a header is not indexed, does searching for its value still result in a

Re: solution to gnus-alias problems?

2012-10-01 Thread Michal Nazarewicz
On Mon, Oct 01 2012, David Bremner brem...@debian.org wrote: Geoff writes: Hi David, I've found the source of the problem I was having. It seems to be due to some interference with the notmuch-mua-reply function and gnus-alias. In particular, there was a problem with the part of

Re: [PATCH] emacs: simplify point placement in notmuch-hello refresh

2012-10-01 Thread Michal Nazarewicz
On Sun, Sep 30 2012, Austin Clements wrote: But I wonder if there's an abstraction that would let us fully rebuild UIs or parts of UIs, but keep enough context to make this fluid. I'm imagining something like representing a buffer as a tree of UI nodes, where the buffer itself is simply the

[PATCH 0/3] Fix gnus-inhibit-images bug in Emacs 24

2012-10-01 Thread David Bremner
Tomi Ollila writes: > LGTM. My vote goes for patches (i.e. I like the advice approach). > > id:"1348941314-8377-2-git-send-email-amdragon at mit.edu" > id:"1348941314-8377-3-git-send-email-amdragon at mit.edu" > id:"1348941823-15516-1-git-send-email-amdragon at mit.edu" I pushed this set, d

[ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Felipe Contreras
On Mon, Oct 1, 2012 at 2:55 AM, David Bremner wrote: > Tim Stoakes writes: > >> Hello fellow notmuch-ers, >> >> What is notmuchfs? >> -- >> Notmuchfs implements a virtual file system which creates maildirs from >> notmuch >> mail query results. This is useful for using notmuch

[PATCH] lib: fix warnings when building with clang

2012-10-01 Thread Jani Nikula
Building notmuch with CC=clang and CXX=clang++ produces the warnings: CC -O2 lib/tags.o lib/tags.c:43:5: warning: expression result unused [-Wunused-value] talloc_steal (tags, list); ^ /usr/include/talloc.h:345:143: note: expanded from: ...__location__);

images as attachment?

2012-10-01 Thread David Belohrad
Dear all, could someone throw an advice? When I receive an email with picture attachment, sometimes it works out of the box in emacs, but sometimes instead of picture it shows a link as this one: -- SNIP I have not tried to understand why we're measuring too high bunch

[ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Vladimir Marek
Hi, [...] > Why? > > I wanted to use notmuch with mutt. I didn't feel that ploughing though mutt's > codebase to add tight integration was the quickest way to a result, so > notmuchfs was born. Someone else already created mutt's fork using notmuch directly.

Searching from a folder

2012-10-01 Thread Damien Cassou
On Sat, Sep 29, 2012 at 6:12 PM, Austin Clements wrote: > $ notmuch search 'folder:"[Gmail].All Mail"' > $ notmuch search 'folder:"[Gmail].Important"' thank you very much, it indeed works. I'm still a bit puzzled by the fact that, on my other mailbox, I'm getting the following results: $

[ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Tim Stoakes
Vladimir Marek(Vladimir.Marek at Oracle.COM)@011012-11:40: > > Why? I know - proceed to the next paragraph for my explanation. Summary - mutt-kz wasn't done when I did this. Tim -- Tim Stoakes

[ANNOUNCE] notmuchfs - A virtual maildir file system for notmuch queries

2012-10-01 Thread Vladimir Marek
> > > Why? > > I know - proceed to the next paragraph for my explanation. Summary - > mutt-kz wasn't done when I did this. Uh, oh, overlooked that. Sorry for the noise -- Vlad

Searching from a folder

2012-10-01 Thread Austin Clements
Quoth Damien Cassou on Oct 01 at 11:42 am: > On Sat, Sep 29, 2012 at 6:12 PM, Austin Clements wrote: > > $ notmuch search 'folder:"[Gmail].All Mail"' > > $ notmuch search 'folder:"[Gmail].Important"' > > thank you very much, it indeed works. I'm still a bit puzzled by the > fact that, on my

How to index arbitrary headers?

2012-10-01 Thread Petri Savolainen
of headers to be indexed in some configuration file or something. Thanks, Petri -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20121001/2c9079c6/attachment.html>

Searching from a folder

2012-10-01 Thread Damien Cassou
On Mon, Oct 1, 2012 at 2:16 PM, Austin Clements wrote: > > Whereas here, it's searching for folder, gmail, and important as > regular and completely independent terms (the Z on folder means it's > stemmed, so it will match folders, foldered, etc.) thank you very much for your explanation --

How to index arbitrary headers?

2012-10-01 Thread Austin Clements
Quoth Petri Savolainen on Oct 01 at 3:39 pm: >Hello, >I could not find information anywhere in notmuch docs about what is >actually indexed - specifically, what email headers are indexed and >searchable? If a header is not indexed, does searching for its value still >result in

solution to gnus-alias problems?

2012-10-01 Thread Michal Nazarewicz
ly Enlightened Majesty of o' \,=./ `o ..o | Computer Science, Micha? ?mina86? Nazarewicz(o o) ooo +--ooO--(_)--Ooo-- -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20121001/18ac4d76/attachment.pgp>

[PATCH] emacs: simplify point placement in notmuch-hello refresh

2012-10-01 Thread Michal Nazarewicz
otmuch/attachments/20121001/47b6725c/attachment-0001.pgp>