unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2020-08-06 07:19:47 to 2020-09-06 00:57:24 UTC [more...]

Notmuch 0.31 is now available
 2020-09-06  0:57 UTC 

[PATCH] News: add entry for unthreaded mode
 2020-09-05 17:44 UTC 

[PATCH] test: fix syntax errors in erroring calls to notmuch insert
 2020-09-05  0:05 UTC  (3+ messages)

starting release process for 0.31
 2020-09-04 10:59 UTC  (10+ messages)
    ` call for NEWS entries "
      ` Last "

[PATCH 1/3] debian: suggest elpa-mailscripts
 2020-08-29 12:35 UTC  (4+ messages)
` [PATCH 2/3] debian: suggest mailscripts
` [PATCH 3/3] debian: drop notmuch-emacs dependency package

[PATCH 1/2] NEWS: mention Emacs 27.1 compatibility fixes
 2020-08-29 12:23 UTC  (2+ messages)
` [PATCH 2/2] NEWS: mention reproducibility fix

[PATCH 1/5] NEWS: mention merging of documentation for python bindings
 2020-08-23 23:38 UTC  (7+ messages)
` [PATCH 2/5] NEWS: mention exception handling changes
` [PATCH 3/5] NEWS: mention port to Xapian 1.5
` [PATCH 4/5] NEWS: mention new API entries
` [PATCH 5/5] NEWS: remaining user visible library changes

[PATCH] NEWS: add news entry for tree navigation changes
 2020-08-23 19:43 UTC  (4+ messages)

[PATCH v2] emacs: Use pop-to-buffer-same-window rather than switch-to-buffer
 2020-08-22 14:38 UTC  (5+ messages)

[PATCH] AUTHORS: update for 0.31
 2020-08-22 12:52 UTC  (2+ messages)

[PATCH] Emacs: Fix notmuch-message-summary-face definition
 2020-08-22 12:51 UTC  (4+ messages)
  ` [PATCH v2] "

emacs: `message-send-hook` being called twice
 2020-08-18  9:53 UTC  (2+ messages)

[PATCH] devel/release-checks.sh: use grep to find copyright year
 2020-08-17 23:58 UTC  (3+ messages)

[PATCH] NEWS: notmuch-mutt: system(shell pipeline) replaced internally
 2020-08-17 20:39 UTC 

[PATCH 0/2] Balance bidi control chars
 2020-08-16 17:41 UTC  (6+ messages)
` [PATCH 1/2] Emacs: Add a new function for balancing "
` [PATCH 2/2] Emacs: Call notmuch-balance-bidi-ctrl-chars in notmuch-sanitize

[PATCH] test: fix uninitialized variable use in T562-lib-database
 2020-08-16 17:07 UTC 

[PATCH] build: clean up sphinx.config
 2020-08-16 15:38 UTC 

[PATCH v2 1/3] emacs/tree: introduce notmuch-tree-parent-buffer variable
 2020-08-16 13:59 UTC  (7+ messages)
` [PATCH v2 2/3] emacs/tree: enable moving to next thread in search results
` [PATCH v2 3/3] emacs/tree: add notmuch-tree-archive-thread-then-next

[PATCH] Fix database instructions in test/README: make download-corpus
 2020-08-16 13:55 UTC  (3+ messages)
` [PATCH] test: update README to reflect dropping upgrade tests

[PATCH 0/3] Adjust test for changes in Emacs 27
 2020-08-15 14:25 UTC  (3+ messages)
` [PATCH 3/3] test: Explicitly state that we want to sign with sender

[PATCH] Emacs: Indent first header line only when indentation is turned on
 2020-08-15 12:23 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

Signing messages with emacs 27.1
 2020-08-13 12:24 UTC  (3+ messages)

[PATCH] notmuch-mutt: replace shell pipeline with internal pipe processing
 2020-08-12 23:45 UTC  (3+ messages)

[PATCH] configure: Check if emacs >= 25 (instead of >= 24) is available
 2020-08-12 23:45 UTC  (2+ messages)

preliminaries for merged config
 2020-08-12 22:49 UTC  (7+ messages)
` [PATCH 1/6] test: use keys with group 'test' in T590-libconfig
` [PATCH 2/6] lib: factor out feature name related code
` [PATCH 3/6] lib: factor out prefix related code to its own file
` [PATCH 4/6] lib/config: delay setting talloc destructor
` [PATCH 5/6] test: add regression test for searching with alternate config
` [PATCH 6/6] lib: factor out notmuch_database_open* related code to own file

New release for Emacs 27.1?
 2020-08-12  7:21 UTC  (3+ messages)

[PATCH v3] Emacs: Force left-to-right display for message headers
 2020-08-10 18:27 UTC  (12+ messages)
` [PATCH v4] "
      ` [PATCH v5] Emacs: Ensure "
            ` Sanitize bidi control chars

[PATCH 00/23] A create number of cosmetic changes
 2020-08-10  1:25 UTC  (72+ messages)
` [PATCH v2 00/23] A great "
  ` [PATCH v2 01/23] emacs: Shorten long lines
  ` [PATCH v2 02/23] emacs: Remove excess empty lines
  ` [PATCH v2 03/23] emacs: Fix indentation
  ` [PATCH v2 04/23] emacs: Closing parenthesis go on the same line
  ` [PATCH v2 05/23] emacs: Only set one variable per setq form
  ` [PATCH v2 06/23] emacs: Use cl-incf where appropriate
  ` [PATCH v2 07/23] emacs: Use 'and' instead of 'when' when the return value matters
  ` [PATCH v2 08/23] emacs: Use 'unless' instead of 'when' and 'not'
  ` [PATCH v2 09/23] emacs: Use 'when' instead of 'if' when there is no ELSE part
  ` [PATCH v2 10/23] emacs: Use one or three lines for 'if' forms
  ` [PATCH v2 11/23] emacs: Extend face to window edge again
  ` [PATCH v2 12/23] emacs: Fix some function declarations
  ` [PATCH v2 13/23] emacs: No longer define notmuch-hello-mode-map as a function
  ` [PATCH v2 14/23] emacs: notmuch-poll: Let the user know we are polling
  ` [PATCH v2 15/23] emacs: Use makefile-gmake-mode in Makefile*s
  ` [PATCH v2 16/23] emacs: Improve doc-strings
  ` [PATCH v2 17/23] emacs: Autoload notmuch-jump-search only once
  ` [PATCH v2 18/23] emacs: Autoload notmuch-jump using an autoload cookie
  ` [PATCH v2 19/23] emacs: Various cosmetic changes
  ` [PATCH v2 20/23] emacs: Increase consistency of library headers
  ` [PATCH v2 21/23] Fix typos
  ` [PATCH v2 22/23] .dir-locals.el: Set variables for correct "shell" mode
  ` [PATCH v2 23/23] test: Fix indentation
` [PATCH v3 00/34] A great number of cosmetic changes
  ` [PATCH v3 01/34] emacs: Shorten long lines
  ` [PATCH v3 02/34] emacs: Remove excess empty lines
  ` [PATCH v3 03/34] emacs: Fix indentation
  ` [PATCH v3 04/34] emacs: Closing parenthesis go on the same line
  ` [PATCH v3 05/34] emacs: Only set one variable per setq form
  ` [PATCH v3 06/34] emacs: Use 'and' instead of 'when' when the return value matters
  ` [PATCH v3 07/34] emacs: Use 'unless' instead of 'when' and 'not'
  ` [PATCH v3 08/34] emacs: Use 'when' instead of 'if' when there is no ELSE part
  ` [PATCH v3 09/34] emacs: Use one or three lines for 'if' forms
  ` [PATCH v3 10/34] emacs: Extend face to window edge again
  ` [PATCH v3 11/34] emacs: Fix some function declarations
  ` [PATCH v3 12/34] emacs: No longer define notmuch-hello-mode-map as a function
  ` [PATCH v3 13/34] emacs: notmuch-poll: Let the user know we are polling
  ` [PATCH v3 14/34] emacs: Use makefile-gmake-mode in Makefile*s
  ` [PATCH v3 15/34] emacs: Improve doc-strings
  ` [PATCH v3 16/34] emacs: Autoload notmuch-jump-search only once
  ` [PATCH v3 17/34] emacs: Autoload notmuch-jump using an autoload cookie
  ` [PATCH v3 18/34] emacs: Various cosmetic changes
  ` [PATCH v3 19/34] emacs: Increase consistency of library headers
  ` [PATCH v3 20/34] Fix typos
  ` [PATCH v3 21/34] .dir-locals.el: Set variables for correct "shell" mode
  ` [PATCH v3 22/34] test: Fix indentation
  ` [PATCH v3 23/34] .gitignore: Sort using sort-lines
  ` [PATCH v3 24/34] emacs: Provide 'rstdoc' feature at end of file
  ` [PATCH v3 25/34] emacs: Add end-of-file line to libraries that lack it
  ` [PATCH v3 26/34] NEWS: Add stub for 0.31
  ` [PATCH v3 27/34] NEWS: At least Emacs 25.1 is required now
  ` [PATCH v3 28/34] emacs: Use cl-incf where appropriate
  ` [PATCH v3 29/34] emacs: Remove notmuch-setq-local
  ` [PATCH v3 30/34] emacs: Remove notmuch-read-char-choice
  ` [PATCH v3 31/34] emacs: Drop old advices that were only need for Emacs 23
  ` [PATCH v3 32/34] emacs: Do not abuse advice to monkey patch while testing
  ` [PATCH v3 33/34] emacs: Use new advice mechanism do advice mm-shr
  ` [PATCH v3 34/34] try-emacs-mua: Trim `require' advice for Emacs 25

Initial implementation of merged config
 2020-08-09 10:18 UTC  (22+ messages)
` [PATCH 01/19] test: use keys with group 'test' in T590-libconfig
` [PATCH 02/19] lib: add stub for notmuch_database_open_with_config
` [PATCH 03/19] lib: cache configuration information from database
` [PATCH 04/19] WIP: add notmuch_config_get
` [PATCH 05/19] WIP: add notmuch_config_set
` [PATCH 06/19] WIP: initial retrieval of database path from config file
` [PATCH 07/19] test/libconfig; use n_database_open_with_config
` [PATCH 08/19] WIP: add _notmuch_config_load_from_file
` [PATCH 09/19] lib: factor out feature name related code
` [PATCH 10/19] lib: factor out prefix related code to its own file
` [PATCH 11/19] lib: factor out notmuch_database_open* related code to "
` [PATCH 12/19] WIP: adding fallbacks for NULL config_path
` [PATCH 13/19] lib/config: delay setting talloc destructor
` [PATCH 14/19] WIP: add strsplit_len
` [PATCH 15/19] WIP: add config values iterator
` [PATCH 16/19] test: add regression test for searching with alternate config
` [PATCH 17/19] cli/config: add accessor for config file name
` [PATCH 18/19] WIP converting notmuch search to new style config
` [PATCH 19/19] WIP: switch notmuch-show to new config framework

[PATCH] configure: detect version by compiler for build
 2020-08-08 19:14 UTC  (4+ messages)
` [PATCH v2] configure: check for pytest with python -m pytest

[PATCH] emacs: Use pop-to-buffer-same-window rather than switch-to-buffer
 2020-08-07 22:05 UTC 

[PATCH 1/3] emacs/tree: introduce notmuch-tree-parent-buffer variable
 2020-08-07 11:49 UTC  (4+ messages)
` [PATCH 2/3] emacs/tree: enable moving to next thread in search results

Emacs tests timeout with Emacs 27.1 (release candidate)
 2020-08-06 17:19 UTC  (2+ 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).