On Thu, 24 Nov 2011 16:02:41 -0400, David Bremner wrote:
> From: David Bremner
>
> When I changed the calling convention to pass in all but the zero-th
> argument to subcommands, I missed this one call, resulting in a
> segmentation fault.
LGTM, is analogous to other 'argc -1, [1]' uses and
Previous behaviour was to indent messages in a thread according
to depth by one space per level. This commit tests if setting
notmuch-indent-messages-width to `4' provides a message thread
with four spaces of indentation thread depth.
---
test/emacs |7
Previous behaviour was to indent messages in a thread according
to depth by one space per level. In
id:1311028119-50637-1-git-send-email-fgeller at gmail.com Felix
Geller proposed a patch in order to turn indentation off. This
commit tests if instead setting notmuch-indent-messages-width to
`0'
Previous behaviour was to indent messages in a thread according
to depth by one space per level. This is still the case with
notmuch-indent-messages-width default value `1'. This test
succeeds if output with default value is same as in "Basic
notmuch-show view in emacs".
---
test/emacs |7
Till now Emacs UI indents messages according to their respecive
depth of neting in the thread. The actual width of indentation
per level is hardcoded to `1' space.
This patch makes message indentation customisable by introducing
a variable `notmuch-indent-messages-width' which defaults to `1',
Dear David, notmuch developers,
* David Bremner [24. Nov. 2011]:
> On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler
> wrote:
> The extra copy of the patch header messes up the log messages with the 3
> test related patches in this series are applied. Can you resend with
> git-send-email?
The notmuchmail/releases page used to have LATEST-notmuch-
to link to the latest notmuch source tarball. This is confusing on
web page and on disk when the file has been downloaded. This change
looks a bit inconsistent with the 'rm' command just executed before.
$(TAR_FILE) is defined (currently)
nd the notmuch
build appears fine (crypto et al).
Assuming this mail sends, of course :-)
-- 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/pi
On Thu, 24 Nov 2011, Daniel Schoepe wrote:
> On Thu, 24 Nov 2011 09:54:50 -0400, David Bremner
> wrote:
> > On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe
> > wrote:
> > > From: Daniel Schoepe
> > >
> > > This patch makes the notmuch-hello screen fully customizable
> > > by allowing the
From: David Bremner
When I changed the calling convention to pass in all but the zero-th
argument to subcommands, I missed this one call, resulting in a
segmentation fault.
---
notmuch.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.c
ly now, I guess that can be merged afterwards.
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://notmuchmail.org/pipermail/notmuch/attachments/2024/3569091b/attachment.pgp>
On Sun, 6 Nov 2011 23:15:54 +0100, Antoine Amarilli wrote:
> Hello,
>
> The attached message makes python-notmuch crash when trying to access it (see
> attached log).
>
> I don't know if the encoding of Subject is valid or not, but it would probably
> be better anyway to ignore decoding errors
On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe
wrote:
> From: Daniel Schoepe
>
> This patch makes the notmuch-hello screen fully customizable
> by allowing the user to add and remove arbitrary sections. It
> also provides some convenience functions for constructing sections,
> e.g. showing
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements wrote:
> There's no reason to record undo information for read-only,
> programmatically-constructed buffers. The undo list just chews up
> memory keeping track of our calls to insert.
Pushed.
d
On Tue, Nov 22, 2011 at 5:02 AM, Tom Bulli mrbu...@yahoo.com wrote:
I have a project where I need to search about 21 emails - and decided to use
notmuch for it. The system is a Debian Squeeze, the notmuch version is
0.8-1~bpo60+1 from kyria's private repository.
I am running the notmuch
Where to obtain notmuch 0.10
===
http://notmuchmail.org/releases/notmuch-0.10.tar.gz
Which can be verified with:
http://notmuchmail.org/releases/notmuch-0.10.tar.gz.sha1
6dc3d84da53cb16818d06e1825022f3b23e473d5 notmuch-0.10.tar.gz
Signed-off-by: Jani Nikula j...@nikula.org
---
emacs/notmuch-hello.el |9 +++--
emacs/notmuch-lib.el |8 ++--
emacs/notmuch.el |9 +++--
3 files changed, 20 insertions(+), 6 deletions(-)
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index
Signed-off-by: Jani Nikula j...@nikula.org
---
emacs/notmuch-hello.el | 18 ++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
index ad3ae74..f03e4b9 100644
--- a/emacs/notmuch-hello.el
+++ b/emacs/notmuch-hello.el
On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler telegr...@gmx.net wrote:
From e9cbb995c2d51cb3de3baa485e9a6861f6c36b0a Mon Sep 17 00:00:00 2001
From: Gregor Zattler telegr...@gmx.net
Date: Sun, 23 Oct 2011 21:10:18 +0200
Subject: [PATCH] emacs: test notmuch-indent-messages-width default
Hi
On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe dan...@schoepe.org wrote:
From: Daniel Schoepe daniel.scho...@googlemail.com
This patch makes the notmuch-hello screen fully customizable
by allowing the user to add and remove arbitrary sections. It
also provides some convenience functions
On Thu, 24 Nov 2011 09:54:50 -0400, David Bremner da...@tethera.net wrote:
On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe dan...@schoepe.org wrote:
From: Daniel Schoepe daniel.scho...@googlemail.com
This patch makes the notmuch-hello screen fully customizable
by allowing the user to
On Mon, 21 Nov 2011 17:18:00 +0200, Tomi Ollila tomi.oll...@iki.fi wrote:
Since version 0.8 of dtach -n does no longer require controlling
tty to be present when executed. Currently controlling tty is not
always (if ever) present when tests are executed.
Pushed.
d
On Sun, 20 Nov 2011 20:07:02 -0500, Austin Clements amdra...@mit.edu wrote:
This is just cleanup. These markers are all immediately resolved to
points by Emacs, so using markers here is just unncessary overhead.
Pushed.
d
___
notmuch mailing list
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements amdra...@mit.edu wrote:
There's no reason to record undo information for read-only,
programmatically-constructed buffers. The undo list just chews up
memory keeping track of our calls to insert.
Pushed.
d
On Thu, 24 Nov 2011, Daniel Schoepe wrote:
On Thu, 24 Nov 2011 09:54:50 -0400, David Bremner da...@tethera.net wrote:
On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe dan...@schoepe.org
wrote:
From: Daniel Schoepe daniel.scho...@googlemail.com
This patch makes the notmuch-hello
On Sun, 6 Nov 2011 23:15:54 +0100, Antoine Amarilli antoine.amari...@ens.fr
wrote:
Hello,
The attached message makes python-notmuch crash when trying to access it (see
attached log).
I don't know if the encoding of Subject is valid or not, but it would probably
be better anyway to ignore
From: David Bremner brem...@debian.org
When I changed the calling convention to pass in all but the zero-th
argument to subcommands, I missed this one call, resulting in a
segmentation fault.
---
notmuch.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.c
On Wed, 01 Jun 2011 09:55:16 -0700, Jameson Graef Rollins
jroll...@finestructure.net wrote:
On Wed, 01 Jun 2011 05:35:29 -0700, Dirk Hohndel hohn...@infradead.org
wrote:
This used to work and used to be supported and was broken in a
recent notmuch patch.
If you don't have access to gmime
Dear David, notmuch developers,
* David Bremner da...@tethera.net [24. Nov. 2011]:
On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler telegr...@gmx.net wrote:
The extra copy of the patch header messes up the log messages with the 3
test related patches in this series are applied. Can you
Till now Emacs UI indents messages according to their respecive
depth of neting in the thread. The actual width of indentation
per level is hardcoded to `1' space.
This patch makes message indentation customisable by introducing
a variable `notmuch-indent-messages-width' which defaults to `1',
Previous behaviour was to indent messages in a thread according
to depth by one space per level. In
id:1311028119-50637-1-git-send-email-fgel...@gmail.com Felix
Geller proposed a patch in order to turn indentation off. This
commit tests if instead setting notmuch-indent-messages-width to
`0'
Previous behaviour was to indent messages in a thread according
to depth by one space per level. This commit tests if setting
notmuch-indent-messages-width to `4' provides a message thread
with four spaces of indentation thread depth.
---
test/emacs |7
32 matches
Mail list logo