unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-11-30 09:00:11 to 2017-12-22 22:27:16 UTC [more...]

[PATCH 1/2] python: add bindings for notmuch_database_get_config{, _list}
 2017-12-22 22:26 UTC  (11+ messages)
` [PATCH 0/6] "
` [PATCH 1/6] python: add bindings to access config
` [PATCH 2/6] python: add default arg to get_config_list
` [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
    ` [PATCH 0/1] "
` [PATCH 6/6] test: Add test to unset config items with the python bindings

Notmuch Emacs: tab completion for tags in Fcc:
 2017-12-21 23:23 UTC  (6+ messages)

Update on python-cffi bindings
 2017-12-21 18:20 UTC  (4+ messages)

Possible bug in notmuch_thread_get_authors ?
 2017-12-21 13:43 UTC  (5+ messages)
` [PATCH] lib: return "" rather than NULL from notmuch_thread_get_authors

[PATCH] test: final named query test works regardless of Xapian FieldProcessor
 2017-12-21 13:41 UTC  (2+ messages)

[PATCH] cli: add support for only printing the addresses in notmuch address
 2017-12-20 16:41 UTC  (9+ messages)

session keys followup, version 3
 2017-12-19 19:08 UTC  (22+ messages)
` [PATCH v3 01/15] indexing: Change from try_decrypt to decrypt
` [PATCH v3 02/15] indexopts: change _try_decrypt to _decrypt_policy
` [PATCH v3 03/15] lib: convert notmuch decryption policy to an enum
` [PATCH v3 04/15] crypto: new decryption policy "auto"
` [PATCH v3 05/15] cli/reply: use decryption policy "auto" by default
` [PATCH v3 06/15] cli/show: "
` [PATCH v3 07/15] cli/show, reply: document use of stashed session keys in notmuch-properties
` [PATCH v3 08/15] cli/new, insert, reindex: update documentation for --decrypt=auto
` [PATCH v3 09/15] crypto: record whether an actual decryption attempt happened
` [PATCH v3 10/15] cli/new, insert, reindex: change index.decrypt to "auto" by default
` [PATCH v3 11/15] cli/reindex: destroy stashed session keys when --decrypt=false
` [PATCH v3 12/15] crypto: actually stash session keys when decrypt=true
` [PATCH v3 13/15] crypto: add --decrypt=nostash to avoid stashing session keys
` [PATCH v3 14/15] docs: clean up documentation about decryption policies
` [PATCH v3 15/15] python: add decrypt_policy argument to Database.index_file()
  ` [PATCH v4] "
    ` [PATCH v5] "

Homebrew patch for GPG support
 2017-12-19 18:04 UTC  (3+ messages)

[PATCHES v4] Encourage explicit arguments for --decrypt in "show" and "reply"
 2017-12-19 16:40 UTC  (4+ messages)
` [PATCH v4 1/3] cli: some keyword options can be supplied with no argument
` [PATCH v4 2/3] cli/show: make --decrypt take a keyword
` [PATCH v4 3/3] cli/reply: "

subjects and duplicated message id's
 2017-12-19 14:15 UTC  (6+ messages)
` [PATCH] test: add known broken test for regexp search of second subject
    ` WIP, all subjects in value slot
      ` [PATCH] WIP: add all subjects to value

be more honest about test suite failures due to old libraries
 2017-12-19 11:30 UTC  (5+ 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

[PATCH] nmbug: Only error for invalid diff lines in tags/
 2017-12-16 12:25 UTC  (2+ messages)

[PATCH 1/2] cli/new: support /<regex>/ in new.ignore
 2017-12-15 12:01 UTC  (2+ messages)

[PATCH] doc: arrange search prefix documentation in a definition list
 2017-12-15 11:59 UTC  (2+ messages)

[PATCH] doc: unify definition list usage across man pages
 2017-12-15  2:02 UTC  (3+ messages)

Possible bug with named queries
 2017-12-14  0:10 UTC  (5+ messages)
    ` config file vs. config in the database [was: Re: Possible bug with named queries]

[PATCH 1/3] cli: add support for --no- prefixed boolean and keyword flag arguments
 2017-12-13 12:34 UTC  (3+ messages)
` [PATCH 3/3] test: expand argument parsing sanity checks

Bug report: crash of notmuch insert
 2017-12-13  4:28 UTC  (4+ messages)

[PATCH] Standards-Version: bumped to 4.1.2 (no changes needed)
 2017-12-12 12:35 UTC  (2+ messages)

cope with inline PGP encrypted messages
 2017-12-12  7:15 UTC  (6+ messages)
` [PATCH 1/5] crypto: prepare for decryption of "
` [PATCH 2/5] cli/{show, reply}: try to decrypt "
` [PATCH 3/5] index: tag text parts with inline PGP encryption as "encrypted"
` [PATCH 4/5] index: _index_encrypted_mime_part returns success or failure
` [PATCH 5/5] index: try indexing the cleartext of inline PGP encrypted text parts

Encourage explicit arguments for --decrypt in "show" and "reply"
 2017-12-12  6:57 UTC  (10+ messages)
` [PATCH 1/3] cli: some keyword options can be supplied with no argument
` [PATCH 2/3] cli/show: make --decrypt take a keyword
  ` [PATCH v2] "
    ` [PATCH v3] "
` [PATCH 3/3] cli/reply: "
  ` [PATCH v2] "

[PATCH] make release archive: common (or no) timestamps
 2017-12-12  6:39 UTC 

notmuch show --decrypt=stash
 2017-12-12  4:49 UTC  (7+ messages)
` [PATCH 1/5] lib: expose notmuch_message_get_database()
` [PATCH 2/5] properties: add notmuch_message_count_properties
  ` [PATCH v2] "
` [PATCH 3/5] cli: write session keys to database, if asked to do so
` [PATCH 4/5] cli/show: reindex when we learned new session keys about a message
` [PATCH 5/5] cli/show: enable --decrypt=stash

[PATCH 0/3] nmbug:
 2017-12-11 20:51 UTC  (5+ messages)
` [PATCH 3/4] nmbug: Auto-checkout in clone if it wouldn't clobber

[PATCH] make release archive: common (or no) timestamps
 2017-12-11 17:31 UTC 

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

Proposed New sort API
 2017-12-10 19:37 UTC  (4+ messages)
` [PATCH 1/2] WIP: groundwork for new sorting API
` [PATCH 2/2] WIP: use new sort key/type

Notmuch 0.26 release schedule
 2017-12-10 12:22 UTC 

Test "signature verification (notmuch CLI)" fails (0.25.3)
 2017-12-09 20:56 UTC  (2+ messages)

notmuch release 0.25.3 now available
 2017-12-09  2:30 UTC 

[PATCH] crypto: signature verification reports valid User IDs
 2017-12-09  2:26 UTC  (8+ messages)
  ` [PATCH v2] "
    ` v3 of fixing signature verification
      ` [PATCH v3] crypto: signature verification reports valid User IDs

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

session keys, version 2
 2017-12-08  7:03 UTC  (21+ 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 06/21] crypto: Test restore of cleartext index from stashed session keys
` [PATCH v2 08/21] indexopts: change _try_decrypt to _decrypt_policy
` [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 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 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-07 14:23 UTC  (18+ 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

[PATCH] test: session keys are known broken without session key support
 2017-12-07 13:24 UTC  (3+ messages)

[PATCH] cli/help: give a hint about notmuch-emacs-mua
 2017-12-07 12:31 UTC  (10+ messages)
        ` [PATCH v2] "

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

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

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

DRAFT Introduce CFFI-based Python bindings
 2017-12-03 12:37 UTC  (7+ messages)

Stashed session keys
 2017-12-02  1:56 UTC  (8+ messages)
` [PATCH 15/18] crypto: actually stash session keys when try-decrypt=true
` [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  (6+ messages)
` [PATCH] python: add bindings for notmuch_message_get_propert(y/ies)


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