unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2014-02-17 00:16:38 to 2014-03-09 21:41:43 UTC [more...]

[PATCH v4 00/13] boolean folder: and path: searches
 2014-03-09 21:40 UTC  (9+ messages)
` [PATCH v4 01/13] test: rearrange the test corpus into subfolders
` [PATCH v4 02/13] test: add notmuch_search_files_sanitize and use it
` [PATCH v4 03/13] lib: refactor folder term update after filename removal
` [PATCH v4 04/13] lib: add support for path: prefix searches
` [PATCH v4 05/13] test: make insert test use the path: prefix
` [PATCH v4 06/13] lib: make folder: prefix literal
` [PATCH v4 07/13] test: add tests for the new boolean folder: and path: prefixes
` [PATCH v4 08/13] test: add database upgrade test from format version 1 to 2

[PATCH] nmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}
 2014-03-09 16:35 UTC  (5+ messages)

v3 of boolean folder: patches
 2014-03-09 16:15 UTC  (20+ messages)
` [Patch v3 01/15] lib: refactor folder term update after filename removal
` [Patch v3 02/15] lib: add support for path: prefix searches
` [Patch v3 03/15] test: make insert test use the path: prefix
` [Patch v3 04/15] lib: make folder: prefix literal
` [Patch v3 05/15] test: fix test for literal folder: search
` [Patch v3 08/15] test: add tests for the new boolean folder: and path: prefixes
` [Patch v3 09/15] test: add database upgrade test from format version 1 to 2
` [Patch v3 10/15] man: update man pages for folder: and path: search terms
` [Patch v3 11/15] man: try to clarify the folder: and path: vs. --output=files confusion
` [Patch v3 12/15] test: don't use $(dir) in recipes
` [Patch v3 13/15] devel: add script to generate test databases
` [Patch v3 14/15] test: commit folders-v1.tar.xz checksum, ignore actual databases
` [Patch v3 15/15] test: add machinery to download and verify databases

WARNING: database upgrade coming
 2014-03-09 15:01 UTC 

[PATCH v3 0/6] lib: replace the message header parser with gmime
 2014-03-09 13:19 UTC  (4+ messages)
` [PATCH v3 3/6] util: make sanitize string available in string util for reuse

[PATCH 1/1] test: support for generating decreasing dates with bash 4.0 and 4.1
 2014-03-09 13:19 UTC  (3+ messages)
` [PATCH v2] support for generating decreasing dates in "

[PATCH 1/1] test: use 'bare' test names in NOTMUCH_SKIP_TESTS comparisons
 2014-03-09 13:18 UTC  (4+ messages)
` [PATCH v2] test: NOTMUCH_SKIP_TESTS accepts test names with or without Tddd- prefix

[PATCH] test: don't use $(dir) in recipes
 2014-03-09 13:17 UTC  (2+ messages)

sphinx docs, v3
 2014-03-09 12:57 UTC  (5+ messages)
` [Patch v3 1/4] doc: convert sphinx based docs
` [Patch v3 2/4] doc: add target rst2man to build man pages using rst2man
` [Patch v3 3/4] doc: install sphinx version of man pages
` [Patch v3 4/4] doc: automatically read version from file

v3 of version change detection and notmuch emacs/hello version(s)
 2014-03-08 13:14 UTC  (5+ messages)
` [PATCH v3 1/3] build: write version.stamp file containing $(VERSION) string
` [PATCH v3 2/3] emacs: defconst notmuch-emacs-version to a value during byte compilation
` [PATCH v3 3/3] emacs: defun notmuch-hello-versions and bind 'v' in hello mode to it

[PATCH] perf-test: use command line arguments for directories
 2014-03-07 12:03 UTC 

convert man pages to sphinx
 2014-03-07 12:02 UTC  (12+ messages)
` [PATCH 1/4] doc: convert sphinx based docs
` [PATCH 2/4] doc: add target rst2man to build man pages using rst2man
` [PATCH 3/4] doc: install sphinx version of man pages
` [PATCH 4/4] doc: automagically read version from file
  ` Sphinx man pages, round n+2
    ` [PATCH v2 1/4] doc: convert sphinx based docs
    ` [PATCH v2 2/4] doc: add target rst2man to build man pages using rst2man
    ` [PATCH v2 3/4] doc: install sphinx version of man pages
    ` [PATCH v2 4/4] doc: automagically read version from file

[PATCH] notmuch new: add a --in-directory option
 2014-03-07 11:53 UTC  (4+ messages)

[PATCH] debian: add dependency on bash-completion
 2014-03-07 11:21 UTC  (4+ messages)

how to specify notmuch colors in emacs24
 2014-03-06 14:27 UTC  (3+ messages)

[PATCH] test: Print the number of the test along with its name
 2014-03-06 11:51 UTC  (4+ messages)

[BUG] Putting "tags=;" into .notmuch-config will create empty tags
 2014-03-06 11:51 UTC  (8+ messages)
` [PATCH 0/3] check new.tags for invalid tags
  ` [PATCH 1/3] cli: export function for illegal tag checking
  ` [PATCH 2/3] cli: make sure notmuch new and insert don't add invalid tags
  ` [PATCH 3/3] test: add tests for invalid new.tags
    ` [PATCH] cli: add missing \n in error message

[PATCH v2 0/7] emacs: show tag changes in buffer
 2014-03-06  6:37 UTC  (10+ messages)
` [PATCH v2 1/7] Make keys of notmuch-tag-formats regexps and use caching
` [PATCH v2 2/7] emacs: tag split customise option for format-tags into a widget
` [PATCH v2 3/7] emacs: tag: add customize for deleted/added tag formats
` [PATCH v2 4/7] emacs: show: mark tags changed since buffer loaded
` [PATCH v2 5/7] emacs: show: use orig-tags for tag display
` [PATCH v2 6/7] emacs: search: use orig-tags in search
  ` [PATCH v2.1 "
` [PATCH v2 7/7] emacs: tree: "

[PATCH v2 00/13] literal folder: prefix, new path: prefix
 2014-03-05 15:40 UTC  (25+ messages)
` [PATCH v2 01/13] lib: refactor folder term update after filename removal
` [PATCH v2 02/13] lib: add support for path: prefix searches
` [PATCH v2 03/13] test: make insert test use the path: prefix
` [PATCH v2 04/13] lib: make folder: prefix literal
` [PATCH v2 05/13] test: fix test for literal folder: search
` [PATCH v2 06/13] test: make it possible to have several corpora
` [PATCH v2 07/13] test: add new corpus with folders
` [PATCH v2 08/13] test: add tests for the new boolean folder: and path: prefixes
` [PATCH v2 09/13] devel: add script to generate test databases
` [PATCH v2 10/13] test: add test database in format version 1
` [PATCH v2 11/13] test: add database upgrade test from format version 1 to 2
` [PATCH v2 12/13] man: update man pages for folder: and path: search terms
` [PATCH v2 13/13] man: try to clarify the folder: and path: vs. --output=files confusion

[PATCH 0/4] Bug fixes for identity handling in Emacs
 2014-03-05  0:07 UTC  (12+ messages)
` [PATCH 1/4] emacs: Build forwarded message buffer more directly
` [PATCH 2/4] emacs: Fix exception when fetching empty or unconfigured settings
` [PATCH 3/4] emacs: Fix `notmuch-user-other-email' when no other emails are configured
` [PATCH 4/4] emacs: Simplify and fix `notmuch-mua-prompt-for-sender'
    ` [PATCH v2] "

[PATCH] emacs: use the originating buffer's working directory for pipe
 2014-03-05  0:06 UTC  (3+ messages)

[PATCH] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca
 2014-03-05  0:06 UTC  (6+ messages)
` NEWS/changelog patches
  ` [PATCH 1/3] NEWS: note closing of bug id:87wqhcxb5j.fsf@maritornes.cs.unb.ca
  ` [PATCH 2/3] debian: note closing of debian bug 739556
  ` [PATCH 3/3] NEWS: note closing of id:87ty19pi85.fsf@zancas.localnet

Smime signature verification in Notmuch - Emacs
 2014-03-03 17:29 UTC 

[BUG] notmuch excludes .notmuch anywhere in the tree
 2014-03-01 16:22 UTC  (5+ messages)
` [DRAFT PATCH] notmuch new: do not ignore '.notmuch' in non-toplevel directories

Unable to search for emails with content with a given MIME type
 2014-02-27 20:31 UTC 

Search for message ID broken?
 2014-02-27 11:16 UTC  (3+ messages)

[PATCH] test: Simplify CLEAN list construction
 2014-02-26  1:05 UTC  (3+ messages)

[PATCH] cli: command line option parser cleanup
 2014-02-26  1:05 UTC  (3+ messages)

[PATCH] man: escape backslash in notmuch-tag example
 2014-02-26  1:04 UTC  (3+ messages)

sanitization of args notmuch-cli in notmuch-emacs
 2014-02-26  1:03 UTC  (2+ messages)

sanitization of args notmuch-cli in notmuch-emacs
 2014-02-26  1:02 UTC  (3+ messages)
` [PATCH] emacs: remove newlines from input to notmuch count --batch

Sphinx/docutils conversion v4
 2014-02-25 20:24 UTC  (6+ messages)
` [RFC PATCH v4 1/3] doc: start of sphinx based docs
` [RFC PATCH v4 2/3] doc: add target rst2man to build man pages using rst2man
` [RFC PATCH v4 3/3] doc: fix for conversion errors

Re:
 2014-02-24  0:54 UTC  (8+ messages)
` v3 of sphinx docs
  ` [RFC Patch v3 1/3] doc: start of sphinx based docs
  ` [RFC Patch v3 2/3] doc: add target rst2man to build man pages using rst2man
  ` [RFC Patch v3 3/3] doc: fix for conversion errors

Weird behaviour in notmuch new
 2014-02-23 23:28 UTC  (3+ messages)
` [PATCH] test: test folder renames

[PATCH] man: fix typo in notmuch.1
 2014-02-22 23:55 UTC  (2+ messages)

[PATCH 1/3] build: write version.stamp file containing $(VERSION) string
 2014-02-22  8:49 UTC  (4+ messages)
` [PATCH 2/3] emacs: defconst notmuch-emacs-version to a value during byte compilation
` [PATCH 3/3] emacs: defun notmuch-hello-versions and bind 'v' in hello mode to it

[PATCH 1/1] emacs: always write emacs/.eldeps when the target is remade
 2014-02-22  1:21 UTC  (11+ messages)
              ` [PATCH] emacs: Avoid rebuilding .eldeps even when there's nothing to do

[PATCH 1/1] nmbug-status: replace __values__() with values() in OrderedDict stub
 2014-02-22  1:21 UTC  (3+ messages)

[PATCH] ruby bindings message: docstring typo
 2014-02-22  1:17 UTC  (2+ messages)

[Christian Hofstaedtler] Bug#739120: ruby-notmuch: Please update ruby binary extension install path
 2014-02-22  1:07 UTC  (2+ messages)

notmuch used in the arctic
 2014-02-20 17:17 UTC 

Inline-encryption, encryption failure when storing sent mails
 2014-02-18 18:31 UTC  (4+ messages)

Bug?: notmuch-search-show-thread shows several threads; only one containing matching messages
 2014-02-17  0:16 UTC  (12+ 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).