unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-10-10 05:49:35 to 2017-10-26 21:28:25 UTC [more...]

[PATCH] cli/help: give a hint about notmuch-emacs-mua
 2017-10-26 21:27 UTC 

[PATCH] cli/help,completion: added pointers to notmuch-properties(7)
 2017-10-26 21:28 UTC 

web interface to notmuch
 2017-10-26 21:25 UTC  (12+ messages)

[PATCH] test: fix test database backup/restore location
 2017-10-26 21:17 UTC  (2+ messages)

Stashed session keys
 2017-10-26 19:00 UTC  (21+ messages)
` [PATCH 01/18] mime-node: handle decrypt_result more safely
` [PATCH 02/18] crypto: add _notmuch_crypto_decrypt wrapper function
` [PATCH 03/18] crypto: use stashed session-key properties for decryption, if available
` [PATCH 04/18] test/corpora: add an encrypted message for index decryption tests
` [PATCH 05/18] crypto: Test restore of cleartext index from stashed session keys
` [PATCH 06/18] lib: convert notmuch decryption policy to an enum
` [PATCH 07/18] crypto: new decryption policy "auto"
` [PATCH 08/18] cli/reply: use decryption policy "auto" by default
` [PATCH 09/18] cli/show: "
` [PATCH 10/18] cli/show, reply: document use of stashed session keys in notmuch-properties
` [PATCH 11/18] cli/new, insert, reindex: update documentation for --try-decrypt=auto
` [PATCH 12/18] crypto: record whether an actual decryption attempt happened
` [PATCH 13/18] cli/new, insert, reindex: change index.try_decrypt to "auto" by default
` [PATCH 14/18] cli/reindex: destroy stashed session keys when --try-decrypt=false
` [PATCH 15/18] crypto: actually stash session keys when try-decrypt=true
` [PATCH 16/18] crypto: add --try-decrypt=nostash to avoid stashing session keys
` [PATCH 17/18] docs: clean up documentation about decryption policies
` [PATCH 18/18] python: add try_decrypt argument to Database.index_file()

Carbon (macOS) port asks about killing stderr buffer
 2017-10-26 10:32 UTC 

Newbie question defining deleted map
 2017-10-25 21:48 UTC  (5+ messages)

cleartext indexing, revision 7
 2017-10-25  5:47 UTC  (15+ 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()

Bug in notmuch-emacs: inconsistent rendering for messages with multiple From: headers
 2017-10-23  6:06 UTC 

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

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

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  (26+ messages)
` cleartext-indexing
  ` [PATCH v2 04/10] index: implement notmuch_indexopts_t with try_decrypt
  ` cleartext indexing, round 3
    ` [PATCH v3 04/15] crypto: move into libutil
    ` [PATCH v3 06/15] crypto: make shared crypto code behave library-like
    ` [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 15/15] cli/reindex: add --try-decrypt=(true|false)

[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)

[PATCH v3 08/15] index: implement notmuch_indexopts_t with try_decrypt
 2017-10-12 14:30 UTC  (6+ messages)
` avoid double typedef
  ` [PATCH v4 08/15] index: implement notmuch_indexopts_t with try_decrypt

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


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).