one-time-iterators

2011-05-26 Thread Patrick Totzke
would it be very hard to implement a Query.search_thread_ids() ? This name is a bit off because it had to be done on a lower level. Cheers, /p -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/41ac78f0/attachment.pgp>

one-time-iterators

2011-05-26 Thread Austin Clements
On Thu, May 26, 2011 at 6:22 PM, Patrick Totzke wrote: > Excerpts from Austin Clements's message of Thu May 26 22:43:02 +0100 2011: >> > > Though, Patrick, that solution doesn't address your problem.? On the >> > > other hand, it's not clear to me what concurrent access semantics >> > > you're

[PATCH] emacs: Add a customization allowing to always prompt for the "From" address when composing a new message

2011-05-26 Thread Thomas Jost
--- Hi Jameson, Here it is :) I'm sure it will be useful for many other people too, including myself. To be applied on top of my other patches, then you can set notmuch-always-prompt-for-sender to t. Regards, Thomas emacs/notmuch-mua.el | 11 --- 1 files changed, 8 insertions(+), 3

[PATCH 1/2] Command line changes for reply-to-sender

2011-05-26 Thread Mark Walters
Adds the format "--format=one" to possible reply formats which only replies to the sender. More precisely the function follows these rules: reply only to sender unless it was the user reply only to all people on the to line unless they were all the user reply to all people on the cc line The

[PATCH 0/2] Implement reply to sender

2011-05-26 Thread Mark Walters
These patches implement a reply to sender function. On the command line this is done via a new format "--format=one" to notmuch reply. In emacs it is bound to the key R I have been running a similar patch set for some time but only tidied it up today. It compiles and works for me. This is my

one-time-iterators

2011-05-26 Thread Austin Clements
On May 26, 2011 1:20 PM, "Carl Worth" wrote: > > The question: How do you solve this in the emacs code? > > do you store all tids of a query? > > The emacs code does not use the notmuch library interface like your > python bindings do. Instead, it uses the notmuch command-line tool, (and >

[PATCH] fixed return value check of sysoncf in get_name_from_passwd_file / get_username_from_passwd_file

2011-05-26 Thread Carl Worth
available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/bcd02f68/attachment.pgp>

[PATCH] emacs: Add a customization allowing to always prompt for the "From" address when composing a new message

2011-05-26 Thread Jameson Graef Rollins
messages and forwarding? jamie. -- 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/20110526/d9468e2d/attachment.pgp>

[PATCH] Change in increment_mtime for BSD compatibility of test suite

2011-05-26 Thread Carl Worth
onfig.sh file for things like this. What do you think? -Carl -- carl.d.worth at intel.com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/8dd65f3a/attachment.pgp>

[PATCH] emacs: Make the queries used in the all-tags section

2011-05-26 Thread Carl Worth
next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/a9e24561/attachment-0001.pgp>

[PATCH] emacs: Add a customization allowing to always prompt for the "From" address when composing a new message

2011-05-26 Thread Jameson Graef Rollins
ame: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/d00aa435/attachment.pgp>

[PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Carl Worth
ext attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/06f565d9/attachment.pgp>

[PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Dmitry Kurochkin
On Wed, 25 May 2011 18:02:49 -0700, Carl Worth wrote: > On Thu, 26 May 2011 03:10:11 +0400, Dmitry Kurochkin gmail.com> wrote: > > On Wed, 25 May 2011 15:46:40 -0700, Carl Worth wrote: > > Well, emacs trunk is not broken :) The bug is in lisp code, so you can > > fix it in .emacs by redefining

[PATCH 0/2] Implement reply to sender

2011-05-26 Thread Carl Worth
signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/ccf526fd/attachment.pgp>

[PATCH] test: add test-lib.el file with `visible-buffer-string' function

2011-05-26 Thread Carl Worth
Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/c13997ff/attachment.pgp>

[PATCH] emacs: Add a customization allowing to always prompt for the "From" address when composing a new message

2011-05-26 Thread Carl Worth
org/pipermail/notmuch/attachments/20110526/7cfc444b/attachment.pgp>

[PATCH] emacs: Add a customization allowing to always prompt for the "From" address when composing a new message

2011-05-26 Thread Jameson Graef Rollins
s. jamie. -- 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/20110526/f20771dc/attachment.pgp>

[PATCH v2 4/4] emacs: Allow the user to choose the "From" address when replying to a message

2011-05-26 Thread Thomas Jost
When pressing C-u r, the user will be prompted for the identity to use. --- emacs/notmuch-mua.el | 13 - emacs/notmuch-show.el |6 +++--- emacs/notmuch.el |6 +++--- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/emacs/notmuch-mua.el

[PATCH v2 3/4] emacs: Allow the user to choose the "From" address when forwarding a message

2011-05-26 Thread Thomas Jost
When pressing C-u f, the user will be prompted for the identity to use. --- emacs/notmuch-mua.el | 14 ++ emacs/notmuch-show.el |6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 74c9fc1..1b777d9 100644

[PATCH v2 2/4] emacs: Allow the user to choose the "From" address when composing a new message

2011-05-26 Thread Thomas Jost
When pressing C-u m, the user will be prompted for the identity to use. --- emacs/notmuch-hello.el |2 +- emacs/notmuch-mua.el | 11 +++ emacs/notmuch-show.el |2 +- emacs/notmuch.el |2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git

[PATCH v2 1/4] emacs: Helpers needed for the user to be able to choose the "From" address when composing a new message

2011-05-26 Thread Thomas Jost
This adds functions and variables needed for this feature to be implemented. Once it's done, the user will be able to use a prefix argument (e.g. pressing C-u m instead of m) and be able to select a From address. By default the list of names/addresses to be used during completion will be

[PATCH] emacs: Allow user to choose "From" address when composing a new message.

2011-05-26 Thread Thomas Jost
-- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/fa7357e4/attachment.pgp>

one-time-iterators

2011-05-26 Thread Carl Worth
was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/3d80b45e/attachment.pgp>

one-time-iterators

2011-05-26 Thread Patrick Totzke
Size: 198 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110526/556bd75e/attachment.pgp>

[PATCH] emacs: Allow user to choose "From" address when composing a new message.

2011-05-26 Thread Jameson Graef Rollins
. Thanks for work on this feature, Thomas. jamie. -- 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/20110526/9bfd3f62/attachment.pgp>

[PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Dmitry Kurochkin
On Wed, 25 May 2011 15:46:40 -0700, Carl Worth wrote: > On Thu, 26 May 2011 02:34:28 +0400, Dmitry Kurochkin gmail.com> wrote: > > I am not sure how it is best to test this. The common `printc' method > > for emacs tests does not work, because it prints invisible parts as > > well. We need

[PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Dmitry Kurochkin
On Wed, 25 May 2011 15:23:47 -0700, Carl Worth wrote: > On Thu, 26 May 2011 02:10:14 +0400, Dmitry Kurochkin gmail.com> wrote: > > Before the change, message and citation invisibility overlays > > conflicted: if some citation is made visible and then the whole > > message is hidden, that

[PATCH 5/5] Simplify message and headers visibility code in notmuch-show view.

2011-05-26 Thread Dmitry Kurochkin
Before the change, headers and message visibility functions took extra care to correctly set `buffer-invisibility-spec'. This was needed because headers overlay `invisible' property had only headers' invisibility spec. So visibility of headers was determined only by the headers invisibility

[PATCH 4/5] Set higher priority for headers and hidden citation overlays.

2011-05-26 Thread Dmitry Kurochkin
Before the patch, message, headers and hidden citation overlays had zero priority. All these overlay have `invisible' property. Emacs documentation says that we should not make assumptions about which overlay will prevail when they have the same priority [1]. It happens to work as we need, but

[PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Dmitry Kurochkin
Before the change, message and citation invisibility overlays conflicted: if some citation is made visible and then the whole message is hidden, that citation remained visible. This happened because the citation's overlay has an invisible property which takes priority over the message overlay.

[PATCH 2/5] Set message invisibility spec properties before inserting the body.

2011-05-26 Thread Dmitry Kurochkin
This would allow body-inserting code (in particular, wash button-inserting code) to use message invisibility specs. --- emacs/notmuch-show.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 786debf..34c0b79 100644

[PATCH 1/5] Pass message to the `notmuch-show-insert-text/plain-hook' hook.

2011-05-26 Thread Dmitry Kurochkin
Before the change, the `notmuch-show-insert-text/plain-hook' was given only the `depth' argument. The patch adds another one - the message. Currently, the new message argument is not used by any on the hooks. But it will be used later to get access to message invisibility specs when wash

[PATCH] Fix hiding a message while some citations are visible

2011-05-26 Thread Dmitry Kurochkin
This patch series does some fixes and improvements for hiding and showing messages in notmuch-show. However it comes with a regression: isearch is broken for hidden overlays when `invisible' property is a list. I have opened emacs bug #8721 [1] and sent a patch. It has been committed to emacs

[PATCH] emacs: Make the queries used in the all-tags section

2011-05-26 Thread Daniel Schoepe
il.org/pipermail/notmuch/attachments/20110526/1e633f8f/attachment.pgp>

[PATCH] emacs: Make the queries used in the all-tags section

2011-05-26 Thread Austin Clements
On May 25, 2011 7:21 PM, "Daniel Schoepe" wrote: > > On Wed, 25 May 2011 18:42:30 -0400, Austin Clements wrote: > > 'Doh. That's what I get for not reading the surrounding code. I > > misunderstood what your patch was going for and assumed it was what > > *I* wanted notmuch to do, which is to

[PATCH] emacs: Make the queries used in the all-tags section

2011-05-26 Thread Daniel Schoepe
On Wed, 25 May 2011 15:11:16 -0400, Austin Clements wrote: > At least in Emacs 23.3.1, it has to be (const :tag "tag:TAG" nil). I > didn't think the order mattered, but the tag didn't display otherwise. > It would also be good to give descriptive tags to the other choices. > > It would be more

one-time-iterators

2011-05-26 Thread Patrick Totzke
Hi! I'm playing around with one-time iterators Threads in the python bindings in combination with changes to the database. Particularly, I'd like to iterate over a list of threads partially, change the tags of a single thread and afterwards continue iterating. Of course I get Xapian DB-changed

Re: [PATCH] emacs: Allow user to choose From address when composing a new message.

2011-05-26 Thread Thomas Jost
On Wed, 25 May 2011 15:17:05 -0700, Carl Worth cwo...@cworth.org wrote: I'll also send a few additional patches that make it possible to choose the From address when forwarding a message and when replying to a message. The only real concern I have with the series is that it grabs 'R' for

[PATCH v2 1/4] emacs: Helpers needed for the user to be able to choose the From address when composing a new message

2011-05-26 Thread Thomas Jost
This adds functions and variables needed for this feature to be implemented. Once it's done, the user will be able to use a prefix argument (e.g. pressing C-u m instead of m) and be able to select a From address. By default the list of names/addresses to be used during completion will be

[PATCH v2 2/4] emacs: Allow the user to choose the From address when composing a new message

2011-05-26 Thread Thomas Jost
When pressing C-u m, the user will be prompted for the identity to use. --- emacs/notmuch-hello.el |2 +- emacs/notmuch-mua.el | 11 +++ emacs/notmuch-show.el |2 +- emacs/notmuch.el |2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git

[PATCH v2 3/4] emacs: Allow the user to choose the From address when forwarding a message

2011-05-26 Thread Thomas Jost
When pressing C-u f, the user will be prompted for the identity to use. --- emacs/notmuch-mua.el | 14 ++ emacs/notmuch-show.el |6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 74c9fc1..1b777d9 100644

[PATCH v2 4/4] emacs: Allow the user to choose the From address when replying to a message

2011-05-26 Thread Thomas Jost
When pressing C-u r, the user will be prompted for the identity to use. --- emacs/notmuch-mua.el | 13 - emacs/notmuch-show.el |6 +++--- emacs/notmuch.el |6 +++--- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/emacs/notmuch-mua.el

Re: [PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Dmitry Kurochkin
On Wed, 25 May 2011 18:02:49 -0700, Carl Worth cwo...@cworth.org wrote: On Thu, 26 May 2011 03:10:11 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: On Wed, 25 May 2011 15:46:40 -0700, Carl Worth cwo...@cworth.org wrote: Well, emacs trunk is not broken :) The bug is in lisp code,

Re: [PATCH] emacs: Allow user to choose From address when composing a new message.

2011-05-26 Thread Jameson Graef Rollins
On Thu, 26 May 2011 10:39:58 +0200, Thomas Jost schno...@schnouki.net wrote: When I first started implementing the custom-from feature I planned to use a prefix argument to get the behavior (such as C-u m rather than M for compose-new-mail-with-custom-from). You might even see I've got

[PATCH 0/2] Implement reply to sender

2011-05-26 Thread Mark Walters
These patches implement a reply to sender function. On the command line this is done via a new format --format=one to notmuch reply. In emacs it is bound to the key R I have been running a similar patch set for some time but only tidied it up today. It compiles and works for me. This is my

[PATCH 2/2] Emacs changes for reply to sender

2011-05-26 Thread Mark Walters
Reply to sender is currently bound to R --- emacs/notmuch-mua.el |6 -- emacs/notmuch-show.el |6 ++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index dc7b386..4b8590f 100644 --- a/emacs/notmuch-mua.el +++

[PATCH 1/2] Command line changes for reply-to-sender

2011-05-26 Thread Mark Walters
Adds the format --format=one to possible reply formats which only replies to the sender. More precisely the function follows these rules: reply only to sender unless it was the user reply only to all people on the to line unless they were all the user reply to all people on the cc line The most

[PATCH] test: add test-lib.el file with `visible-buffer-string' function

2011-05-26 Thread Dmitry Kurochkin
The patch adds test-lib.el file for Emacs tests auxiliary stuff. Currently, it implements two functions: `visible-buffer-string' and `visible-buffer-substring'. These are similar to standard counterparts without visible- prefix but exclude invisible text. The functions are not used anywhere at

Re: one-time-iterators

2011-05-26 Thread Carl Worth
On Thu, 26 May 2011 09:31:19 +0100, Patrick Totzke patricktot...@googlemail.com wrote: Wow. This reads really complicated. All I want to say is: if I change tags in my search-results view, I get Xapian errors :) Yes, that's frustrating. I wish that we had a more reliable interface at the

[PATCH] emacs: Add a customization allowing to always prompt for the From address when composing a new message

2011-05-26 Thread Thomas Jost
--- Hi Jameson, Here it is :) I'm sure it will be useful for many other people too, including myself. To be applied on top of my other patches, then you can set notmuch-always-prompt-for-sender to t. Regards, Thomas emacs/notmuch-mua.el | 11 --- 1 files changed, 8 insertions(+), 3

Re: [PATCH] emacs: Add a customization allowing to always prompt for the From address when composing a new message

2011-05-26 Thread Jameson Graef Rollins
On Thu, 26 May 2011 19:22:41 +0200, Thomas Jost schno...@schnouki.net wrote: Here it is :) I'm sure it will be useful for many other people too, including myself. To be applied on top of my other patches, then you can set notmuch-always-prompt-for-sender to t. Awesome! Thanks, Thomas. jamie.

Re: one-time-iterators

2011-05-26 Thread Austin Clements
On May 26, 2011 1:20 PM, Carl Worth cwo...@cworth.org wrote: The question: How do you solve this in the emacs code? do you store all tids of a query? The emacs code does not use the notmuch library interface like your python bindings do. Instead, it uses the notmuch command-line tool, (and

Re: [PATCH] emacs: Add a customization allowing to always prompt for the From address when composing a new message

2011-05-26 Thread Carl Worth
On Thu, 26 May 2011 19:22:41 +0200, Thomas Jost schno...@schnouki.net wrote: --- Hi Jameson, Here it is :) I'm sure it will be useful for many other people too, including myself. To be applied on top of my other patches, then you can set notmuch-always-prompt-for-sender to t. Thanks,

Re: [PATCH] test: add test-lib.el file with `visible-buffer-string' function

2011-05-26 Thread Carl Worth
On Thu, 26 May 2011 20:27:58 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: The patch adds test-lib.el file for Emacs tests auxiliary stuff. Currently, it implements two functions: `visible-buffer-string' and `visible-buffer-substring'. These are similar to standard counterparts

Re: one-time-iterators

2011-05-26 Thread Michael Hudson-Doyle
On Thu, 26 May 2011 10:20:21 -0700, Carl Worth cwo...@cworth.org wrote: On Thu, 26 May 2011 09:31:19 +0100, Patrick Totzke patricktot...@googlemail.com wrote: Wow. This reads really complicated. All I want to say is: if I change tags in my search-results view, I get Xapian errors :) Yes,

Re: [PATCH 0/2] Implement reply to sender

2011-05-26 Thread Carl Worth
On Thu, 26 May 2011 17:06:50 +0100, Mark Walters markwalters1...@gmail.com wrote: These patches implement a reply to sender function. On the command line this is done via a new format --format=one to notmuch reply. In emacs it is bound to the key R I like the feature (at the emacs level).

Re: [PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Carl Worth
On Thu, 26 May 2011 14:26:34 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: It is called indirectly. What is the best way to fix it? I imagine that we can replace `isearch-range-invisible' function with another one, which would call the fixed function if some special variable is

Re: [PATCH] emacs: Add a customization allowing to always prompt for the From address when composing a new message

2011-05-26 Thread Jameson Graef Rollins
On Thu, 26 May 2011 14:11:11 -0700, Carl Worth cwo...@cworth.org wrote: It's a nice patch series, and I've pushed it all out now. After using this feature for a day, I think it's great. But it would be nice if the name was just automatically filled in, since that doesn't change, and the ido

[PATCH 1/2] test: add tests for hiding messages in notmuch-show view

2011-05-26 Thread Dmitry Kurochkin
--- test/emacs | 16 .../notmuch-show-thread-with-hidden-messages |3 +++ 2 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 test/emacs.expected-output/notmuch-show-thread-with-hidden-messages diff --git

[PATCH 2/2] Workaround for Emacs bug #8721.

2011-05-26 Thread Dmitry Kurochkin
The patch adds `notmuch-isearch-range-invisible' function which is the same as `isearch-range-invisible' but with fixed Emacs bug `notmuch-isearch-range-invisible' instead of the original `isearch-range-invisible' when in `notmuch-show-mode'. --- emacs/notmuch-wash.el | 67

Re: [PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view.

2011-05-26 Thread Dmitry Kurochkin
On Thu, 26 May 2011 14:31:30 -0700, Carl Worth cwo...@cworth.org wrote: On Thu, 26 May 2011 14:26:34 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: It is called indirectly. What is the best way to fix it? I imagine that we can replace `isearch-range-invisible' function with

Re: [PATCH 2/2] Workaround for Emacs bug #8721.

2011-05-26 Thread Dmitry Kurochkin
On Fri, 27 May 2011 01:38:35 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: The patch adds `notmuch-isearch-range-invisible' function which is the same as `isearch-range-invisible' but with fixed Emacs bug `notmuch-isearch-range-invisible' instead of the original

Re: one-time-iterators

2011-05-26 Thread Patrick Totzke
hehe, did it again (dropping the list from cc). I need to stop using sup :P thanks Austin. Excerpts from Carl Worth's message of Thu May 26 18:20:21 +0100 2011: On Thu, 26 May 2011 09:31:19 +0100, Patrick Totzke patricktot...@googlemail.com wrote: Wow. This reads really complicated. All I

Re: [PATCH] emacs: Make the queries used in the all-tags section

2011-05-26 Thread Carl Worth
On Wed, 25 May 2011 23:21:54 +0200, Daniel Schoepe daniel.scho...@googlemail.com wrote: I incorporated most of you recommendations in the attached patch. Looks good, thanks! I've pushed this out now. I only have two suggestions: 1. Could you please add some basic testing for this? The

Re: one-time-iterators

2011-05-26 Thread Patrick Totzke
Excerpts from Austin Clements's message of Thu May 26 22:43:02 +0100 2011: http://notmuch.198994.n3.nabble.com/notmuch-s-idea-of-concurrency-failing-an-invocation-tp2373468p2565731.html ah, good old peterson :P thanks. Though, Patrick, that solution doesn't address your problem.  On the

[PATCH v2 0/3] Implement reply to sender

2011-05-26 Thread Mark Walters
Many thanks for the rapid response: I have modified the patches as suggested and this version includes the necessary documentation changes. I have also modified the emacs portion to apply to current master. Best wishes Mark These patches implement a reply to sender function. On the command

[PATCH v2 2/3] Documentation changes for --reply-to= option to notmuch reply.

2011-05-26 Thread Mark Walters
--- notmuch.1 | 13 + notmuch.c | 10 ++ 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/notmuch.1 b/notmuch.1 index a1c7fa8..c434e77 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -388,6 +388,19 @@ Includes subject and quoted message body. .BR headers\-only

[PATCH v2 3/3] Emacs changes for reply to sender

2011-05-26 Thread Mark Walters
Reply to sender is currently bound to R --- emacs/notmuch-mua.el | 10 ++ emacs/notmuch-show.el |8 +++- emacs/notmuch.el |2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 61a723b..c9c5854 100644

Re: one-time-iterators

2011-05-26 Thread Austin Clements
On Thu, May 26, 2011 at 6:22 PM, Patrick Totzke patricktot...@googlemail.com wrote: Excerpts from Austin Clements's message of Thu May 26 22:43:02 +0100 2011: Though, Patrick, that solution doesn't address your problem.  On the other hand, it's not clear to me what concurrent access

Re: [PATCH] emacs: Make the queries used in the all-tags section

2011-05-26 Thread Daniel Kahn Gillmor
On 05/26/2011 06:04 PM, Carl Worth wrote: 2. The hello screen is now lying a bit by saying all tags. Perhaps if the user has the notmuch-hello-hide-tags variable set to non-nil the text might change somewhat? I'm not sure to what exactly. maybe all non-hidden tags ? --dkg