unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-09-24 17:48:01 to 2020-12-14 16:25:06 UTC [more...]

Corrupted database (notmuch 0.31, Emacs 27.1.50, afew 3.0.1, OfflineIMAP, Python)
 2020-11-18 13:45 UTC  (2+ messages)
` Please discard---Corrupted "

[PATCH 00/32] [emacs] Add outline headings and switch to lexical scope
 2020-12-14 16:23 UTC  (9+ messages)
` [PATCH 01/32] emacs: use setq instead of set
` [PATCH 02/32] emacs: sanitize dedicated widget action/notify functions
` [PATCH 03/32] emacs: define new notmuch-search-item widget type
` [PATCH 04/32] emacs: notmuch-start-notmuch: remove backward compatibility code
` [PATCH 05/32] emacs: notmuch-start-notmuch-error-sentinel: assert buffer is alive
` [PATCH 06/32] emacs: notmuch-start-notmuch-sentinel: "
` [PATCH 07/32] emacs: notmuch-start-notmuch: avoid storing process buffer twice
` [PATCH 09/32] emacs: avoid killing process buffer when process is still alive

[PATCH 00/27] Another set up Emacs cleanup
 2020-12-14 13:39 UTC  (68+ messages)
` [PATCH 01/27] emacs: silence byte-compiler
` [PATCH 02/27] emacs: define notmuch-message-mode-map explicitly
` [PATCH 03/27] emacs: add doc-string to notmuch-tree-mode-map
` [PATCH 04/27] emacs: don't fset keymaps
` [PATCH 05/27] emacs: remove redundant notmuch-hello-trim
` [PATCH 06/27] emacs: fix old bug in notmuch-mua-mail
` [PATCH 07/27] emacs: remove kludge for Emacs 23 from notmuch-mua-mail
` [PATCH 08/27] emacs: more cleanup since dropping support for Emacs 24
` [PATCH 09/27] emacs: sanitize function that displays version
` [PATCH 10/27] emacs: define notmuch-hello-url as a constant
` [PATCH 11/27] emacs: shorten/replace first sentence of a few doc-strings
` [PATCH 12/27] emacs: place only first sentence on first doc-string line
` [PATCH 13/27] emacs: place complete "
` [PATCH 14/27] emacs: always use elisp quoting style in doc-strings
` [PATCH 15/27] emacs: misc doc-string improvements
` [PATCH 16/27] emacs: remove deprecated notmuch-folder command
` [PATCH 17/27] emacs: remove unnecessary notmuch-remove-if-not
` [PATCH 18/27] emacs: remove unused notmuch-address-locate-command
` [PATCH 19/27] emacs: remove unnecessary notmuch-tree-button-activate
` [PATCH 20/27] emacs: inline notmuch-documentation-first-line
` [PATCH 21/27] emacs: inline notmuch-split-content-type
` [PATCH 22/27] emacs: use defvar-local
` [PATCH 23/27] emacs: use setq-local
` [PATCH 24/27] emacs: use setq instead set
` [PATCH 25/27] emacs: do not quote self-quoting t
` [PATCH 26/27] emacs: avoid binding unnamed commands in keymaps
` [PATCH 27/27] emacs: various cosmetic improvements
` [PATCH 00/23] Another set up Emacs cleanup
  ` [PATCH v2 01/23] emacs: remove redundant notmuch-hello-trim
  ` [PATCH v2 02/23] emacs: fix old bug in notmuch-mua-mail
  ` [PATCH v2 03/23] emacs: remove kludge for Emacs 23 from notmuch-mua-mail
  ` [PATCH v2 04/23] emacs: more cleanup since dropping support for Emacs 24
  ` [PATCH v2 05/23] emacs: sanitize function that displays version
  ` [PATCH v2 06/23] emacs: define notmuch-hello-url as a constant
  ` [PATCH v2 07/23] emacs: shorten/replace first sentence of a few doc-strings
  ` [PATCH v2 08/23] emacs: place only first sentence on first doc-string line
  ` [PATCH v2 09/23] emacs: place complete "
  ` [PATCH v2 10/23] emacs: always use elisp quoting style in doc-strings
  ` [PATCH v2 11/23] emacs: misc doc-string improvements
  ` [PATCH v2 12/23] emacs: remove deprecated notmuch-folder command
  ` [PATCH v2 13/23] emacs: remove unnecessary notmuch-remove-if-not
  ` [PATCH v2 14/23] emacs: remove unused notmuch-address-locate-command
  ` [PATCH v2 15/23] emacs: remove unnecessary notmuch-tree-button-activate
  ` [PATCH v2 16/23] emacs: inline notmuch-documentation-first-line
  ` [PATCH v2 17/23] emacs: inline notmuch-split-content-type
  ` [PATCH v2 18/23] emacs: use defvar-local
  ` [PATCH v2 19/23] emacs: use setq-local
  ` [PATCH v2 20/23] emacs: use setq instead set
  ` [PATCH v2 21/23] emacs: do not quote self-quoting t
  ` [PATCH v2 22/23] emacs: avoid binding unnamed commands in keymaps
  ` [PATCH v2 23/23] emacs: various cosmetic improvements

consistent database corruption with notmuch new
 2020-12-14 12:27 UTC  (9+ messages)

[PATCH] test/T360-symbol-hiding: use readelf in place of nm
 2020-12-13 12:58 UTC  (3+ messages)

Struggling to compile notmuch on Mac OS Big Sur /ARM - gmime library detection
 2020-12-13 12:52 UTC  (4+ messages)

[PATCH] build/docs: move docstring prereq to file targets
 2020-12-11 11:43 UTC  (4+ messages)

why doesn't notmuch-search-toggle-order work in unthreaded view?
 2020-12-06 19:24 UTC  (2+ messages)

Machine-learning-based tagging solution prototype
 2020-12-02 22:30 UTC 

Notmuch Emacs 0.31.2 documentation and keybinding suggestions
 2020-11-25 17:05 UTC 

New Python bindings (notmuch2 module) fail to exclude tags
 2020-11-25 11:07 UTC  (6+ messages)

notmuch2 (python cffi bindings) segfault gdb logs
 2020-11-25 10:35 UTC  (3+ messages)

question: how to change file extension generated by (notmuch-show-view-part)
 2020-11-23 11:37 UTC  (5+ messages)

python-cffi: experiment with extracting cdefs from notmuch.h
 2020-11-22 16:23 UTC  (2+ messages)
` [PATCH] python-cffi: Extract "

[PATCH] emacs: add notmuch-expr, sexp-style queries
 2020-11-22 14:07 UTC  (5+ messages)
` [PATCH v2] "

listing all the tags I've been using
 2020-11-20 16:01 UTC  (5+ messages)

Search Case Sensitivity
 2020-11-18 22:53 UTC  (4+ messages)

Corrupted database (notmuch 0.31, Emacs 27.1.50, afew 3.0.1, OfflineIMAP, Python)
 2020-11-18 20:48 UTC  (5+ messages)

emacs: error decrypting s/mime
 2020-11-17 23:25 UTC  (5+ messages)

Programmatically set "From", Ispell dictionary and signature based on recipient
 2020-11-17 20:54 UTC  (2+ messages)

Why some characters are not displayed correctly when setting mm-text-html-renderer to links
 2020-11-16 15:00 UTC 

Debugging slow down over time
 2020-11-12  1:06 UTC  (4+ messages)

T355-smime.sh is flaky
 2020-11-10 12:25 UTC 

[PATCH] Revert "emacs: notmuch-search: avoid wiping out buffer-local variables"
 2020-11-09  1:47 UTC  (2+ messages)

[PATCH 0/3] emacs: allow opting out of notmuch's address completion
 2020-11-08 23:11 UTC  (4+ messages)
` [PATCH 1/3] emacs: notmuch-address-setup: cosmetics
` [PATCH 2/3] emacs: allow opting out of notmuch's address completion
` [PATCH 3/3] emacs: notmuch-address-expand-name: use the actual initial-input

notmuch release 0.31.2 now available
 2020-11-08 17:51 UTC 

notmuch release 0.31.1 now available
 2020-11-08 14:17 UTC 

Problems with unicode characters under emacs and Xorg
 2020-11-03 22:19 UTC  (9+ messages)

segfault in T590-libconfig notmuch_database_get_config_list: closed db
 2020-10-31 17:49 UTC  (4+ messages)
` [PATCH] lib/config: don't set destructor until iterator is initialized

Clashes between "version" files and C++ keyword
 2020-10-30 19:21 UTC  (4+ messages)
` [PATCH] Rename version to version.txt

[PATCH] configure: replace $(realpath emacs) with $(cd emacs && pwd -P)
 2020-10-21 10:15 UTC  (2+ messages)

OOT bindings and python-cffi
 2020-10-21 10:13 UTC 

[PATCH] emacs docs: rstdoc.el: consistent single quote conversions
 2020-10-21  9:59 UTC  (5+ messages)

Dependencies should include "realpath"
 2020-10-20 15:06 UTC  (8+ messages)

Python3 cffi bindings
 2020-10-16  7:24 UTC  (7+ messages)

ANNOUNCE: nottoomuch-addresses.pl
 2020-10-03 12:07 UTC  (2+ messages)
` ANNOUNCE: nottoomuch-addresses.sh 2.5

emacs: How to tab-complete destination email addresses?
 2020-09-29 19:46 UTC  (6+ messages)

muchsync segfault
 2020-09-28 11:11 UTC  (3+ messages)


Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).