unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-05-29 08:37:31 to 2012-06-25 22:14:20 UTC [more...]

[PATCH 0/3] Speed up notmuch new for unchanged directories
 2012-06-25 22:13 UTC  (6+ messages)
` [PATCH 1/3] lib: fix NULL checks for filenames iterators
` [PATCH 2/3] lib: add support for rewinding a filenames iterator
` [PATCH 3/3] new: don't read unchanged directories from disk

[RFC PATCH 05/14] new: use new URL-based filenames for messages
 2012-06-25 20:51 UTC  (10+ messages)
` [RFC PATCH 06/14] maildir URIs can be used in tags_to_maildir_flags
` [RFC PATCH 07/14] Update tests that need to see filenames to use URIs
` [RFC PATCH 08/14] Don't cache corpus.mail
` [RFC PATCH 09/14] Fix atomicity test to work without relocatable mailstores
` [RFC PATCH 10/14] new: add "scan" option
` [RFC PATCH 11/14] notmuch-new: pull out useful bits of add_files_recursive
` [RFC PATCH 12/14] mailstore: support for mbox:// URIs
` [RFC PATCH 13/14] Tests for mbox support
` [RFC PATCH 14/14] new: Add scan support for mbox:// URIs

[RFC PATCH 00/14] modular mail stores based on URIs
 2012-06-25 20:41 UTC  (5+ messages)
` [RFC PATCH 01/14] All access to mail files goes through the mailstore module
` [RFC PATCH 02/14] Introduce uriparser
` [RFC PATCH 03/14] mailstore can read from maildir: URLs
` [RFC PATCH 04/14] Not all filenames need to be converted to absolute paths

bug related to ical
 2012-06-25 17:47 UTC 

extract attachments from multiple mails
 2012-06-25 17:41 UTC  (3+ messages)

[PATCH v2] ruby: extern linkage portability improvement
 2012-06-25 11:21 UTC  (3+ messages)

[PATCH] manpages: consistent "format" for NAME section
 2012-06-24 21:53 UTC 

[PATCH] emacs: add function to toggle display of all multipart/alternative parts
 2012-06-24 18:56 UTC  (9+ messages)
` [PATCH v2] "

[Patch v8 0/6] Allow JSON to use non-entire thread, and use for elide
 2012-06-24 18:02 UTC  (10+ messages)
` [Patch v8 1/6] cli: command line parsing: allow default for keyword options
` [Patch v8 2/6] cli: Let json output "null" messages for non --entire-thread
` [Patch v8 3/6] cli: make --entire-thread=false work for format=json
` [Patch v8 4/6] Update devel/schemata for --entire-thread=false
` [Patch v8 5/6] emacs: make elide messages use notmuch-show for omitting messages
` [Patch v8 6/6] cli: notmuch-show.c fix whitespace error

[PATCH] ruby: extern linkage portability improvement
 2012-06-24 11:20 UTC  (5+ messages)

[PATCH 1/3] test: add basic show, search --format=text tests
 2012-06-24  3:27 UTC  (3+ messages)
` [PATCH 2/3] show: output Reply-To headers
` [PATCH 3/3] test: add test for showing "

[PATCH 0/8] search --exclude=all
 2012-06-23  7:14 UTC  (12+ messages)
` [PATCH 1/8] lib: add --exclude=all option
` [PATCH 2/8] cli: add --exclude=all option to notmuch-search.c
` [PATCH 3/8] test: add tests for search --exclude=all
` [PATCH 4/8] man: clarify search --exclude documentation
` [PATCH 5/8] man: clarify search --exclude=flag
` [PATCH 6/8] man: document search --exclude=all
` [PATCH 7/8] lib: add NOTMUCH_EXCLUDE_FLAG to notmuch_exclude_t
` [PATCH 8/8] cli: use notmuch_exclude_t in option parser

[PATCH] emacs: add pipe attachment command
 2012-06-22 10:46 UTC  (3+ messages)

[PATCH] emacs: derive correct timestamp in FCC unique name
 2012-06-22 10:45 UTC  (6+ messages)
` [PATCHv2] "

adding emacs-snapshot as alternative to emacs
 2012-06-22 10:32 UTC  (7+ messages)

miraculous from: field
 2012-06-21  3:57 UTC  (4+ messages)

Notmuch Pick
 2012-06-20  1:01 UTC  (5+ messages)

[PATCH 2/2] emacs: new mua mailto: URI handler
 2012-06-19 20:46 UTC  (4+ messages)
` [PATCH v2 "

search summary and exclusions
 2012-06-17  7:27 UTC  (12+ messages)
              ` [WIP 1/2] lib: add --exclude=all option
                ` [WIP 2/2] cli: add --exclude=all option to notmuch-search.c

[PATCH 1/3] emacs: add no-display arg to notmuch-hello-refresh-hook
 2012-06-15 15:53 UTC  (3+ messages)
` [PATCH 2/3] test: fix hook-counter to accept the new no-display param
` [PATCH 3/3] emacs: add notmuch hello refresh hook to display message count change

bug in parsing?
 2012-06-15  8:12 UTC 

Any tips on emacs and different signatures per address
 2012-06-14  6:33 UTC  (7+ messages)

[PATCH v5 0/7] cli: improved crypto internals
 2012-06-11  5:41 UTC  (6+ messages)

[PATCH 0/4] Synchronize maildir flags in new/
 2012-06-10 23:20 UTC  (18+ messages)
` [PATCH 1/4] test: Add broken test for tag synchronization on files delivered to new/
` [PATCH 2/4] lib: Move _filename_is_in_maildir
` [PATCH 3/4] lib: Only synchronize maildir flags for messages in maildirs
` [PATCH 4/4] lib: Treat messages in new/ as maildir messages with no flags set
` [PATCH v2 0/5] Synchronize maildir flags in new/
  ` [PATCH v2 1/5] test: Add broken test for tag synchronization on files delivered to new/
  ` [PATCH v2 2/5] lib: Move _filename_is_in_maildir
  ` [PATCH v2 3/5] lib: Only synchronize maildir flags for messages in maildirs
  ` [PATCH v2 4/5] lib: Treat messages in new/ as maildir messages with no flags set
  ` [PATCH v2 5/5] News for updated maildir sync semantics

[PATCH 1/2] test: add test for emacs notmuch-show-strip-re function
 2012-06-08  2:35 UTC  (4+ messages)
` [PATCH 2/2] emacs: only strip "re:" in the beginning of subject

[Patch v7 0/6] Allow JSON to use non-entire thread, and use for elide
 2012-06-05 14:36 UTC  (11+ messages)
` [Patch v7 1/6] cli: command line parsing: allow default for keyword options
` [Patch v7 2/6] cli: Let json output "null" messages for non --entire-thread
` [Patch v7 3/6] cli: make --entire-thread=false work for format=json
` [Patch v7 4/6] Update devel/schemata for --entire-thread=false
` [Patch v7 5/6] emacs: make elide messages use notmuch-show for omitting messages
` [Patch v7 6/6] cli: notmuch-show.c fix whitespace error
` [PATCH] cli: make the command line parser's errors more informative
      ` [PATCH v2] "

[PATCH] emacs: Fix notmuch-message-mark-replied
 2012-06-04 18:40 UTC  (2+ messages)

[ANN] notmuch vim ruby v0.4
 2012-06-04 11:51 UTC  (3+ messages)

poor performance when using remotely and displaying all tags
 2012-06-04 11:54 UTC 

Problem with invalid characters when using notmuch-reply
 2012-06-04 10:09 UTC  (2+ messages)

Can't compile notmuch-delivery
 2012-06-04  7:07 UTC  (14+ messages)

notmuch release 0.13.2 now available
 2012-06-03 18:17 UTC  (2+ messages)

[PATCH] contrib/nmbug: use "resolve" merge strategy
 2012-06-03 16:56 UTC  (3+ messages)
` [PATCH] nmbug: check whether every forked process exit with (non)zero value

[PATCH] uncrustify.cfg: comments and more types
 2012-06-03 16:44 UTC  (2+ messages)

[PATCH] config: add quoting to fix IFS bug
 2012-06-03 16:32 UTC  (3+ messages)

emacs: Function `remove-if' from cl package called at runtime
 2012-06-03 16:32 UTC  (3+ messages)
` [PATCH] emacs: Suppress warnings about using cl "

emacs complains about encoding?
 2012-06-03  5:40 UTC  (8+ messages)

bug in configure script
 2012-06-02 18:23 UTC  (3+ messages)

[PATCH] notmuch-deliver: Update to new notmuch_database_open API
 2012-06-01 14:34 UTC  (2+ messages)

[PATCH v2 0/9] FreeBSD Support Patches
 2012-05-31  8:28 UTC  (15+ messages)
` [PATCH v2 1/9] configure: Add support for FreeBSD
` [PATCH v2 2/9] test/Makefile.local: Use $(XAPIAN_LDFLAGS) for symbol-test
` [PATCH v2 3/9] Makefile.local: define _GNU_SOURCE
` [PATCH v2 4/9] test/smtp-dummy.c: fix compilation on FreeBSD
` [PATCH v2 5/9] tests: Test against source man pages
` [PATCH v2 6/9] test/basic: use portable args for find
` [PATCH v2 7/9] test/count: fix numeric comparision tests on FreeBSD
` [PATCH v2 8/9] test/atomicity: use a more portable 'cp' form
` [PATCH v2 9/9] tests: bsd sed doesn't allow replacing '\n'

Ubuntu messaging menu integration
 2012-05-29 18:55 UTC 

notmuch release 0.13.1 now available
 2012-05-29 12:06 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).