unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-10-04 09:36:47 to 2017-10-22 23:28:20 UTC [more...]

BUG: emacs: fcc duplicates messages with variant bodies due to mml security
 2017-10-22 23:28 UTC 

[PATCH] NEWS: cleartext indexing
 2017-10-22 18:53 UTC  (3+ messages)
  ` [PATCH] NEWS: document notmuch reindex

[PATCH 00/24] test: separate source and build directories
 2017-10-22 14:07 UTC  (10+ messages)
  ` [PATCH] test: remove --root option and fix TMP_DIRECTORY cleanup
      ` [PATCH v2] test: use source path in add_gnupg_home
        ` [PATCH] NEWS: test suite out-of-tree builds

web interface to notmuch
 2017-10-21 22:21 UTC  (8+ messages)

nmbug backtrace due to .mailmap
 2017-10-22  8:50 UTC  (7+ messages)

cleartext indexing, revision 7
 2017-10-22  0:02 UTC  (14+ messages)
` [PATCH 01/12] index: implement notmuch_indexopts_t with try_decrypt
` [PATCH 02/12] doc: add notmuch-properties(7)
` [PATCH 03/12] reindex: drop all properties named with prefix "index."
` [PATCH 04/12] crypto: index encrypted parts when indexopts try_decrypt is set
` [PATCH 05/12] config: test whether an item is stored in the database by name
` [PATCH 06/12] config: define new option index.try_decrypt
` [PATCH 07/12] cli: set up shared command-line arguments for indexing
` [PATCH 08/12] tests: emacs_fcc_message: allow passing --arguments to notmuch new
` [PATCH 09/12] cli/new: add --try-decrypt=(true|false)
` [PATCH 10/12] cli/insert: "
` [PATCH 11/12] cli/reindex: "
` [PATCH 12/12] python: add try_decrypt argument to Database.index_file()

nmbug.notmuchmail.org is now HTTPS and IPv6-enabled
 2017-10-21 20:39 UTC 

[PATCH] lib: add support for thread:<message-id> queries
 2017-10-21 12:07 UTC  (8+ messages)

cleartext indexing, revision 6
 2017-10-20 11:14 UTC  (24+ messages)
` [PATCH v6 01/14] crypto: move into libnotmuch_util
` [PATCH v6 02/14] crypto: make shared crypto code behave library-like
` [PATCH v6 03/14] index: implement notmuch_indexopts_t with try_decrypt
` [PATCH v6 04/14] doc: add notmuch-properties(7)
` [PATCH v6 05/14] properties: add notmuch_message_remove_all_properties_with_prefix()
` [PATCH v6 06/14] reindex: drop all properties named with prefix "index."
` [PATCH v6 07/14] crypto: index encrypted parts when indexopts try_decrypt is set
` [PATCH v6 08/14] config: store index.try_default in the database
` [PATCH v6 09/14] config: define new option index.try_decrypt
` [PATCH v6 10/14] cli: set up shared command-line arguments for indexing
` [PATCH v6 11/14] tests: emacs_fcc_message: allow passing --arguments to notmuch new
` [PATCH v6 12/14] cli/new: add --try-decrypt=(true|false)
` [PATCH v6 13/14] cli/insert: "
` [PATCH v6 14/14] cli/reindex: "

some issues with emacs 25
 2017-10-19 11:11 UTC  (18+ messages)

git errors pulling notmuch
 2017-10-18 12:39 UTC  (4+ messages)

[PATCH] cli/crypto: fix segfault on failed gmime2 crypto context creation
 2017-10-18  0:39 UTC  (3+ messages)

[PATCH 1/2] doc: fix documentation typos and copy/paste-os
 2017-10-17 16:57 UTC  (2+ messages)
` [PATCH 2/2] doc: make SEE ALSO references one-per-line

cleartext indexing version 5
 2017-10-17  1:40 UTC  (14+ messages)
` [PATCH v5 01/12] crypto: move into libnotmuch_util
` [PATCH v5 02/12] crypto: make shared crypto code behave library-like
` [PATCH v5 03/12] index: implement notmuch_indexopts_t with try_decrypt
` [PATCH v5 04/12] properties: add notmuch_message_remove_all_properties_with_prefix()
` [PATCH v5 05/12] reindex: drop all properties named with prefix "index."
` [PATCH v5 06/12] crypto: index encrypted parts when indexopts try_decrypt is set
` [PATCH v5 07/12] config: indexing defaults will be stored in the database
` [PATCH v5 08/12] config: define new option index.try_decrypt
` [PATCH v5 09/12] cli: set up shared command-line arguments for indexing
` [PATCH v5 10/12] cli/new: add --try-decrypt=(true|false)
` [PATCH v5 11/12] cli/insert: "
` [PATCH v5 12/12] cli/reindex: "

[PATCH] nmbug: Only error for invalid diff lines in tags/
 2017-10-16 18:01 UTC 

[PATCH 0/3] nmbug:
 2017-10-16 17:05 UTC  (7+ messages)
` [PATCH 1/4] nmbug: Respect 'expect' in _spawn(..., wait=True)
` [PATCH 2/4] nmbug: Accept failures to unset core.worktree in clone
` [PATCH 3/4] nmbug: Auto-checkout in clone if it wouldn't clobber
  ` [PATCH 0/3] nmbug: clone core.worktree and auto-checkout (was: [PATCH 0/3] nmbug:)

[PATCH] cli: make notmuch count --exclude a boolean argument
 2017-10-15 22:27 UTC  (2+ messages)

[PATCH 10/10] add --try-decrypt=(true|false) to notmuch reindex
 2017-10-15  6:28 UTC  (46+ messages)
` cleartext-indexing
  ` [PATCH v2 02/10] crypto: make shared crypto code behave library-like
  ` [PATCH v2 04/10] index: implement notmuch_indexopts_t with try_decrypt
  ` [PATCH v2 05/10] crypto: index encrypted parts when indexopts try_decrypt is set
  ` cleartext indexing, round 3
    ` [PATCH v3 01/15] crypto: rename notmuch_crypto_t to _notmuch_crypto_t
    ` [PATCH v3 02/15] crypto: drop pretense of notmuch_crypto_context_t
    ` [PATCH v3 03/15] crypto: _notmuch_crypto_cleanup should return void
    ` [PATCH v3 04/15] crypto: move into libutil
    ` [PATCH v3 05/15] gmime-extra: remove duplicate GMimeAddressType typedef
    ` [PATCH v3 06/15] crypto: make shared crypto code behave library-like
    ` [PATCH v3 07/15] tests: prepare for more crypto tests (using add_gnupg_home)
    ` [PATCH v3 08/15] index: implement notmuch_indexopts_t with try_decrypt
      ` avoid double typedef
        ` [PATCH v4 08/15] index: implement notmuch_indexopts_t with try_decrypt
    ` [PATCH v3 09/15] gmime-extra: drop compat layer for g_mime_multipart_encrypted_decrypt
    ` [PATCH v3 10/15] crypto: index encrypted parts when indexopts try_decrypt is set
    ` [PATCH v3 11/15] config: indexing defaults will be stored in the database
    ` [PATCH v3 12/15] config: define new option index.try_decrypt
    ` [PATCH v3 13/15] cli/new: add --try-decrypt=(true|false)
    ` [PATCH v3 14/15] cli/insert: "
    ` [PATCH v3 15/15] cli/reindex: "

[PATCH 1/3] cli: add support for --no- prefixed boolean and keyword flag arguments
 2017-10-14 21:16 UTC  (7+ messages)
` [PATCH 2/3] cli: use the negating boolean support for new and insert --no-hooks
` [PATCH 3/3] test: expand argument parsing sanity checks

[bug] [emacs] notmuch-show: names not shown on some mailing lists
 2017-10-14 19:47 UTC  (5+ messages)

[PATCH 1/2] cli/new: support /<regex>/ in new.ignore
 2017-10-14 13:16 UTC  (2+ messages)
` [PATCH 2/2] test: test regexp based new.ignore

[PATCH] cli: allow empty strings for notmuch insert --folder argument
 2017-10-14 13:15 UTC 

GitHub + notmuch scripts/hacks
 2017-10-13 22:55 UTC 

Washing GitHub emails to include inline patch?
 2017-10-13  6:03 UTC  (9+ messages)

Problem forwarding messages
 2017-10-11 16:17 UTC  (3+ messages)

[PATCH 1/3] cli/show: convert keyword options to booleans
 2017-10-11 14:35 UTC 

Public notmuch.mbox missing some messages which are tagged in nmbug
 2017-10-11 14:34 UTC  (4+ messages)

Announcing Astroid v0.10
 2017-10-11 10:33 UTC  (3+ messages)
` Announcing Astroid v0.10.1
  ` Announcing Astroid v0.10.2

[PATCH 1/2] cli: convert notmuch_bool_t to stdbool
 2017-10-10  1:43 UTC  (5+ messages)
` [PATCH 2/2] lib: convert notmuch_bool_t to stdbool internally

[github-thread] find and open corresponding github page for thread or message
 2017-10-09  8:30 UTC 

[PATCH v2 0/2] cli: support regex in new.ignore
 2017-10-06 18:38 UTC  (3+ messages)
` [PATCH v2 1/2] cli/new: support /<regex>/ "
` [PATCH v2 2/2] test: test regexp based new.ignore

No documents in index
 2017-10-06 12:09 UTC  (2+ messages)

search misses some targets
 2017-10-05 19:31 UTC  (7+ messages)

[PATCH] python: open messages in binary mode
 2017-10-05 15:50 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH v2 00/15] cli: argument parsing changes
 2017-10-05 10:43 UTC  (4+ messages)
` [PATCH v2 12/15] cli: reduce indent in keyword argument processing

[PATCH] devel/check-out-of-tree-build.sh: consistent naming, consistent quoting
 2017-10-05 10:42 UTC  (2+ messages)

[PATCH v2] emacs: cl-letf enriched-decode-display-prop for text/encriched display
 2017-10-04 20:24 UTC  (2+ messages)
` [PATCH v3] emacs: letf "

Dealing with spaces in mail folders
 2017-10-04 15:58 UTC  (3+ messages)

notmuch-emacs: Fcc to top-level directory given by database.path
 2017-10-04  9:30 UTC  (4+ 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).