Bug#1021578: notmuch --config='' setup: "g_rename() failed: No such file or directory"

2022-10-11 Thread Tomi Ollila
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]: >

Bug#976934: [PATCH] build/docs: move docstring prereq to file targets

2020-12-10 Thread Tomi Ollila
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

Bug#966100: notmuch-mutt: replace shell pipeline with internal pipe processing

2020-08-11 Thread Tomi Ollila
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

Bug#841319: test-lib.sh: rename $DTACH_TERM to $SMART_TERM

2016-10-20 Thread Tomi Ollila
--- 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

Bug#841319: test: use vt100 as "smart" terminal for known dumb/unknown terminals

2016-10-20 Thread Tomi Ollila
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

Bug#810784: [Gaudenz Steinlin] Bug#810784: should match email adress case insensitive when sending encrypted mail

2016-02-10 Thread Tomi Ollila
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

Bug#567648: Re; dash: please document that set -x in a subshell can cause non-determinism

2013-10-07 Thread Tomi Ollila
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

Bug#683505: notmuch: FTBFS if built twice in a row: unrepresentable changes to source

2012-08-02 Thread Tomi Ollila
On Thu, Aug 02 2012, Jameson Graef Rollins jroll...@finestructure.net wrote: On Wed, Aug 01 2012, David Bremner da...@tethera.net 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

Bug#683505: notmuch: FTBFS if built twice in a row: unrepresentable changes to source

2012-08-02 Thread Tomi Ollila
On Thu, Aug 02 2012, Austin Clements amdra...@mit.edu wrote: Quoth Jameson Graef Rollins on Aug 01 at 8:10 pm: On Wed, Aug 01 2012, David Bremner da...@tethera.net wrote: As I mentioned on IRC, the test only fails on the Debian build machines (building in a clean chroot using sbuild is not

Bug#683505: notmuch: FTBFS if built twice in a row: unrepresentable changes to source

2012-08-01 Thread Tomi Ollila
On Wed, Aug 01 2012, David Bremner da...@tethera.net wrote: Jakub Wilk jw...@debian.org writes: | dpkg-source: error: cannot represent change to test/tmp.json/mail/.notmuch/xapian/record.baseB: binary file contents changed | dpkg-source: error: add

Bug#652359: notmuch-emacs won't display correctly quoted-printable iso-8859-1 mails

2011-12-18 Thread Tomi Ollila
On Sun, 18 Dec 2011 15:53:26 +0100, Olivier Berger olivier.ber...@it-sudparis.eu wrote: On Sun, 18 Dec 2011 10:11:37 -0400, David Bremner da...@tethera.net 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