unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-10-21 21:23:10 to 2012-11-06 02:17:04 UTC [more...]

[PATCH 2/4] tags_to_maildir_flags: Cleanup double assignement
 2012-11-06  2:16 UTC  (4+ messages)
` [PATCH 0/4 v4] lib: Maildir flags synchronization fixes

[PATCH] tag: Automatically limit to messages whose tags will actually change
 2012-11-06  1:56 UTC  (4+ messages)

python-notmuch decoding error on a message
 2012-11-06  1:50 UTC  (2+ messages)

[PATCH v2 00/10] Solaris support
 2012-11-05 19:02 UTC  (11+ messages)
` [PATCH v2 01/10] getpwuid: check for standards compliance (Solaris support)
` [PATCH v2 02/10] asctime: "
` [PATCH v2 03/10] gethostbyname: check for libnsl "
` [PATCH v2 04/10] configure: check for -Wl,-rpath "
` [PATCH v2 05/10] install: check for non-SysV version "
` [PATCH v2 06/10] strsep: check for availability "
` [PATCH v2 07/10] gen-version-script: parse Solaris "nm" output "
` [PATCH v2 08/10] notmuch-config: use strchr(), not index() "
` [PATCH v2 09/10] debugger.c: correct return type from getppid() "
` [PATCH v2 10/10] timegm: add portable implementation "

[PATCH 00/10] Solaris support
 2012-11-05 18:36 UTC 

[PATCH 00/10] Solaris support
 2012-11-05 18:33 UTC  (27+ messages)
` [PATCH 01/10] getpwuid: check for standards compliance (Solaris support)
` [PATCH 02/10] asctime: "
` [PATCH 03/10] gethostbyname: check for libnsl "
` [PATCH 04/10] configure: check for -Wl,-rpath "
` [PATCH 05/10] install: check for non-SysV version "
` [PATCH 06/10] strsep: check for availability "
` [PATCH 07/10] gen-version-script: parse Solaris "nm" output "
` [PATCH 08/10] notmuch-config: header for index() prototype "
` [PATCH 09/10] debugger.c: correct return type from getppid() "
` [PATCH 10/10] timegm: add portable implementation "

notmuch search and tags
 2012-11-05 16:25 UTC  (3+ messages)

Automatic suppression of non-duplicate messages
 2012-11-05 15:22 UTC  (6+ messages)

[PATCH v2] contrib: notmuch-pick: add tests
 2012-11-03 21:03 UTC  (2+ messages)

[PATCH 0/2] Better id: link buttonization
 2012-11-02 19:27 UTC  (6+ messages)
` [PATCH 1/2] test: Test buttonization of id: links
` [PATCH 2/2] emacs: Improve the regexp used to match id:'s in messages

[PATCH v6 0/9] notmuch search date:since..until query support
 2012-11-02 18:53 UTC  (15+ messages)
` [PATCH v6 1/9] build: drop the -Wswitch-enum warning
` [PATCH v6 2/9] parse-time-string: add a date/time parser to notmuch
` [PATCH v6 3/9] test: add new test tool parse-time for date/time parser
` [PATCH v6 4/9] test: add smoke tests for the date/time parser module
` [PATCH v6 5/9] build: build parse-time-string as part of the notmuch lib and static cli
` [PATCH v6 6/9] lib: add date range query support
` [PATCH v6 7/9] test: add tests for date:since..until range queries
` [PATCH v6 8/9] man: document the "
` [PATCH v6 9/9] NEWS: date range search support

[PATCH 1/1] uncrustify.cfg: added 3 new types for uncrustify to know
 2012-11-02 14:07 UTC 

Notmuch scripts (again), now with more usenet
 2012-11-02  0:01 UTC  (3+ messages)

[PATCH] contrib: pick: bugfix when trying to show a non-message
 2012-11-01 19:26 UTC 

[PATCH] notmuch-show: include Bcc header in json output
 2012-11-01 13:51 UTC  (6+ messages)
` [PATCHv3] "
    ` [PATCH] Add NEWS information about Bcc header in JSON output

[PATCH] emacs: Function to query the list of labels from a thread-id
 2012-10-31 20:48 UTC  (4+ messages)

[PATCH 1/1] emacs/notmuch-show.el: handle bodypart insert error
 2012-10-31 20:35 UTC  (2+ messages)

[PATCH] fix notmuch_database_open call in addrlookup
 2012-10-31 16:43 UTC 

images as attachment?
 2012-10-31  2:53 UTC  (3+ messages)

[PATCH 0/2] automatic tagging based on imap maildir
 2012-10-30 18:18 UTC  (16+ messages)
` [PATCH 1/2] Automatic tagging based on maildir
` [PATCH 2/2] fix: initialize error var before using it

[PATCH] don't show x-foo tags in search view
 2012-10-30 16:42 UTC  (8+ messages)

Error with contrib/notmuch-pick
 2012-10-30 15:36 UTC  (2+ messages)

[PATCH] contrib: notmuch-pick: add tests
 2012-10-30 14:44 UTC  (2+ messages)

[PATCH v2 0/2] include Reply-To headers in json output
 2012-10-30 10:12 UTC  (3+ messages)
` [PATCH v2 1/2] show: include Reply-To header "
` [PATCH v2 2/2] test: add test for showing Reply-To headers

Notmuch search missing mail id
 2012-10-29 18:03 UTC  (3+ messages)

[BUG] Saving attachments containing UTF-8 chars
 2012-10-29 16:31 UTC  (2+ messages)

a DoS vulnerability associated with conflated Message-IDs?
 2012-10-29 11:15 UTC  (2+ messages)

[PATCH 0/3] Add notmuch-pick to contrib
 2012-10-29  8:28 UTC  (11+ messages)
` [PATCH 1/3] contrib: add notmuch-pick.el file itself
` [PATCH 2/3] contrib: add pick README
  ` [PATCH v2] "
` [PATCH 3/3] contrib: add pick TODO file

[PATCH v5 0/9] notmuch search date:since..until query support
 2012-10-28 22:52 UTC  (17+ messages)
` [PATCH v5 2/9] parse-time-string: add a date/time parser to notmuch
` [PATCH v5 4/9] test: add smoke tests for the date/time parser module
` [PATCH v5 6/9] lib: add date range query support
` [PATCH v5 8/9] man: document the date:since..until range queries
` [PATCH v5 9/9] NEWS: date range search support

[PATCH v4 0/3] split async json parser into utility function
 2012-10-28 15:18 UTC  (6+ messages)
` [PATCH v4 1/3] emacs: Split out the incremental json parser into its own function
` [PATCH v4 2/3] emacs: Rename incremental JSON internal variables
` [PATCH v4 3/3] emacs: Move the incremental JSON parser to notmuch-lib.el

bug related to ical
 2012-10-28 15:02 UTC  (6+ messages)

[PATCH] contrib: pick: use async parser from lib
 2012-10-28 13:37 UTC 

[PATCH (draft) 0/2] Allow emacs to toggle display of all parts including multipart
 2012-10-28  8:00 UTC  (5+ messages)
` [PATCH (draft) 1/2] emacs: allow the user to toggle the visibility of multipart/alternative parts
` [PATCH (draft) 2/2] emacs: show: make "view part" show hidden parts

[PATCH 1/3] emacs: Introduce generic boolean term escaping function
 2012-10-27 15:18 UTC  (6+ messages)
` [PATCH 2/3] emacs: Escape tag queries performed by hello
` [PATCH 3/3] emacs: Escape tag queries suggested by tab completion

[PATCH] Support OpenBSD
 2012-10-27 12:47 UTC  (3+ messages)

[PATCH 1/2] tag: Disallow adding malformed tags to messages
 2012-10-27 12:45 UTC  (5+ messages)
` [PATCH 2/2] News for restrictions on tag names

[PATCH 0/7] Various fixes for the Go bindings
 2012-10-25 18:41 UTC  (4+ messages)
` [PATCH 3/7] go: Allow notmuch objects to be garbage collected

[PATCH 0/2] Add flush/reopen methods to notmuch_database_t
 2012-10-25 18:39 UTC  (5+ messages)
` [PATCH v2 "

[ANN] notmuch-labeler: Improves notmuch way of displaying labels
 2012-10-24 18:34 UTC  (5+ messages)

[PATCH] test: Fix HTML rendering test
 2012-10-25 13:28 UTC  (5+ messages)

[PATCH 1/2] contrib/nmbug/nmbug-status: added table of views
 2012-10-24 21:58 UTC  (4+ messages)
` [PATCH 2/2] contrib/nmbug/nmbug-status: combine thread messages

[PATCH v3 0/3] split async json parser into utility function
 2012-10-24  1:36 UTC  (5+ messages)
` [PATCH v3 1/3] emacs: Split out the incremental json parser into its own function
` [PATCH v3 2/3] emacs: Rename incremental JSON internal variables
` [PATCH v3 3/3] emacs: Code movement for the incremental JSON parser

[PATCH] test: new: Fix intermittent test failures with --debug
 2012-10-22 23:11 UTC  (4+ messages)

[PATCH] lib: fix warnings when building with clang
 2012-10-22 14:32 UTC  (4+ messages)

Bye !
 2012-10-21 22:36 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).