Re: [PATCH v1] emacs: Add `notmuch-show-toggle-citation-visibility', bound to ''

2014-05-22 Thread Mark Walters
On Tue, 20 May 2014, David Edmondson d...@dme.org wrote: Add a function and key-binding to toggle the collapsing of citations within the current message. Hi I like the idea. It seems a little odd to want to toggle the citations closing some and opening others. I wonder whether the following

Re: Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Mark Walters
On Wed, 07 May 2014, Olivier Berger olivier.ber...@telecom-sudparis.eu wrote: Hi. Mark Walters markwalters1...@gmail.com writes: Hello As this section was rather outdated I have updated to modern notmuch. (In fact the lisp snippets should work back to at least 0.13) On Tue, 06 May 2014,

Re: [PATCH 1/2] configure: add a fallback check for zlib

2014-05-22 Thread Felipe Contreras
Fraser Tweedale wrote: On Sat, May 10, 2014 at 05:27:34PM -0500, Felipe Contreras wrote: Tomi Ollila wrote: On Sun, May 11 2014, Felipe Contreras felipe.contre...@gmail.com wrote: Xīcò wrote: Since zlib is part of the base system, FreeBSD chose not to register it in

Re: Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Olivier Berger
Mark Walters markwalters1...@gmail.com writes: On Wed, 07 May 2014, Olivier Berger olivier.ber...@telecom-sudparis.eu wrote: Note that I'm now using the following : (define-key notmuch-search-mode-map S (lambda (optional beg end) mark messages in thread as spam

[PATCH v2] configure: use cc/c++ instead of gcc/g++

2014-05-22 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ instead of gcc/g++ (unless the CC/CXX environment variables are used). --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index

[PATCH v3] configure: use cc/c++ when GCC not installed

2014-05-22 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ as a fallback when gcc/g++ are not available. --- configure | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..59ab87b 100755 ---

Re: [PATCH v1] emacs: `notmuch-search-find-stable-query-region' should never return an empty query.

2014-05-22 Thread Carl Worth
Carl Worth cwo...@cworth.org writes: Mark Walters markwalters1...@gmail.com writes: Ok I now understand some of why it is a bug and it is a pretty gross mix: emacs does something odd, then notmuch-tag.c then xapian. It only happens in some cases: ... Anyway, I'm glad to see the notmuch emacs

emacs integration

2014-05-22 Thread Gauthier Östervall
I just installed notmuch and could index from the command line. I read from the Setup section of the emacs tips page ( notmuch@notmuchmail.org ) that integrating to emacs is as simple as (require 'notmuch). 1. First, I had a hard time to get the el files at all. I finally got them from

Re: [homebrew] Update notmuch to version 0.18 (#29497)

2014-05-22 Thread Wael M. Nasreddine
That's what it requests in ./configure anyway. @David does notmuch work with zlib 1.2.5.0 or does it really need 1.2.5.2? On May 22, 2014 1:08 PM, Jack Nagel notificati...@github.com wrote: OS X has zlib 1.2.5, so I'd like to find out if notmuch really, truly depends on 1.2.5.2. — Reply to

[PATCH 1/2] configure: add a fallback check for zlib

2014-05-22 Thread Fraser Tweedale
> > Did you notice > > http://mid.gmane.org/1399864172-28227-1-git-send-email-felipe.contreras at > gmail.com > > :D > Whups, I missed that one :) Cheers. > > > > Regards, > > > > Fraser > > > >> -- > >> Felipe Contreras > > Tomi -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 834 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140522/3374f318/attachment.pgp>

[PATCH] configure: use cc/c++ when GCC not installed

2014-05-22 Thread Fraser Tweedale
On Wed, May 21, 2014 at 10:49:03PM -0500, Felipe Contreras wrote: > Fraser Tweedale wrote: > > Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler > > Collection. Use generic cc/c++ as a fallback when gcc/g++ are not > > available. > > --- > > configure | 12 ++-- > > 1 file

[PATCH v1] emacs: Add `notmuch-show-toggle-citation-visibility', bound to '>'

2014-05-22 Thread Mark Walters
On Tue, 20 May 2014, David Edmondson wrote: > Add a function and key-binding to toggle the collapsing of citations > within the current message. Hi I like the idea. It seems a little odd to want to toggle the citations closing some and opening others. I wonder whether the following action

Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Mark Walters
On Wed, 07 May 2014, Olivier Berger wrote: > Hi. > > Mark Walters writes: > >> Hello >> >> As this section was rather outdated I have updated to modern notmuch. (In >> fact the lisp snippets should work back to at least 0.13) >> >> On Tue, 06 May 2014, Olivier Berger >> wrote: >>> Hi. >>> >>>

[PATCH v1] emacs: Add `notmuch-show-toggle-citation-visibility', bound to '>'

2014-05-22 Thread David Edmondson
(define-key map "t" 'toggle-truncate-lines) >> (define-key map "." 'notmuch-show-part-map) >> map) >> -- >> 2.0.0.rc0 >> >> ___ >> notmuch mailing list >> notmuch at notmuchmail.org >> http://notmuchmail.org/mailman/listinfo/notmuch -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 310 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140522/692c2b0c/attachment.pgp>

[PATCH 1/2] configure: add a fallback check for zlib

2014-05-22 Thread Felipe Contreras
Fraser Tweedale wrote: > On Sat, May 10, 2014 at 05:27:34PM -0500, Felipe Contreras wrote: > > Tomi Ollila wrote: > > > On Sun, May 11 2014, Felipe Contreras > > > wrote: > > > > > > > X?c? wrote: > > > >> Since zlib is part of the base system, FreeBSD chose not to register it > > > >> in

Improving spam-tagging keybinding function to act on region in emacs

2014-05-22 Thread Olivier Berger
Mark Walters writes: > On Wed, 07 May 2014, Olivier Berger > wrote: >>> >> >> Note that I'm now using the following : >> (define-key notmuch-search-mode-map "S" >> (lambda ( beg end) >> "mark messages in thread as spam" >> (interactive

[PATCH v2] configure: use cc/c++ instead of gcc/g++

2014-05-22 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ instead of gcc/g++ (unless the CC/CXX environment variables are used). --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index

[PATCH v3] configure: use cc/c++ when GCC not installed

2014-05-22 Thread Fraser Tweedale
Some systems (e.g. FreeBSD 10) do not ship with the GNU Compiler Collection. Use generic cc/c++ as a fallback when gcc/g++ are not available. --- configure | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 9bde2eb..59ab87b 100755 ---

emacs integration

2014-05-22 Thread Gauthier Östervall
I just installed notmuch and could index from the command line. I read from the Setup section of the "emacs tips" page ( notmuch at notmuchmail.org ) that integrating to emacs is as simple as (require 'notmuch). 1. First, I had a hard time to get the el files at all. I finally got them from

[homebrew] Update notmuch to version 0.18 (#29497)

2014-05-22 Thread Wael M. Nasreddine
> Reply to this email directly or view it on > GitHub<https://github.com/Homebrew/homebrew/pull/29497#issuecomment-43937652> > . > -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140522/e9d00dee/attachment.html>