unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-10-26 19:32:02 to 2017-12-07 11:48:25 UTC [more...]

[PATCH 1/2] python: add bindings for notmuch_database_get_config{, _list}
 2017-12-07 11:40 UTC  (5+ messages)
` [PATCH 0/6] "
` [PATCH 3/6] python: turn get_config_list into a generator
` [PATCH 4/6] test: Add tests for new python bindings
` [PATCH 5/6] python: Rename get_config_list to get_configs

web interface to notmuch
 2017-12-07  1:00 UTC  (22+ messages)

be more honest about test suite failures due to old libraries
 2017-12-06  2:33 UTC  (4+ messages)
` [PATCH 1/3] test: searching by absolute date is broken without Xapian FieldProcessor
` [PATCH 2/3] test: named query tests are broken when missing "
` [PATCH 3/3] test: retrying lock tests are broken when built against older Xapian

session keys, version 2
 2017-12-06  2:12 UTC  (27+ 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-12-06  1:46 UTC  (16+ messages)
` [PATCH 1/5] debian/control: build-depend on python3-sphinx instead of python-sphinx
  ` [PATCH v2] "
` [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

v4 use letf for text/enriched bugfix
 2017-12-06  1:17 UTC  (3+ messages)
` [PATCH 1/2] emacs: letf enriched-decode-display-prop for text/encriched display
` [PATCH 2/2] test/emacs: add exploit mitigation test

[PATCH] test: session keys are known broken without session key support
 2017-12-05 18:42 UTC  (2+ messages)

gmailieer v0.5 released
 2017-12-05 13:54 UTC 

[PATCH] test: unbreak performance tests
 2017-12-05  1:09 UTC  (3+ messages)

[PATCH] cli/help: give a hint about notmuch-emacs-mua
 2017-12-04 20:56 UTC  (9+ messages)
        ` [PATCH v2] "

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

Stashed session keys
 2017-12-02  1:56 UTC  (36+ messages)
` [PATCH 03/18] crypto: use stashed session-key properties for decryption, if available
` [PATCH 05/18] crypto: Test restore of cleartext index from stashed session keys
` [PATCH 07/18] crypto: new decryption policy "auto"
` [PATCH 11/18] cli/new, insert, reindex: update documentation for --try-decrypt=auto
` [PATCH 13/18] cli/new, insert, reindex: change index.try_decrypt to "auto" by default
` [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 18/18] python: add try_decrypt argument to Database.index_file()

[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 

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)


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