unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-10-22 18:53:40 to 2017-12-03 12:37:50 UTC [more...]

DRAFT Introduce CFFI-based Python bindings
 2017-12-03 12:37 UTC  (9+ messages)
` [PATCH] Introduce CFFI-based python bindings

[PATCH] test: unbreak performance tests
 2017-12-02 13:29 UTC 

Stashed session keys
 2017-12-02  1:56 UTC  (47+ 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()

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

debian packaging cleanup
 2017-11-30 14:57 UTC  (9+ messages)
` [PATCH 1/5] debian/control: build-depend on python3-sphinx instead of python-sphinx
` [PATCH 2/5] debian/changelog: remove trailing whitespace
` [PATCH 3/5] debian/control: Priority: extra is deprecated
` [PATCH 4/5] debian: bump Standards-Version to 4.1.1
` [PATCH 5/5] debian/control: put elpa-notmuch in Section: lisp

[PATCH] cli/help: give a hint about notmuch-emacs-mua
 2017-11-30 14:13 UTC  (4+ messages)

[PATCH] python: add bindings for notmuch_message_get_property
 2017-11-30 14:19 UTC  (11+ messages)
  ` [PATCH] python: add bindings for notmuch_message_get_propert(y/ies)

[PATCH] cli/help,completion: added pointers to notmuch-properties(7)
 2017-11-30  5:57 UTC  (2+ messages)
` [PATCH] cli/help, completion: "

[PATCH] crypto: signature verification reports valid User IDs
 2017-11-30  4:20 UTC 

Possible bug in notmuch_thread_get_authors ?
 2017-11-28 12:32 UTC  (2+ messages)

[PATCH] NEWS: cleartext indexing
 2017-11-23 20:44 UTC  (7+ messages)

python bindings memory management
 2017-11-20 10:56 UTC  (3+ messages)

bounce/forward not working due to CR at line end
 2017-11-19 15:33 UTC  (11+ messages)

gmailieer v0.4
 2017-11-19 12:19 UTC 

[BUG] Minor: config list adds a semi-colon to lists with a single item until set
 2017-11-18 20:13 UTC  (2+ messages)

accented characters
 2017-11-13 17:47 UTC  (4+ messages)

some issues with emacs 25
 2017-11-12 15:16 UTC  (2+ messages)

hook for notmuch-show-reply?
 2017-11-12 12:33 UTC  (2+ messages)

what is the concept of archiving?
 2017-11-12  5:23 UTC  (3+ messages)

[PATCH] doc: unify definition list usage across man pages
 2017-11-11  9:15 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] test: expand argument parsing sanity checks
 2017-11-11  9:13 UTC 

[PATCH] WIP: pass through errors to structured output
 2017-11-10  1:14 UTC 

bug: notmuch show --decrypt leads to SIGSEGV
 2017-11-10  1:05 UTC  (2+ messages)

buggy tags
 2017-11-09 10:32 UTC  (3+ messages)

[PATCH v2] emacs: cl-letf enriched-decode-display-prop for text/encriched display
 2017-11-08 19:34 UTC  (3+ messages)
` [PATCH v3] emacs: letf "

[PATCH] cli: allow empty strings for notmuch insert --folder argument
 2017-11-08 14:50 UTC  (4+ messages)
` [PATCH] test: test notmuch insert --folder=""

unread face for tree view
 2017-11-06  8:54 UTC 

[PATCH] cli/crypto: fix segfault on failed gmime2 crypto context creation
 2017-11-06  1:08 UTC  (2+ messages)

Segfault with pkcs7 message
 2017-11-06  1:07 UTC  (3+ messages)

notmuch release 0.25.2 now available
 2017-11-06  0:24 UTC 

talloc_abort in notmuch_thread_get_tags () when db has been modified
 2017-11-03 12:50 UTC  (11+ messages)

[PATCH] doc: arrange search prefix documentation in a definition list
 2017-11-02 20:01 UTC 

[PATCH] cli: add support for only printing the addresses in notmuch address
 2017-11-02 18:44 UTC 

web interface to notmuch
 2017-11-02 17:32 UTC  (21+ messages)

Carbon (macOS) port asks about killing stderr buffer
 2017-10-30 13:32 UTC  (2+ messages)

[PATCH] test: fix test database backup/restore location
 2017-10-29 17:43 UTC  (3+ messages)

notmuch does not find some mails which actually are part of a thread
 2017-10-28 23:13 UTC  (3+ messages)

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

cleartext indexing, revision 7
 2017-10-25  5:47 UTC  (3+ messages)
` [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  (2+ messages)
` [PATCH] NEWS: document notmuch reindex


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