Re: out of memory on idle machine

2021-02-03 Thread David Bremner
Gregor Zattler writes: > > Installed notmuch-dbgsym (0.28.4-1) and gdb. > > grfz@mic:/etc$ gdb --args notmuch new > [...] > (gdb) b notmuch-new.c:420 > Breakpoint 1 at 0x10601: file notmuch-new.c, line 421. > (gdb) run > Starting program: /usr/bin/notmuch new > [Thread debugging using libthread_db

Re: out of memory on idle machine

2021-02-03 Thread David Bremner
Gregor Zattler writes: > > 0 (master *) grfz@no:~/Mail/.notmuch$ stat --format "%Y" ~/Mail/inbox/cur > 1612091679 > 0 (master *) grfz@no:~/Mail/.notmuch$ stat --format "%y" ~/Mail/inbox/cur > 2021-01-31 12:14:39.771049424 +0100 > 0 (master *) grfz@no:~/Mail/.notmuch$ > 0 (master *) grfz@no:~/Mai

[PATCH v2] emacs: When completing tags, offer each tag once

2021-02-03 Thread David Edmondson
When prompting for one or more tags to add or remove to/from one or more threads, ensure that the set of tags offered for completion contains no duplicates. Some completion packages (e.g. selectrum) will include every member of the offered list, resulting in the same tag being indicated as a possi