unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2015-08-24 20:36:36 to 2015-09-29 11:30:22 UTC [more...]

[PATCH] nmbug-status: add support for specifying sort order for each view
 2015-09-29 11:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] cli: use designated initializer to initialize add_files_state
 2015-09-29 11:27 UTC  (3+ messages)

correct way to search for only PDF attachments
 2015-09-29 11:00 UTC  (5+ messages)

[PATCH 0/3] delete directory documents on directory removal
 2015-09-28 11:42 UTC  (5+ messages)
` [PATCH 1/3] test: flag one more notmuch new test as broken
` [PATCH 2/3] lib: add interface to delete directory documents
` [PATCH 3/3] cli: delete directory documents on directory removal

[PATCH v4 0/5] notmuch-emacs-mua updates
 2015-09-28 10:59 UTC  (6+ messages)
` [PATCH v4 5/5] notmuch-emacs-mua: do not create a frame by default with --client

v4 of count patches, plus convert remaining deprecated APIs
 2015-09-27 15:32 UTC  (10+ messages)
` [Patch v4 1/9] lib: move query variable to function scope
` [Patch v4 2/9] cli/count: simplify and document return value of print_count
` [Patch v4 3/9] lib: add versions of n_q_count_{message, threads} with status return
` [Patch v4 4/9] cli: update to use new count API
` [Patch v4 5/9] ruby: "
` [Patch v4 6/9] python: update bindings for "
` [Patch v4 7/9] lib: migrate notmuch_database_upgrade to new query_search API
` [Patch v4 8/9] lib: migrate thread.cc "
` [Patch v4 9/9] ruby: use "

Version 3 of count API changes
 2015-09-27 12:16 UTC  (9+ messages)
` [Patch v3 1/4] cli/count: simplify and document return value of print_count
` [Patch v3 2/4] lib: add versions of n_q_count_{message, threads} with status return
  ` [patch v3.1] lib: add versions of n_q_count_{message,threads} "
` [Patch v3 3/4] cli: update to use new count API
  ` [patch v3.1] "
` [Patch v3 4/4] ruby: "
  ` [PATCH] python: update bindings for "
` [patch v3.1] lib: move query variable to function scope

[gmime-devel] gmime and S/MIME
 2015-09-26 17:32 UTC  (6+ messages)
` (no subject)
  ` [PATCH 6/8] cli: crypto: S/MIME verification support
  ` [PATCH 8/8] debian: add gpgsm as build dependency

[RFC] lib: add support for date:<query>..! to mean date:<query>..<query>
 2015-09-26 13:55 UTC  (4+ messages)
` [PATCH] lib: add support for date:<expr>..! to mean date:<expr>..<expr>

[PATCH] completion: handle notmuch address --deduplicate= option
 2015-09-26 11:12 UTC 

[PATCH v2 0/9] cli: alternative address deduplication
 2015-09-26 10:48 UTC  (28+ messages)
` [PATCH v2 1/9] cli: g_hash_table_lookup_extended is overkill
` [PATCH v2 2/9] cli: abstract new mailbox creation
` [PATCH v2 3/9] cli: add support for not deduplicating notmuch address results
  ` [PATCH 3½/9] test: notmuch address --deduplicate=no tests
` [PATCH v2 4/9] man: document notmuch address --deduplicate=(no|mailbox) option
    ` [PATCH] "
` [PATCH v2 5/9] util: move strcase_equal and strcase_hash to util
` [PATCH v2 6/9] cli: change the data structure for notmuch address deduplication
        ` [PATCH 6/9 v3 part 1/2] util: add strcmp_null, a strcmp that handles NULL parameters
          ` [PATCH 6/9 v3 part 2/2] cli: change the data structure for notmuch address deduplication
` [PATCH v2 7/9] cli: add support for deduplicating based on case insensitive address
  ` [PATCH 7½/9] test: add notmuch address --deduplicate=(no|mailbox|address) tests
      ` [PATCH v2 "
` [PATCH v2 8/9] man: document notmuch address --deduplicate=address option
` [PATCH v2 9/9] cli: do not sort addresses on --output=count or --deduplicate=address

[bug] notmuch requires Content-Disposition mime header value to be lower case
 2015-09-26  9:35 UTC  (7+ messages)
          ` [PATCH 1/2] lib: content disposition values are not case-sensitive
            ` [PATCH 2/2] cli: "

expose notmuch_database_new to libraries?
 2015-09-26  7:35 UTC  (2+ messages)

[PATCH] emacs/Makefile.local: notmuch-lib.elc depend on notmuch-version.elc
 2015-09-25 21:45 UTC 

[PATCH] test suite: don't consider skipped individual tests as failing
 2015-09-25 19:17 UTC  (4+ messages)

Notmuch removing messages from the index, when calling `new` two times in a row
 2015-09-25 18:19 UTC  (6+ messages)

[PATCH] make test: NOTMUCH_TEST_QUIET=1 is now the default
 2015-09-25 11:51 UTC  (5+ messages)

[PATCH 1/2] test: fix whitespace/indentation in symbol-test
 2015-09-24 10:38 UTC  (7+ messages)
` [PATCH 2/2] test: check argc "
    ` [PATCH v2] "

[PATCH] lib: constify arguments to notmuch_query_get_*
 2015-09-24 10:39 UTC  (2+ messages)

Possible some threads are not complete due to bug?
 2015-09-24  0:55 UTC  (8+ messages)
` [PATCH] test: add sanity tests for threading

[PATCH 1/3] cli: add utility routine to print error status
 2015-09-23 11:23 UTC  (5+ messages)
` [PATCH 2/3] cli/count: update to use notmuch_query_search_messages_st
` [PATCH 3/3] cli: convert remainder of CLI to n_q_search_{messages,threads}_st

[PATCH] emacs: add emacs/try-emacs-mua.sh
 2015-09-20 11:50 UTC  (2+ messages)

bug: notmuch-poll doesn't check return value
 2015-09-14 12:18 UTC 

[PATCH 1/2] cli/count: remove unused argument handling for output=modifications
 2015-09-09 23:18 UTC  (5+ messages)
` [PATCH 2/2] cli/count: apply uncrustify changes

muchsync files renames
 2015-09-09 17:49 UTC  (19+ messages)
                    ` synchronize_flags leaving files in new (was muchsync files renames)

using the fringe to indicate good signatures
 2015-09-08 18:00 UTC  (6+ messages)

[PATCH] emacs: wrap current search in parens when filtering
 2015-09-07 12:50 UTC  (8+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

Weird behaviour in notmuch new
 2015-09-07 12:51 UTC  (5+ messages)
` [PATCH 1/2] HACK: test: test folder renames
  ` [PATCH 2/2] cli: reset db directory mtime upon directory removal

[PATCH v5 0/3] Add filter to emacs show mode
 2015-09-07  6:19 UTC  (3+ messages)
` [PATCH v5 3/3] emacs: Bind filter in search to 'l'

[PATCH 1/1] Store and search for canonical Unicode text [WIP]
 2015-09-05 19:13 UTC  (4+ messages)

update cli/lib to use new notmuch_query_search_* api
 2015-09-04 11:28 UTC  (3+ messages)
` [PATCH 07/10] lib: constify argument to notmuch_database_status_string

[PATCH] test: add "set -u" to test-lib.sh
 2015-09-03 19:09 UTC 

[PATCH 1/4] emacs: notmuch-show-view-raw-message clears buffer, makes it read-only
 2015-09-02 14:34 UTC  (4+ messages)
` [PATCH 2/4] emacs: add function notmuch-address--message-insinuated
` [PATCH 3/4] emacs: add function to resend message to new recipients
` [PATCH 4/4] emacs: bind notmuch-show-resend-message to 'b' in notmuch-show mode

[PATCH 1/2] emacs: add defsubst notmuch-address--message-insinuated
 2015-08-31 23:11 UTC  (9+ messages)
` [PATCH 2/2] emacs: add function to resend message to new recipients

ANNOUNCE: muchsync 2 released
 2015-08-31 12:44 UTC  (2+ messages)
` ANNOUNCE: muchsync 2 released on Gentoo

[PATCH 0/5] cli: alternative address deduplication
 2015-08-31 11:15 UTC  (15+ messages)
` [RFC PATCH 1/5] cli: g_hash_table_lookup_extended is overkill
` [RFC PATCH 2/5] cli: abstract new mailbox creation
` [RFC PATCH 3/5] cli: add support for not deduplicating notmuch address results
` [RFC PATCH 4/5] cli: change the data structure for notmuch address deduplication
` [RFC PATCH 5/5] cli: add support for deduplicating based on case insensitive address

how to make return follow hyperlink?
 2015-08-28 18:13 UTC  (6+ messages)

notmuch-show-toggle-message behavior
 2015-08-28  5:50 UTC  (2+ messages)

[PATCH] cli/lib: remove support for GMime 2.4
 2015-08-27  0:29 UTC  (2+ messages)

[PATCH v2] devel/release-checks: added checking of copyright year in documentation
 2015-08-26 19:10 UTC 

notmuch-mode very slow in emacs-mac-port (railwaycat)
 2015-08-24 20:36 UTC  (3+ 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).