[PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Jani Nikula
allows dropping out some elements. And renaming. And changing the queries... (I had something like that in mind originally but then settled with just capitalizing the important ones to show them first.) BR, Jani. > > Regards, > Dmitry > > > Cheers, > > Daniel > ___ > notmuch mailing list > notmuch at notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120305/79b93631/attachment.html>

[PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Daniel Schoepe
aniel -- 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/20120305/fdf57c8c/attachment.pgp>

[PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Dmitry Kurochkin
On Mon, 05 Mar 2012 12:17:43 +0100, Daniel Schoepe wrote: > On Mon, 05 Mar 2012 06:21:52 +0400, Dmitry Kurochkin gmail.com> wrote: > > On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe > > wrote: > > > notmuch-saved-search-sort-function might destructively modify its > > > input (`sort' does

[PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Tomi Ollila
On Mon, 05 Mar 2012 12:17:43 +0100, Daniel Schoepe wrote: > On Mon, 05 Mar 2012 06:21:52 +0400, Dmitry Kurochkin gmail.com> wrote: > > On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe > > wrote: > > > notmuch-saved-search-sort-function might destructively modify its > > > input (`sort' does

[alot] mails tagged 'killed' reappearing

2012-03-05 Thread Patrick Totzke
Quoting Philippe LeCavalier (2012-03-05 13:07:39) >Quoting Patrick Totzke (2012-03-05 05:04:21) >>I presume by reappear you mean that once you receive another mail of that >>thread, >>the thread ends up in your inbox again? >Yes. >> >>You should be aware that tag "killed" is not special in any kin

Re: [PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Dmitry Kurochkin
On Mon, 5 Mar 2012 22:55:54 +0200, Jani Nikula wrote: > On Mar 5, 2012 5:43 PM, "Dmitry Kurochkin" > wrote: > > > > On Mon, 05 Mar 2012 12:17:43 +0100, Daniel Schoepe > wrote: > > > On Mon, 05 Mar 2012 06:21:52 +0400, Dmitry Kurochkin < > dmitry.kuroch...@gmail.com> wrote: > > > > On Thu, 1 Mar

Re: [PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Daniel Schoepe
On Mar 5, 2012 5:43 PM, "Dmitry Kurochkin" > I do not buy the argument that we should help users who implement their > own sorting functions but do not read documentation for functions they > use. Apparently, those who implemented the `sort' function had similar > ideas. And I do not think it is

Re: [PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Jani Nikula
On Mar 5, 2012 5:43 PM, "Dmitry Kurochkin" wrote: > > On Mon, 05 Mar 2012 12:17:43 +0100, Daniel Schoepe wrote: > > On Mon, 05 Mar 2012 06:21:52 +0400, Dmitry Kurochkin < dmitry.kuroch...@gmail.com> wrote: > > > On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe wrote: > > > > notmuch-saved-sear

[PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Daniel Schoepe
t -- 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/20120305/96dfbe90/attachment.pgp>

[PATCH 2/2] Do not try to parse the options for --build and --host arguments

2012-03-05 Thread Justus Winter
Formerly the code assumed the arguments to be triples and threw an error if this was not the case. But those arguments are only there for compatibility with autotools and are not used within the build system, so just dropping the code parsing these values makes the build system more robust. Signed

[PATCH 1/2] Add GNU as a valid platform

2012-03-05 Thread Justus Winter
Signed-off-by: Justus Winter <4winter at informatik.uni-hamburg.de> --- configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 8b85b9d..77203ed 100755 --- a/configure +++ b/configure @@ -362,9 +362,9 @@ elif [ $uname = "SunOS" ] ; then

[alot] mails tagged 'killed' reappearing

2012-03-05 Thread Patrick Totzke
Hi Phil, Quoting Philippe LeCavalier (2012-03-03 18:37:32) >I can't tell if it's _all_ killed mails but I can say for sure that some >tagged mails reappear in the inbox despite them tagged 'killed' and the >search mode filter is inbox AND NOT tag:killed. I presume by reappear you mean that once y

[PATCH] emacs: keep customizations in groups

2012-03-05 Thread Jani Nikula
> (function :tag "Use lpr" notmuch-print-lpr) > > (function :tag "Use ps-print" notmuch-print-ps-print) > > -- > > 1.7.5.4 > > > > ___ > > notmuch mailing list > > notmuch at notmuchmail.org > > http://notmuchmail.org/mailman/listinfo/notmuch -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120305/ba456b30/attachment-0001.html>

Re: [PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Dmitry Kurochkin
On Mon, 05 Mar 2012 12:17:43 +0100, Daniel Schoepe wrote: > On Mon, 05 Mar 2012 06:21:52 +0400, Dmitry Kurochkin > wrote: > > On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe > > wrote: > > > notmuch-saved-search-sort-function might destructively modify its > > > input (`sort' does that, for

Re: [PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Tomi Ollila
On Mon, 05 Mar 2012 12:17:43 +0100, Daniel Schoepe wrote: > On Mon, 05 Mar 2012 06:21:52 +0400, Dmitry Kurochkin > wrote: > > On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe > > wrote: > > > notmuch-saved-search-sort-function might destructively modify its > > > input (`sort' does that, for

[PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Dmitry Kurochkin
On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe wrote: > notmuch-saved-search-sort-function might destructively modify its > input (`sort' does that, for instance), so it should not be given > notmuch-saved-searches directly. > --- -1 I think we should require `notmuch-saved-search-sort-func

Re: [alot] mails tagged 'killed' reappearing

2012-03-05 Thread Patrick Totzke
Quoting Philippe LeCavalier (2012-03-05 13:07:39) >Quoting Patrick Totzke (2012-03-05 05:04:21) >>I presume by reappear you mean that once you receive another mail of that >>thread, >>the thread ends up in your inbox again? >Yes. >> >>You should be aware that tag "killed" is not special in any kin

[PATCH] emacs-hello: Do not calculate the count of the messages in hidden sections

2012-03-05 Thread Dmitry Kurochkin
Hi Michal. On Sat, 18 Feb 2012 23:12:29 +0100, Michal Sojka wrote: > The result is that hello screen shows much faster when some sections are > hidden. > --- The patch looks good to me. Please do not send new patches as replies to other patch threads. It makes it difficult to track, especially

Re: [PATCH v2] emacs: Pass a copy to notmuch-saved-search-sort-function

2012-03-05 Thread Daniel Schoepe
On Mon, 05 Mar 2012 06:21:52 +0400, Dmitry Kurochkin wrote: > On Thu, 1 Mar 2012 21:24:38 +0100, Daniel Schoepe wrote: > > notmuch-saved-search-sort-function might destructively modify its > > input (`sort' does that, for instance), so it should not be given > > notmuch-saved-searches directly.

[PATCH 2/2] Do not try to parse the options for --build and --host arguments

2012-03-05 Thread Justus Winter
Formerly the code assumed the arguments to be triples and threw an error if this was not the case. But those arguments are only there for compatibility with autotools and are not used within the build system, so just dropping the code parsing these values makes the build system more robust. Signed

[PATCH 1/2] Add GNU as a valid platform

2012-03-05 Thread Justus Winter
Signed-off-by: Justus Winter <4win...@informatik.uni-hamburg.de> --- configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 8b85b9d..77203ed 100755 --- a/configure +++ b/configure @@ -362,9 +362,9 @@ elif [ $uname = "SunOS" ] ; then

Re: [alot] mails tagged 'killed' reappearing

2012-03-05 Thread Patrick Totzke
Hi Phil, Quoting Philippe LeCavalier (2012-03-03 18:37:32) >I can't tell if it's _all_ killed mails but I can say for sure that some >tagged mails reappear in the inbox despite them tagged 'killed' and the >search mode filter is inbox AND NOT tag:killed. I presume by reappear you mean that once y

[PATCH] emacs: fix MML quoting in replies

2012-03-05 Thread Mark Walters
On Sun, 4 Mar 2012 10:25:38 +0200, Jani Nikula wrote: > The reply MML quoting added in commit ae438cc unintentionally MML > quotes also the signature/encryption MML tags added via > message-setup-hook, causing the reply not to be signed/encrypted. > > MML quote just the original message in the t