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

2014-05-20 Thread David Edmondson
Add a function and key-binding to toggle the collapsing of citations within the current message. --- emacs/notmuch-show.el | 17 + 1 file changed, 17 insertions(+) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 10fc872..e4b56c7 100644 --- a/emacs/notmuch-show.el

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

2014-05-20 Thread David Edmondson
(concat "(" (mapconcat 'identity query-list ") or (") ")"))) >> >> (defun notmuch-search-find-authors () >> -- >> 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/20140520/b8d6e2d0/attachment.pgp>

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

2014-05-20 Thread David Edmondson
On Mon, May 19 2014, Mark Walters wrote: On Mon, 19 May 2014, David Edmondson d...@dme.org wrote: `notmuch-search-find-stable-query-region' is expected to examine the region between `beg' and `end' to generate a query that can be used to include all threads in that region. If the region

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

2014-05-20 Thread David Edmondson
Add a function and key-binding to toggle the collapsing of citations within the current message. --- emacs/notmuch-show.el | 17 + 1 file changed, 17 insertions(+) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 10fc872..e4b56c7 100644 --- a/emacs/notmuch-show.el

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

2014-05-20 Thread Mark Walters
On Tue, 20 May 2014, David Edmondson d...@dme.org wrote: On Mon, May 19 2014, Mark Walters wrote: On Mon, 19 May 2014, David Edmondson d...@dme.org wrote: `notmuch-search-find-stable-query-region' is expected to examine the region between `beg' and `end' to generate a query that can be used