unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2017-07-13 14:00:00 to 2017-08-19 18:04:19 UTC [more...]

[PATCH] doc: Disable SmartyPants in generated manual pages
 2017-08-19 18:04 UTC  (2+ messages)

[PATCH 0/4] fix "no such file" problem for emails send by emacs
 2017-08-19 12:55 UTC  (12+ messages)
` [PATCH 1/4] test: insert into the folder with trailing /
` [PATCH 2/4] insert: strip trailing / in folder path
` [PATCH 3/4] test: show id:<> works even if the first duplicated is deleted
` [PATCH 4/4] show: workaround for the missing file problem

proposed patches to notmuch-emacs-mua
 2017-08-19 11:32 UTC 

update performance tests for notmuch insert
 2017-08-19 11:10 UTC  (5+ messages)
` [PATCH 1/3] test: move generate_message, add_message into test-lib-common.sh
` [PATCH 2/3] perf-test: renumber tests
` [PATCH 3/3] perf-test: add memory test for notmuch-insert

[PATCH] completion: add bash completion for "notmuch reindex"
 2017-08-18 22:56 UTC  (2+ messages)

[PATCH] fix typo
 2017-08-18 22:55 UTC  (2+ messages)

[PATCH] test: remove remainder of previously killed basic test
 2017-08-18 22:55 UTC  (2+ messages)

[PATCH 0/2] .gitignore tweaks
 2017-08-18 22:54 UTC  (5+ messages)
` [PATCH 1/2] test: Update extant references to corpus.mail
` [PATCH 2/2] Use rooted paths in .gitignore files

Feature request: Tab completion in notmuch search
 2017-08-18 22:36 UTC  (2+ messages)

[PATCH 1/3] lib: clarify description of notmuch_database_add_message
 2017-08-17 23:14 UTC  (7+ messages)
` [PATCH 2/3] database: add n_d_index_file (deprecates n_d_add_message)
    ` [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)
      ` [PATCH v2 3/3] reindex: drop notmuch_param_t, use notmuch_indexopts_t instead
` [PATCH "

[PATCH] emacs: Make the shell location configurable
 2017-08-17 21:46 UTC  (11+ messages)

[PATCH 0/2] Use make-process when available
 2017-08-17 17:57 UTC  (3+ messages)
` [PATCH 1/2] emacs: Refactor subprocess stderr propagation
` [PATCH 2/2] emacs: Use make-process when available

[PATCH 0/7] Travis and test suite improvements
 2017-08-17 17:51 UTC  (8+ messages)
` [PATCH 1/7] .travis.yml: Invoke `make download-test-databases' before running tests
` [PATCH 2/7] .travis.yml: Add gdb and gpgsm dependencies
` [PATCH 3/7] .travis.yml: Replace manual zlib installation with "dist: trusty"
` [PATCH 4/7] test: Fix T050-new.sh on some Travis CI machines
` [PATCH 5/7] .travis.yml: Switch to "sudo: false" for faster builds
` [PATCH 6/7] test: Fix T350-crypto.sh on Emacs snapshots
` [PATCH 7/7] .travis.yml: Test against several Emacs versions

[PATCH] remove boolean "first" argument from format_part_sprinter
 2017-08-17  1:05 UTC  (2+ messages)

[PATCH] cli/new: improve error reporting
 2017-08-17  1:05 UTC  (2+ messages)

[PATCH] do not use bullets in debian/NEWS
 2017-08-17  1:05 UTC  (2+ messages)

[PATCH] remove obsolete lintian-override (see https://bugs.debian.org/865055)
 2017-08-17  1:04 UTC  (2+ messages)

unread flag and maildir syncing
 2017-08-17  1:04 UTC  (5+ messages)
` [PATCH 1/2] test: add missing quotes in maildir-sync test
` [PATCH 2/2] test: add test for , S message without 'unread' in new.tags

all intermediate drafts appear in threads (v0.24.2, Emacs 25.2)
 2017-08-16 16:53 UTC  (6+ messages)

bug: notmuch show --decrypt leads to SIGSEGV
 2017-08-16 16:41 UTC  (5+ messages)

[PATCH] test: Use small Python script for JSON normalization instead of json.tool
 2017-08-16 16:31 UTC 

wish: notmuch-emacs: tag unsent email with same key bindings as in notmuch show
 2017-08-15 11:56 UTC  (2+ messages)

[PATCH] emacs: Refuse requests to refresh tree views while a refresh is running
 2017-08-14  7:08 UTC 

[PATCH 0/2] Update search results when tags change
 2017-08-14  5:54 UTC  (3+ messages)
` [PATCH 1/2] notmuch-tag.el: Fix minor grammar error
` [PATCH 2/2] emacs: Add notmuch-update-search-tags

[Gmailieer] v0.2 released
 2017-08-13 11:08 UTC 

[PATCH] emacs: set query-context to nil if its "" or "*"
 2017-08-13  9:07 UTC 

notmuch search does not work with search term 'id:'
 2017-08-12 16:35 UTC  (5+ messages)

[PATCH] go: update bindings to compile with notmuch 0.25
 2017-08-12 14:15 UTC  (3+ messages)

Wish: notmuch-emacs: allow for reply to attached message/rfc822 message
 2017-08-12 14:00 UTC  (2+ messages)

rendering and generating text/markdown parts
 2017-08-11 23:36 UTC  (4+ messages)

associating a property with a subpart of a message
 2017-08-11  4:49 UTC  (3+ messages)

Generalising applying tag changes & resolving
 2017-08-10  2:44 UTC 

Maildir sync of seen flag confusing with multiple copies
 2017-08-10  2:47 UTC 

[PATCH] test: add broken tests for maildir syncing
 2017-08-06 19:46 UTC  (3+ messages)

a DoS vulnerability associated with conflated Message-IDs?
 2017-08-04 22:15 UTC  (4+ messages)

v4 of index multiple files per msg-id, add reindex command
 2017-08-02  2:53 UTC  (14+ messages)
` [Patch v4 01/12] lib: isolate n_d_add_message and helper functions into own file
` [Patch v4 02/12] lib/n_d_add_message: refactor test for new/ghost messages
` [Patch v4 03/12] lib: factor out message-id parsing to separate file
` [Patch v4 04/12] lib: refactor notmuch_database_add_message header parsing
` [Patch v4 05/12] test: add known broken tests for duplicate message id
` [Patch v4 06/12] lib: index message files with duplicate message-ids
` [Patch v4 07/12] lib: add notmuch_message_count_files
` [Patch v4 08/12] lib: add notmuch_thread_get_total_files
` [Patch v4 09/12] cli/search: print total number of files matched in summary output
` [Patch v4 10/12] lib: add _notmuch_message_remove_indexed_terms
` [Patch v4 11/12] lib: add notmuch_message_reindex
` [Patch v4 12/12] add "notmuch reindex" subcommand

Python/thaw/freeze: Different references to same message
 2017-07-31 21:20 UTC  (2+ messages)

Custom notmuch-show for html?
 2017-07-26  6:54 UTC  (6+ messages)

notmuch release 0.25 now available
 2017-07-25 11:41 UTC 

[PATCH] NEWS for release 0.25: Emacs: support for stashing message timestamp
 2017-07-23 19:38 UTC 

cleanup patches for 0.25
 2017-07-18 10:39 UTC  (6+ messages)
` [PATCH 1/4] util: make g_mime_utils_header_decode_date_unix match prototype
` [PATCH 2/4] debian: changelog stanza for 0.25~rc0-2
` [PATCH 3/4] emacs: convert remaining format-versions from 3 to 4
` [PATCH 4/4] debian: allow emacs25 as a build depend

[PATCH 1/9] Drop duplicate Section header for notmuch-vim
 2017-07-18 10:35 UTC  (10+ messages)
` [PATCH 2/9] Bump standards version to 4.0.0 (no changes needed)
` [PATCH 3/9] explicitly mark notmuch-emacs as transitional
` [PATCH 4/9] fix Python capitalization
` [PATCH 5/9] Fix orthography
` [PATCH 6/9] resolve lintian tag debhelper-but-no-misc-depends notmuch-emacs
` [PATCH 7/9] avoid false lintian warning about "iff"
` [PATCH 8/9] fix the generated documentation output
` [PATCH 9/9] use modern debian/copyright

[PATCH] NEWS: Initial writeup for my contributions to 0.25
 2017-07-18  9:40 UTC  (2+ messages)

[Paul Wise] Bug#825886: notmuch: allow separation of command-line options and their values: --option foo
 2017-07-16 12:46 UTC  (2+ messages)

Bug#755544: notmuch-emacs: doesn't check gpg/pgp signatures by default
 2017-07-16 12:45 UTC  (2+ messages)

Drop HTML tags when indexing
 2017-07-16 12:44 UTC  (3+ messages)
` [PATCH 1/7] test: add known broken test for indexing html

release 0.25 timeline
 2017-07-16 12:26 UTC  (2+ messages)

[PATCH 23/23] cli: wrap getting uid
 2017-07-16 10:53 UTC  (16+ messages)
` [PATCH 1/3] config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0
  ` [PATCH 2/3] clean up use of constants in g_mime_multipart_ wrappers
  ` [PATCH 3/3] crypto: Avoid explicit handling of GMimeCryptoContext in gmime 3.0
    ` [PATCH 1/4] cli/crypto: treat failure to create a crypto context as fatal
      ` [PATCH 2/4] cli/crypto: eliminated compiler warnings about unused arguments
      ` [PATCH 3/4] crypto: Avoid explicit handling of GMimeCryptoContext in gmime 3
          ` [PATCH v2 1/4] cli/crypto: treat failure to create a crypto context as fatal
            ` [PATCH v2 2/4] cli/crypto: eliminated compiler warnings about unused arguments
            ` [PATCH v2 3/4] crypto: Avoid explicit handling of GMimeCryptoContext in gmime 3
            ` [PATCH v2 4/4] crypto: clean up unused definitions in gmime 3.0
      ` [PATCH "

[PATCH] emacs: change default for notmuch-crypto-process-mime to t
 2017-07-15 12:14 UTC  (3+ messages)

[PATCH] NEWS: a few formatting updates for 0.24 news items (wiki compatibility)
 2017-07-15 12:11 UTC  (2+ messages)

[PATCH 1/2] Ensure that "notmuch reply" succeeds during testing
 2017-07-15 11:47 UTC  (12+ messages)
` [PATCH 2/2] Add additional munged reply-to tests
      ` [PATCH v2 1/2] Ensure that "notmuch reply" succeeds during testing
        ` [PATCH v2 2/2] Add additional munged reply-to tests
          ` [PATCH] Avoid crashes in "notmuch reply" with gmime 3.0 when reply-to == sender

Bug: fatal error with notmuch new, second run starts indexing all over again
 2017-07-14 21:27 UTC  (15+ 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).