unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-09-04 21:31:52 to 2017-09-25 20:39:50 UTC [more...]

[PATCH 00/24] test: separate source and build directories
 2017-09-25 20:38 UTC  (24+ 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

notmuch-emacs: Fcc to top-level directory given by database.path
 2017-09-25 15:25 UTC  (6+ messages)

[PATCH 0/9] argument parsing fixes and improvements
 2017-09-25 13:02 UTC  (17+ 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] python: open messages in binary mode
 2017-09-24 12:36 UTC  (3+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] T390-python: add test for get_message_parts and special characters

[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 01/10] reorganize indexing of multipart/signed and multipart/encrypted
 2017-09-23 16:46 UTC  (29+ messages)
` [PATCH 02/10] crypto: Move crypto.c into libutil
` [PATCH 03/10] crypto: make shared crypto code behave library-like
` [PATCH 04/10] tests: prepare for more crypto tests (using add_gnupg_home)
` [PATCH 05/10] index: implement notmuch_indexopts_t with try_decrypt
` [PATCH 06/10] crypto: index encrypted parts when indexopts try_decrypt is set
` [PATCH 07/10] Define new config option index.try_decrypt
` [PATCH 08/10] add --try-decrypt=(true|false) to notmuch new
` [PATCH 09/10] add --try-decrypt=(true|false) to notmuch insert
` [PATCH 10/10] add --try-decrypt=(true|false) to notmuch reindex
  ` 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)

notmuch.el: "wash" date in message display
 2017-09-21 18:40 UTC  (2+ 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)

Guess 'From:' when doing notmuch reply
 2017-09-20 13:03 UTC  (5+ 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

[PATCH] python: deprecated add_message calls index_file correctly and returns result
 2017-09-13 15:48 UTC  (7+ messages)
` [PATCH v2] "

[BUG] Notmuch keeps adding notmuch-address-expand-name to message-completion-alist
 2017-09-13 12:48 UTC  (7+ messages)
    ` [PATCH] emacs/address: use member instead of memq to check for pair

[PATCH 0/6] cli: support regex in new.ignore
 2017-09-13 12:08 UTC  (3+ messages)
` [PATCH 1/6] cli/new: use the same style for fs entry loops

[PATCH 1/2] build: fix out-of-tree builds, again
 2017-09-13 12:07 UTC  (6+ messages)
` [PATCH 2/2] devel: add script to test out-of-tree builds
  ` [PATCH v2] "

[PATCH] python: Fix database.add_message
 2017-09-12 15:31 UTC  (5+ messages)

[PATCH] emacs: override enriched-decode-display-prop for text/enriched display
 2017-09-12  1:30 UTC  (3+ messages)
` notmuch release 0.25.1 now available

[RFC PATCH] test: merge performance-test subdirectory to tests
 2017-09-10  9:10 UTC 

[PATCH 1/3] sorting: add the ability to sort by from and subject
 2017-09-10  1:21 UTC  (8+ messages)
          ` [PATCH] emacs: replace oldest-first with sort-order
            ` [PATCH v2] "

[RFC] emacs/show: drop header lines for excluded messages
 2017-09-09 11:45 UTC  (2+ messages)
` [RFC] emacs/tree: do not insert "

newbie questions about notmuch.el
 2017-09-08 12:04 UTC  (9+ messages)

[Łukasz Stelmach] Bug#864493: notmuch: bash completion eats typed option
 2017-09-07 19:01 UTC  (3+ messages)

finding incoming messages in threads in which i've participated [was: Re: find threads where I and Jian participated but not Dave]
 2017-09-07 18:51 UTC  (5+ messages)
` [PATCH] WIP: add thread subqueries

[PATCH 0/2] emacs: allow message/rfc822 to be inserted in the mailstore
 2017-09-07 11:23 UTC  (6+ messages)
` [PATCH 1/2] emacs: maildir fcc make insert more flexible

[PATCH 2/2] emacs: Add notmuch-update-search-tags
 2017-09-06 13:11 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] emacs: Refuse requests to refresh tree views while a refresh is running
 2017-09-06  1:29 UTC  (2+ messages)

[PATCH] test: duplicate mids: add an extra broken search test
 2017-09-06  1:29 UTC  (3+ messages)
` [PATCH 1/5] test: make fallback to duplicate test more robust

[PATCH] fix documentation bug (leading quotes break documentation)
 2017-09-06  1:29 UTC  (2+ messages)

[PATCH] crypto: gracefully handle gmime errors
 2017-09-05 20:23 UTC  (10+ messages)
` [BUG] gmime-3.0.1 (was: [PATCH] crypto: gracefully handle gmime errors)

automatically adding tags to mail from gmail spam folder
 2017-09-05 10:56 UTC  (2+ messages)

[PATCH 0/7] Travis and test suite improvements
 2017-09-04 21:31 UTC  (4+ messages)
` [PATCH 7/7] .travis.yml: Test against several Emacs versions


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