unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-09-21 16:35:00 to 2017-10-11 14:35:17 UTC [more...]

[PATCH 1/3] cli/show: convert keyword options to booleans
 2017-10-11 14:35 UTC 

Public notmuch.mbox missing some messages which are tagged in nmbug
 2017-10-11 14:34 UTC  (4+ messages)

Announcing Astroid v0.10
 2017-10-11 10:33 UTC  (3+ messages)
` Announcing Astroid v0.10.1
  ` Announcing Astroid v0.10.2

[PATCH 10/10] add --try-decrypt=(true|false) to notmuch reindex
 2017-10-11  6:22 UTC  (40+ 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 07/10] config: define new option index.try_decrypt
  ` [PATCH v2 08/10] cli/new: add --try-decrypt=(true|false)
  ` cleartext indexing, round 3
    ` [PATCH v3 01/15] crypto: rename notmuch_crypto_t to _notmuch_crypto_t
    ` [PATCH v3 02/15] crypto: drop pretense of notmuch_crypto_context_t
    ` [PATCH v3 03/15] crypto: _notmuch_crypto_cleanup should return void
    ` [PATCH v3 04/15] crypto: move into libutil
    ` [PATCH v3 05/15] gmime-extra: remove duplicate GMimeAddressType typedef
    ` [PATCH v3 06/15] crypto: make shared crypto code behave library-like
    ` [PATCH v3 07/15] tests: prepare for more crypto tests (using add_gnupg_home)
    ` [PATCH v3 08/15] index: implement notmuch_indexopts_t with try_decrypt
      ` avoid double typedef
        ` [PATCH v4 08/15] index: implement notmuch_indexopts_t with try_decrypt
    ` [PATCH v3 09/15] gmime-extra: drop compat layer for g_mime_multipart_encrypted_decrypt
    ` [PATCH v3 10/15] crypto: index encrypted parts when indexopts try_decrypt is set
    ` [PATCH v3 11/15] config: indexing defaults will be stored in the database
    ` [PATCH v3 12/15] config: define new option index.try_decrypt
    ` [PATCH v3 13/15] cli/new: add --try-decrypt=(true|false)
    ` [PATCH v3 14/15] cli/insert: "
    ` [PATCH v3 15/15] cli/reindex: "

Washing GitHub emails to include inline patch?
 2017-10-11  4:38 UTC  (9+ messages)

[PATCH 0/3] nmbug:
 2017-10-10 23:15 UTC  (5+ messages)
` [PATCH 1/4] nmbug: Respect 'expect' in _spawn(..., wait=True)
` [PATCH 2/4] nmbug: Accept failures to unset core.worktree in clone
` [PATCH 3/4] nmbug: Auto-checkout in clone if it wouldn't clobber

[bug] [emacs] notmuch-show: names not shown on some mailing lists
 2017-10-10 16:38 UTC 

[PATCH 1/2] cli: convert notmuch_bool_t to stdbool
 2017-10-10  1:43 UTC  (5+ messages)
` [PATCH 2/2] lib: convert notmuch_bool_t to stdbool internally

[github-thread] find and open corresponding github page for thread or message
 2017-10-09  8:30 UTC 

[PATCH v2 0/2] cli: support regex in new.ignore
 2017-10-06 18:38 UTC  (3+ messages)
` [PATCH v2 1/2] cli/new: support /<regex>/ "
` [PATCH v2 2/2] test: test regexp based new.ignore

No documents in index
 2017-10-06 12:09 UTC  (2+ messages)

search misses some targets
 2017-10-05 19:31 UTC  (7+ messages)

[PATCH] python: open messages in binary mode
 2017-10-05 15:50 UTC  (6+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] T390-python: add test for get_message_parts and special characters

Problem forwarding messages
 2017-10-05 11:38 UTC  (2+ messages)

[PATCH v2 00/15] cli: argument parsing changes
 2017-10-05 10:43 UTC  (21+ 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

[PATCH] devel/check-out-of-tree-build.sh: consistent naming, consistent quoting
 2017-10-05 10:42 UTC  (2+ messages)

[PATCH v2] emacs: cl-letf enriched-decode-display-prop for text/encriched display
 2017-10-04 20:24 UTC  (2+ messages)
` [PATCH v3] emacs: letf "

Dealing with spaces in mail folders
 2017-10-04 15:58 UTC  (3+ messages)

notmuch-emacs: Fcc to top-level directory given by database.path
 2017-10-04  9:30 UTC  (13+ messages)

[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  (13+ messages)

[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  (5+ messages)

notmuch.el: "wash" date in message display
 2017-09-30  6:37 UTC  (3+ 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

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

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-21 16:34 UTC 


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