unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-01-28 17:47:14 to 2017-03-01 16:13:29 UTC [more...]

[RFE] Call `gpg --recv-keys` asynchronously
 2017-03-01 16:13 UTC  (6+ messages)

Add (extracted) attachment text to the search index?
 2017-03-01 11:34 UTC  (2+ messages)

Take two of making gpg using tests more robust
 2017-03-01  2:16 UTC  (7+ messages)
` [PATCH 1/3] Revert "test: use gpgconf --create-socketdir if available"
` [PATCH 2/3] Revert "configure: add test for gpgconf --create-socketdir"
` [PATCH 3/3] test: move GNUPGHOME to TEST_TMPDIR

read after free in notmuch new
 2017-03-01  1:49 UTC  (10+ messages)
          ` [PATCH] lib: fix g_hash_table related read-after-free bug

notmuch release 0.23.7 now available
 2017-03-01  1:37 UTC 

[PATCH 1/2] cli/config: don't try to open config file for 'notmuch help'
 2017-02-28 12:31 UTC  (5+ messages)
` [PATCH 2/2] notmuch-config: ENOENT vs generic handling when file open fails

[PATCH v2 1/2] cli/show: abstract get content disposition
 2017-02-28 12:07 UTC  (3+ messages)
` [PATCH v2 2/2] cli/show: add content-disposition to structured output message parts

[PATCH] emacs: show: stop display of appliaction/* parts
 2017-02-27 20:36 UTC  (7+ messages)
` [PATCH v2] emacs: show: stop display of application/* parts

notmuch release 0.23.6 now available
 2017-02-27 11:12 UTC 

v6 of regexp searching
 2017-02-27  2:34 UTC  (5+ messages)
` [PATCH 1/4] lib: create field processors from prefix table
` [PATCH 2/4] lib: regexp matching in 'subject' and 'from'
` [PATCH 3/4] lib: add mid: as a synonym for id:
` [PATCH 4/4] lib: Add regexp searching for mid: prefix

[PATCH] lib: remove notmuch_query_{count,search}_{threads,messages}
 2017-02-26 21:21 UTC  (11+ messages)
` [PATCH] lib: remove notmuch_query_{count, search}_{threads, messages}
` v2 remove notmuch_query_{count,search}_{threads,messages}
  ` [PATCH 1/6] lib: bump SONAME to libnotmuch5
  ` [PATCH 2/6] lib: replace n_query_search_threads with status returning version
  ` [PATCH 3/6] lib: replace deprecated n_q_search_messages "
  ` [PATCH 4/6] fixup! "
  ` [PATCH 5/6] lib: replace deprecated n_q_count_messages "
  ` [PATCH 6/6] lib: replace deprecated n_q_count_threads "

[RFC PATCH] doc: add support for adding configure options as Sphinx tags
 2017-02-26 20:56 UTC 

v5 of regexp searching
 2017-02-26 19:52 UTC  (11+ messages)
` [patch v5 1/6] lib: merge internal prefix tables
` [patch v5 2/6] lib: Let Xapian manage the memory for FieldProcessors
` [patch v5 3/6] lib: create field processors from prefix table
` [patch v5 4/6] lib: regexp matching in 'subject' and 'from'
` [patch v5 5/6] lib: add mid: as a synonym for id:
` [patch v5 6/6] lib: Add regexp searching for mid: prefix

[PATCH 1/2] cli/show: abstract get content disposition
 2017-02-26 18:39 UTC  (6+ messages)
` [PATCH 2/2] cli/show: add content-disposition to structured output message parts
  ` [PATCH] test: fix tests for content-disposition

[PATCH 1/3] test: shrink T590-thread-breakage test decription to one line
 2017-02-26 17:36 UTC  (3+ messages)
` [PATCH 2/3] test: print test description also for failing known broken tests
` [PATCH 3/3] test: suppress diff for broken test without V=1

[PATCH 0/9] test: cleanup and refactoring
 2017-02-26 13:43 UTC  (10+ messages)
` [PATCH 1/9] test: remove unused regexp convenience variables
` [PATCH 2/9] test: remove unused filter functions
` [PATCH 3/9] test: remove unused test_external and test_external_without_stderr
` [PATCH 4/9] test: remove unused and no-op --long-tests parameter
` [PATCH 5/9] test: only accept short and long options, not silly in-betweens
` [PATCH 6/9] test: ensure test_begin_subtest has been called before test_expect_*
` [PATCH 7/9] test: drop the implicit prereq check mechanism from test_expect_*
` [PATCH 8/9] test: require test_begin_subtest before test_expect_success
` [PATCH 9/9] test: require test_begin_subtest before test_expect_code

v2 _notmuch_message_ensure_metadata exception handling
 2017-02-26 11:47 UTC  (7+ messages)
` [patch v2 1/4] test: add known broken test for uncaught DatabaseModifiedError
` [patch v2 2/4] lib: add _notmuch_database_reopen
` [patch v2 3/4] lib: handle DatabaseModifiedError in _n_message_ensure_metadata
` [patch v2 4/4] lib/message.cc: use view number to invalidate cached metadata

[PATCH] emacs: use (system-name) instead of system-name
 2017-02-26 11:45 UTC  (3+ messages)

[PATCH 1/2] cli/show: list all filenames of a message in the formatted output
 2017-02-26 11:44 UTC  (4+ messages)
` [PATCH 2/2] test: test format version difference between v2 and v3

v1 _notmuch_message_ensure_metadata exception handling
 2017-02-25 20:39 UTC  (13+ messages)
` [PATCH 1/4] test: add known broken test for uncaught DatabaseModifiedError
` [PATCH 2/4] lib: add notmuch_database_reopen
` [PATCH 3/4] lib: handle DatabaseModifiedError in _n_message_ensure_metadata
` [PATCH 4/4] lib/message.cc: use view number to invalidate cached metadata

notmuch version/Python bindings
 2017-02-25 16:41 UTC  (9+ messages)

v4 of nondestructive excludes patches
 2017-02-25 16:09 UTC  (9+ messages)
` [PATCH 1/4] lib: eagerly parse queries
` [PATCH 2/4] lib/query: make query parsing lazy again, keep centralized
` [PATCH 3/4] lib: query make exclude handling non-destructive
` [PATCH 4/4] lib: make notmuch_query_add_tag_exclude return a status value
` v5 of nondestructive includes patches
  ` [PATCH 1/3] lib: eagerly parse queries
  ` [PATCH 2/3] lib/query: make query parsing lazy again, keep centralized
  ` [PATCH 3/3] lib: query make exclude handling non-destructive

bug report
 2017-02-25 11:33 UTC  (8+ messages)

[PATCH 1/2] completion: complete notmuch emacs-mua
 2017-02-25  9:25 UTC  (2+ messages)
` [PATCH 2/2] emacs/desktop: update to use notmuch-emacs-mua and handle mailto

add status value to _notmuch_message_ensure_metadata
 2017-02-24 11:40 UTC  (20+ messages)
` [PATCH 1/8] lib: make _notmuch_message_ensure_metadata static
` [PATCH 2/8] lib: add status return to _notmuch_message_ensure_metadata
` [PATCH 3/8] lib: propagate error return from some calls to _n_m_e_metadata
` [PATCH 4/8] lib: push error from nme_metadata through nme_filename_list
` [PATCH 5/8] lib: make _notmuch_message_ensure_property_map static
` [PATCH 6/8] lib: propagate errors from nme_metadata through properties API
` [PATCH 7/8] lib: add notmuch_message_get_database to public API
` [PATCH 8/8] lib: add status return to notmuch_message_get_flag
          ` [RFC patch 1/2] lib: add notmuch_database_reopen
            ` [RFC patch 2/2] lib: handle DatabaseModifiedError in _n_message_ensure_metadata

[PATCH] emacs: fully add the notmuch-address customize group
 2017-02-23 12:59 UTC  (2+ messages)

[PATCH] emacs: company: remove two build warnings
 2017-02-23 12:58 UTC  (2+ messages)

[PATCH] test: replaced use of python with $NOTMUCH_PYTHON (twice)
 2017-02-23 12:58 UTC  (2+ messages)

[RFC PATCH] cli/show: include content type parameters in formatted output
 2017-02-22 21:40 UTC 

release plans: 0.23.6, 0.24
 2017-02-22 10:53 UTC 

Proposed fix for test failures due to long socket paths
 2017-02-21 12:19 UTC  (8+ messages)
` [PATCH 1/2] configure: add test for gpgconf --create-socketdir
` [PATCH 2/2] test: use gpgconf --create-socketdir if available

some issues with emacs 25
 2017-02-21 11:40 UTC  (14+ messages)

[Tomi Ollila] Re: [PATCH 2/2] test: use gpgconf --create-socketdir if available
 2017-02-19 13:01 UTC 

talloc_abort in notmuch_thread_get_tags () when db has been modified
 2017-02-17 15:35 UTC  (7+ messages)

[WIP] lib: regexp matching in 'subject' and 'from'
 2017-02-11 23:25 UTC  (12+ messages)
` [Patch v4] "

"notmuch new" does not remove my file from db (double slash problem ?)
 2017-02-10 12:51 UTC  (3+ messages)

[PATCH] test: allow user to choose which gdb to run tests with
 2017-02-05 17:57 UTC  (4+ messages)

[PATCH 0/2] emacs: Fold long headers when sending
 2017-01-30 16:19 UTC  (4+ messages)
` [PATCH 1/2] Test: emacs: test for folding long headers
` [PATCH 2/2] emacs: compat: backport fix for folding long headers when sending

library prefix / field processor cleanup
 2017-01-29 10:46 UTC  (5+ messages)
` [RFC Patch 1/2] lib: merge internal prefix tables
` [RFC Patch 2/2] lib: Let Xapian manage the memory for FieldProcessors

tagging by message-id?
 2017-01-28 18:04 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).