Patch review/application process

2011-10-25 Thread Daniel Schoepe
his (Of course, I'm also open to arguments showing that I'm making too big a deal out of this :)). Cheers, Daniel -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://n

how do you do everyday mail catchup with notmuch? (was: Re: search for date received possible?)

2011-10-25 Thread Daniel Schoepe
e Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20111025/440e2e80/attachment.pgp>

how do you do everyday mail catchup with notmuch? (was: Re: search for date received possible?)

2011-10-25 Thread Thomas Jost
t (or a stripped-down version on the list). Regards, [1]: http://notmuchmail.org/initial_tagging/ [2]: https://github.com/Schnouki/dotfiles/tree/master/notmuch [3]: https://github.com/Schnouki/dotfiles/blob/master/emacs/init-50-mail.el -- Thomas/Schnouki -- next part -- 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/20111025/e7dd5d7f/attachment-0001.pgp>

Patch review/application process

2011-10-25 Thread David Bremner
On Tue, 25 Oct 2011 22:42:33 +0200, Daniel Schoepe wrote: > A mechanism to share notmuch tags between users could probably also be > adapted for this purpose, but this would make it harder for > non-notmuch users to discuss issues / see existing with the same > comfort. (Package

how do you do everyday mail catchup with notmuch? (was: Re: search for date received possible?)

2011-10-25 Thread Gregor Zattler
Hi Daniel, notmuch users and developers, * Daniel Schoepe [24. Oct. 2011]: > On Sun, 23 Oct 2011 23:42:54 +0200, Gregor Zattler > wrote: > Unfortunately, notmuch doesn't index all headers at the moment (only > From, To, Cc, etc.), so I don't think this is currently possible. It has > been on

Emacs: notmuch-show-mode failing to actually update tags

2011-10-25 Thread Erlend Simonsen
I've been toying around with notmuch the last few days, and I'm having some problems with the Emacs mode. Updating tags from the search result is fine (except it doesn't reapply the tag-faces when changed), but all updates done while viewing a single message/thread end up being ignored as the

[PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Tomi Ollila
On Tue 25 Oct 2011 11:31, Amadeusz ?o?nowski writes: > Excerpts from Tomi Ollila's message of 2011-10-25 10:17:20 +0200: >> On Tue 25 Oct 2011 11:11, Amadeusz ?o?nowski >> writes: >> >> > Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: >> >> However there is something

[PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Tomi Ollila
On Tue 25 Oct 2011 11:11, Amadeusz ?o?nowski writes: > Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: >> However there is something annoying in the commit: >> >> +# The directory to which emacs lisp files should be installed >> +emacsetcdir=${EMACSETCDIR} >> >> $EMACSETCDIR

[PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Tomi Ollila
On Tue 25 Oct 2011 10:12, Thomas Jost writes: > On Mon, 24 Oct 2011 22:13:11 -0300, David Bremner > wrote: >> On Mon, 24 Oct 2011 20:34:58 +0200, Amadeusz ?o?nowski > aidecoe.name> wrote: >> > --emacsetcdir was added, but it's set default to the same value as >> > --emacslispdir for backward

[PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Amadeusz Żołnowski
bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20111025/d1776c34/attachment.pgp>

Emacs: notmuch-show-mode failing to actually update tags

2011-10-25 Thread Jameson Graef Rollins
org/pipermail/notmuch/attachments/20111025/81561714/attachment.pgp>

[PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Amadeusz Żołnowski
?o?nowski -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20111025/efe708a4/attachment.pgp>

[PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Amadeusz Żołnowski
Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: > However there is something annoying in the commit: > > +# The directory to which emacs lisp files should be installed > +emacsetcdir=${EMACSETCDIR} > > $EMACSETCDIR is not for emacs lisp files (that's what $EMACSLISPDIR is >

[PATCH] Separate Emacs misc. files dir. from Emacs code dir.

2011-10-25 Thread Amadeusz Żołnowski
New option --emacsetcdir was added, but it's set default to the same value as --emacslispdir for backward compatibility. --- configure| 15 +++ emacs/Makefile.local |3 ++- 2 files changed, 17 insertions(+), 1 deletions(-) diff --git a/configure b/configure index

[PATCH] emacs: Let the user choose where to compose new mails

2011-10-25 Thread Thomas Jost
--- emacs/notmuch-mua.el | 37 +++-- 1 files changed, 35 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 8824b08..ebc922f 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -31,6 +31,34 @@ :group

[PATCH 2/4] emacs: Support a message-mode switch function in notmuch-mua

2011-10-25 Thread Thomas Jost
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/20111025/796b70a0/attachment.pgp>

[PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Thomas Jost
r), so this line needs be fixed. Regards -- Thomas/Schnouki -- next part -- 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/20111025/736e7685/attachment.pgp>

Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Thomas Jost
On Mon, 24 Oct 2011 22:13:11 -0300, David Bremner da...@tethera.net wrote: On Mon, 24 Oct 2011 20:34:58 +0200, Amadeusz Żołnowski aide...@aidecoe.name wrote: --emacsetcdir was added, but it's set default to the same value as --emacslispdir for backward compatibility. --- At a quick

Re: [PATCH 2/4] emacs: Support a message-mode switch function in notmuch-mua

2011-10-25 Thread Thomas Jost
On Tue, 18 Oct 2011 07:46:48 -0700, Jameson Graef Rollins jroll...@finestructure.net wrote: On Tue, 11 Oct 2011 21:49:48 +0200, Thomas Jost schno...@schnouki.net wrote: Another question about this feature: how do you make the window (frame) go away after the email is sent? I do this:

[PATCH] emacs: Let the user choose where to compose new mails

2011-10-25 Thread Thomas Jost
--- emacs/notmuch-mua.el | 37 +++-- 1 files changed, 35 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 8824b08..ebc922f 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -31,6 +31,34 @@ :group

[PATCH] Separate Emacs misc. files dir. from Emacs code dir.

2011-10-25 Thread Amadeusz Żołnowski
New option --emacsetcdir was added, but it's set default to the same value as --emacslispdir for backward compatibility. --- configure| 15 +++ emacs/Makefile.local |3 ++- 2 files changed, 17 insertions(+), 1 deletions(-) diff --git a/configure b/configure index

Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Amadeusz Żołnowski
Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: However there is something annoying in the commit: +# The directory to which emacs lisp files should be installed +emacsetcdir=${EMACSETCDIR} $EMACSETCDIR is not for emacs lisp files (that's what $EMACSLISPDIR is for), so

Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Tomi Ollila
On Tue 25 Oct 2011 10:12, Thomas Jost schno...@schnouki.net writes: On Mon, 24 Oct 2011 22:13:11 -0300, David Bremner da...@tethera.net wrote: On Mon, 24 Oct 2011 20:34:58 +0200, Amadeusz Żołnowski aide...@aidecoe.name wrote: --emacsetcdir was added, but it's set default to the same value

Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Tomi Ollila
On Tue 25 Oct 2011 11:11, Amadeusz Żołnowski aide...@aidecoe.name writes: Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: However there is something annoying in the commit: +# The directory to which emacs lisp files should be installed +emacsetcdir=${EMACSETCDIR}

Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Amadeusz Żołnowski
Excerpts from Tomi Ollila's message of 2011-10-25 10:17:20 +0200: On Tue 25 Oct 2011 11:11, Amadeusz Żołnowski aide...@aidecoe.name writes: Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: However there is something annoying in the commit: +# The directory to which

Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Amadeusz Żołnowski
Excerpts from Tomi Ollila's message of 2011-10-25 10:15:15 +0200: emacslispdir is supposed to be PREFIX/share/emacs/site-lisp In case emacsetcdir is not set to anything else this is to be the same. But what is the value for emacsetcdir used in Gentoo ? The policy in Gentoo with Emacs is

Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs code directory.

2011-10-25 Thread Tomi Ollila
On Tue 25 Oct 2011 11:31, Amadeusz Żołnowski aide...@aidecoe.name writes: Excerpts from Tomi Ollila's message of 2011-10-25 10:17:20 +0200: On Tue 25 Oct 2011 11:11, Amadeusz Żołnowski aide...@aidecoe.name writes: Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200: However

Emacs: notmuch-show-mode failing to actually update tags

2011-10-25 Thread Erlend Simonsen
I've been toying around with notmuch the last few days, and I'm having some problems with the Emacs mode. Updating tags from the search result is fine (except it doesn't reapply the tag-faces when changed), but all updates done while viewing a single message/thread end up being ignored as the

how do you do everyday mail catchup with notmuch? (was: Re: search for date received possible?)

2011-10-25 Thread Gregor Zattler
Hi Daniel, notmuch users and developers, * Daniel Schoepe dan...@schoepe.org [24. Oct. 2011]: On Sun, 23 Oct 2011 23:42:54 +0200, Gregor Zattler telegr...@gmx.net wrote: Unfortunately, notmuch doesn't index all headers at the moment (only From, To, Cc, etc.), so I don't think this is currently

Re: how do you do everyday mail catchup with notmuch? (was: Re: search for date received possible?)

2011-10-25 Thread Thomas Jost
On Tue, 25 Oct 2011 19:31:01 +0200, Gregor Zattler telegr...@gmx.net wrote: With a convectional email setup, emails are filtered in one/several folders and one looks in these folders for new emails which weren't there last time. (Especially outlook) users get fooled if important emails have

Re: how do you do everyday mail catchup with notmuch? (was: Re: search for date received possible?)

2011-10-25 Thread Daniel Schoepe
On Tue, 25 Oct 2011 19:31:01 +0200, Gregor Zattler telegr...@gmx.net wrote: How do you make sure you don't miss emails while using notmuch? My setup is similar to Thomas Jost's setup described in his reply to this, except for a few points: - I am subscribed to many mailing lists, but read few

Patch review/application process

2011-10-25 Thread Daniel Schoepe
Hello, as many of you have probably noticed, the time after which patches are reviewed and/or applied is considerably higher lately than it was, for example, earlier this year. My subjective impression is that there is also a recent increase in contributions and general activity for/about

Re: Patch review/application process

2011-10-25 Thread David Bremner
On Tue, 25 Oct 2011 22:42:33 +0200, Daniel Schoepe dan...@schoepe.org wrote: A mechanism to share notmuch tags between users could probably also be adapted for this purpose, but this would make it harder for non-notmuch users to discuss issues / see existing with the same comfort.