On Tue, Feb 25 2025, David Bremner wrote:
> This relies on the fact that setting pp-default-function has no effect
> for Emacs <30.
I think this close to a release (and maybe for a while later) this is LGTM.
Tomi
> ---
> test/test-lib.el | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --gi
On Tue, Oct 11 2022, Jakub Wilk wrote:
> Package: notmuch
> Version: 0.37-1
> Severity: minor
>
> I did this by accident[*]:
>
> $ notmuch --config='' setup
> Welcome to notmuch!
> [...]
> Your full name [Jakub Wilk]:
> Your primary email address [jwilk@localhost]:
> Additi
On Wed, Dec 09 2020, David Bremner wrote:
> Under a sufficiently high level of parallelism [1] there seems to be a
> a race condition that allows sphinx-build to start running before the
> docstrings are extracted. This change moves the docstring stamp from
> the phony targets sphinx-html and sphi
The shell pipeline used to symlink files based in search results
to "cache" directory for mutt(1) to use was prone to portability
problems (due to /bin/sh differences).
The replacement executes `notmuch search` without intermediate shell
(so shell_quote was removed in this case), reads the filenam
---
test/test-lib.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/test-lib.sh b/test/test-lib.sh
index bda8a80..77879c2 100644
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -57,7 +57,7 @@ ORIGINAL_TERM=$TERM
# dtach(1) provides more capable terminal environmen
Otherwise use whatever user environment has set for TERM so
that there is more chance to test on users' actual environments.
---
test/test-lib.sh | 16 +++-
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/test/test-lib.sh b/test/test-lib.sh
index 77879c2..e7b8339 100644
On Tue, Feb 09 2016, David Edmondson wrote:
> On Mon, Feb 08 2016, David Edmondson wrote:
>> On Mon, Feb 08 2016, David Edmondson wrote:
>>> On Fri, Jan 15 2016, Daniel Kahn Gillmor wrote:
So where is the case-insensitive lookup happening? Is this a bug in
mml-mode, or in notmuch-emacs
This behaviour is easy to observe with the following command line:
$ rm -f daao.*; strace -ff -o daao dash -c 'set -x; z=`echo | cut -f1 | sort`'
and then
$ grep write daao.*
daao.6716:write(2, "+ ", 2) = 2
daao.6716:write(2, "z=", 2) = 2
daao.6716:wr
On Thu, Aug 02 2012, Austin Clements wrote:
> Quoth Jameson Graef Rollins on Aug 01 at 8:10 pm:
>> On Wed, Aug 01 2012, David Bremner wrote:
>> > As I mentioned on IRC, the test only fails on the Debian build machines
>> > (building in a clean chroot using sbuild is not enough) so it isn't
>> >
On Thu, Aug 02 2012, Jameson Graef Rollins wrote:
> On Wed, Aug 01 2012, David Bremner wrote:
>> As I mentioned on IRC, the test only fails on the Debian build machines
>> (building in a clean chroot using sbuild is not enough) so it isn't
>> really clear how to duplicate the it. Perhaps buildin
On Wed, Aug 01 2012, David Bremner wrote:
> Jakub Wilk writes:
>
>> | dpkg-source: error: cannot represent change to
>> test/tmp.json/mail/.notmuch/xapian/record.baseB: binary file contents changed
>> | dpkg-source: error: add test/tmp.json/mail/.notmuch/xapian/record.baseB in
>> debian/source
On Sun, 18 Dec 2011 15:53:26 +0100, Olivier Berger
wrote:
> On Sun, 18 Dec 2011 10:11:37 -0400, David Bremner wrote:
> > Hi Olivier;
> >
> > Can you try the following patch? If you apply it to git, you can use
> > "make debian-snapshot" to build new packages (assuming you have the
> > pre-reqs)
12 matches
Mail list logo