unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-09-13 19:13:45 to 2017-10-02 16:26:00 UTC [more...]

[PATCH v2 00/15] cli: argument parsing changes
 2017-10-02 16:25 UTC  (20+ messages)
` [PATCH v2 01/15] cli: strip trailing "/" from the final maildir path in notmuch insert
` [PATCH v2 02/15] cli: use designated initializers for opt desc
` [PATCH v2 03/15] test: add boolean argument to arg-test
` [PATCH v2 04/15] test: add opt_inherit "
` [PATCH v2 05/15] cli: add .present field to opt desc to check if the arg was present
` [PATCH v2 06/15] test: expand argument parsing tests
` [PATCH v2 07/15] cli: use the arg parser .present feature to handle show --entire-thread
` [PATCH v2 08/15] hex-xcode: use notmuch_bool_t for boolean arguments
` [PATCH v2 09/15] cli: use notmuch_bool_t for boolean argument in show
` [PATCH v2 10/15] cli: refactor boolean argument processing
` [PATCH v2 11/15] cli: change while to for in keyword "
` [PATCH v2 12/15] cli: reduce indent "
` [PATCH v2 13/15] cli: add support for --no- prefixed boolean and keyword flag arguments
` [PATCH v2 14/15] cli: use the negating boolean support for new and insert --no-hooks
` [PATCH v2 15/15] test: expand argument parsing sanity checks
` [PATCH] cli: allow empty strings for notmuch insert --folder argument

notmuch-emacs: Fcc to top-level directory given by database.path
 2017-10-02 16:03 UTC  (11+ messages)

[PATCH] python: open messages in binary mode
 2017-10-02 11:39 UTC  (5+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] T390-python: add test for get_message_parts and special characters

[PATCH 0/6] cli: support regex in new.ignore
 2017-10-02 11:05 UTC  (10+ messages)
` [PATCH 3/6] cli/new: check for special directories earlier in pass 1
` [PATCH 5/6] cli/new: support /<regex>/ in new.ignore
` [PATCH 6/6] test: test regexp based new.ignore

[PATCH 2/2] devel: add script to test out-of-tree builds
 2017-10-02 11:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] cli: use designated initializers for opt desc
 2017-10-01 21:09 UTC  (6+ messages)

[PATCH 0/9] argument parsing fixes and improvements
 2017-10-01 20:57 UTC  (22+ messages)
` [PATCH 1/9] hex-xcode: use notmuch_bool_t for boolean arguments
` [PATCH 2/9] cli: use notmuch_bool_t for boolean argument in show
` [PATCH 3/9] cli: refactor boolean argument processing
` [PATCH 4/9] cli: change while to for in keyword "
` [PATCH 5/9] cli: reduce indent "
` [PATCH 6/9] cli: add support for --no- prefixed boolean and keyword flag arguments
` [PATCH 7/9] cli: use the negating boolean support for new and insert --no-hooks
` [PATCH 8/9] test: add boolean argument to arg-test
` [PATCH 9/9] test: expand argument parsing sanity checks

[PATCH 0/6] Sort by from and subject
 2017-09-30 16:03 UTC  (11+ messages)
` [PATCH 1/6] sorting: add the ability to sort "
` [PATCH 2/6] sorting: update ruby bindings for "
` [PATCH 3/6] sorting: update man page
` [PATCH 4/6] emacs: replace oldest-first with sort-order
` [PATCH 5/6] emacs: notmuch-search-orders
` [PATCH 6/6] emacs: add notmuch-search-change-order

Guess 'From:' when doing notmuch reply
 2017-09-30  6:59 UTC  (6+ messages)

notmuch.el: "wash" date in message display
 2017-09-30  6:37 UTC  (3+ messages)

search misses some targets
 2017-09-29 11:34 UTC  (4+ messages)

notmuch.el: controlling what does and doesn't get expanded in searches
 2017-09-28 12:16 UTC  (4+ messages)

[PATCH] doc: fix typos
 2017-09-28 12:04 UTC  (3+ messages)

emacs: reply subject sanitization
 2017-09-27 11:20 UTC  (5+ messages)
` [PATCH 1/2] test: add emacs reply test for subjects with TAB
` [PATCH 2/2] emacs: sanitize subject in replies

Problem forwarding messages
 2017-09-26 17:26 UTC 

[PATCH 00/24] test: separate source and build directories
 2017-09-26  5:32 UTC  (27+ messages)
` [PATCH 01/24] test: use corpora/default not corpus in T480-hex-escaping.sh
` [PATCH 02/24] build: use NOTMUCH_SRCDIR for referencing notmuch-test
` [PATCH 03/24] test: use $(dirname "$0") for sourcing test-lib.sh
` [PATCH 04/24] perf-test: use $(dirname "$0") for sourcing perf-test-lib.sh
` [PATCH 05/24] test: check for notmuch binary in test-lib.sh
` [PATCH 06/24] test: add a script to figure out source and build directories
` [PATCH 07/24] test: use source and build paths in test-lib.sh
` [PATCH 08/24] perf-test: use source and build paths in perf-test-lib.sh
` [PATCH 09/24] test: use source and build paths in test-lib-common.sh
` [PATCH 10/24] test: mkdir and cd to $TMP_DIRECTORY instead of $test for testing
` [PATCH 11/24] test: use source and build paths in notmuch-test
` [PATCH 12/24] test: use source and build paths in T000-basic.sh
` [PATCH 13/24] test: use source and build paths in T160-json.sh and T170-sexp.sh
` [PATCH 14/24] test: use source and build paths in T260-thread-order.sh
` [PATCH 15/24] test: use source and build paths in T310-emacs.sh
` [PATCH 16/24] test: use source and build paths in T350-crypto.sh
` [PATCH 17/24] test: use source and build paths in T355-smime.sh
` [PATCH 18/24] test: use source and build paths in T360-symbol-hiding.sh
` [PATCH 19/24] test: use source and build paths in T380-atomicity.sh
` [PATCH 20/24] test: use source and build paths in T4?0-emacs-*.sh
` [PATCH 21/24] test: use source and build paths in T480-hex-escaping.sh
` [PATCH 22/24] test: use source and build paths in T590-thread-breakage.sh
` [PATCH 23/24] build: don't copy the test directory for out-of-tree builds
` [PATCH 24/24] devel: add script to test "

[PATCH] fix reference to notmuch_message_get_properties
 2017-09-24 12:20 UTC  (3+ messages)

Announcing Astroid v0.10
 2017-09-24  9:46 UTC  (2+ messages)
` Announcing Astroid v0.10.1

[PATCH 10/10] add --try-decrypt=(true|false) to notmuch reindex
 2017-09-23 16:46 UTC  (19+ messages)
` cleartext-indexing
  ` [PATCH v2 01/10] crypto: Move crypto.c into libutil
  ` [PATCH v2 02/10] crypto: make shared crypto code behave library-like
  ` [PATCH v2 03/10] tests: prepare for more crypto tests (using add_gnupg_home)
  ` [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
  ` [PATCH v2 06/10] config: indexing defaults will be stored in the database
  ` [PATCH v2 07/10] config: define new option index.try_decrypt
  ` [PATCH v2 08/10] cli/new: add --try-decrypt=(true|false)
  ` [PATCH v2 09/10] cli/insert: "
  ` [PATCH v2 10/10] cli/reindex: "

Is there a prefix that performs from: and to: simultaneously?
 2017-09-23  7:47 UTC  (6+ messages)

Washing GitHub emails to include inline patch?
 2017-09-22 21:38 UTC  (4+ messages)

Washing GitHub emails to include inline patch?
 2017-09-21 16:34 UTC 

Default Tree View
 2017-09-21 10:57 UTC 

[RFC PATCH] emacs: require minimum version to be 24.1 c-b c-b c-b c-b c-t c-e
 2017-09-20 16:40 UTC  (4+ messages)

[RFC PATCH] emacs: cl-letf enriched-decode-display-prop for text/encriched display
 2017-09-20 11:12 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH] cli: default entire-thread to false for all output formats
 2017-09-19 20:50 UTC 

[PATCH 2/3] database: add n_d_index_file (deprecates n_d_add_message)
 2017-09-18 10:55 UTC  (6+ messages)
` [PATCH v2 1/3] lib: clarify description of notmuch_database_add_message
  ` [PATCH v2 2/3] database: add n_d_index_file (deprecates n_d_add_message)

Default Tree View
 2017-09-18  8:42 UTC 

[PATCH 0/4] lib: signed and encrypted part content-type indexing
 2017-09-18  0:02 UTC  (7+ messages)
` [PATCH 1/4] lib: abstract content type indexing
` [PATCH 2/4] test: signed and encrypted part "
` [PATCH 3/4] lib: index the content type of signature parts
` [PATCH 4/4] lib: index the content-type of the parts of encrypted messages

[PATCH] debian: update gitignore
 2017-09-18  0:02 UTC  (2+ messages)

What is notmuch compact and should I use it?
 2017-09-16 14:46 UTC  (5+ messages)

[PATCH] emacs: sanitize subject in replies
 2017-09-15 15:57 UTC 

[PATCH 0/2] lib: signature content type indexing
 2017-09-15 14:24 UTC  (7+ messages)
` [PATCH 1/2] lib: abstract "
` [PATCH 2/2] lib: index the content type of signature parts
    ` [PATCH] lib: index the content-type of the parts of encrypted 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).