unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2012-12-07 01:27:27 to 2012-12-11 14:04:45 UTC [more...]

[PATCH v5 00/12] emacs: more flexible and consistent tagging operations
 2012-12-11 14:04 UTC  (5+ messages)
` [PATCH v2 0/6] `notmuch-show-tag-all' with prefix arg only tags open messages
  ` [PATCH v2 1/6] test: emacs: new tests "notmuch-show: {add, remove} multiple tags {to, from} single message"

[PATCH] notmuch_message_file_get_header: use talloc for hash table entries
 2012-12-11 13:54 UTC 

notmuch python bindings corrupt db index (was: gmail importer script)
 2012-12-11 13:47 UTC 

gmail importer script
 2012-12-11 10:04 UTC  (24+ messages)
` [PATCH] Minor style changes

(no subject)
 2012-12-11  9:00 UTC  (5+ messages)
` [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line
` [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable
` [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable
` [PATCH 4/4] emacs: Add unit-tests for clickable tags

[PATCH 0/2] lib: Allow read-only messages to be synchronized to a writable database
 2012-12-11  6:54 UTC  (3+ messages)
` [PATCH 1/2] lib: Replace freeze/thaw functionality with single sync function
` [PATCH 2/2] lib: Allow synchronizing message changes with a separate database connection

[PATCH] notmuch_message_file_get_header: replace free with g_free
 2012-12-11  4:55 UTC  (4+ messages)
` [PATCH] _notmuch_message_index_file: unref (free) address lists from gmime

Performance test improvements, v2
 2012-12-11  4:52 UTC  (6+ messages)
` [Patch v2 04/11] perf-test: optionally print description for each group of tests
` [Patch v2 10/11] perf-test: split basic into 00-new and 01-dump-restore

[PATCH 0/3] Use invisibility to toggle display of all parts including multipart
 2012-12-11  4:07 UTC  (9+ messages)
` [PATCH 1/3] emacs: show: modify insert-part-header to save the button text
` [PATCH 2/3] emacs: show: add overlays for each part
` [PATCH 3/3] emacs: show: add invisibility button action
  ` [PATCH] emacs: show: make RET always toggle parts where plausible

[PATCH] contrib: pick: bugfix for pick splitting the window excessively
 2012-12-10 18:26 UTC  (2+ messages)

OT: Sorting emails in maildir?
 2012-12-10 22:15 UTC  (6+ messages)

V6 batch tagging patches
 2012-12-10 21:51 UTC  (15+ messages)
` [Patch v6 1/6] tag-util: factor out rules for illegal tags, use in parse_tag_line
` [Patch v6 2/6] notmuch-tag.c: convert to use tag-utils
` [Patch v6 3/6] cli: add support for batch tagging operations to "notmuch tag"
` [Patch v6 4/6] test: add test for notmuch tag --batch option
` [Patch v6 5/6] notmuch-tag.1: tidy synopsis formatting
` [Patch v6 6/6] man: document notmuch tag --batch, --input options

[PATCH v3] emacs: display tags in notmuch-show with links
 2012-12-10 16:05 UTC  (6+ messages)
` [PATCH 1/4] emacs: Add a thread's tags to notmuch-show header-line
` [PATCH 2/4] emacs: Make tags in notmuch-show header-line clickable
` [PATCH 3/4] emacs: Make all tags in `notmuch-show' clickable
` [PATCH 4/4] emacs: Add unit-tests for clickable tags

'notmuch new' leaking memory and getting slower over time?
 2012-12-10 12:39 UTC  (3+ messages)

[PATCH] TODO: date range queries - check
 2012-12-10 12:35 UTC  (14+ messages)

[PATCH V3 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-10 12:20 UTC  (2+ messages)

test HTML with Unicode
 2012-12-10 12:14 UTC 

handling mail sent to a subscribed list
 2012-12-10 11:49 UTC 

Encoding issue masks message reply
 2012-12-10  9:21 UTC  (3+ messages)

[PATCH] emacs: add support for stashing the thread id in show view
 2012-12-09 23:12 UTC  (5+ messages)
` [PATCH v2] "

v5 of Batch-tag dump/restore patches
 2012-12-09 23:05 UTC  (16+ messages)
` [Patch v5 01/11] notmuch-dump: add --format=(batch-tag|sup)
` [Patch v5 02/11] test: add sanity check for dump --format=batch-tag
` [Patch v5 03/11] util: add string-util.[ch]
` [Patch v5 04/11] tag-util.[ch]: New files for common tagging routines
` [Patch v5 05/11] notmuch-restore: add support for input format 'batch-tag'
` [Patch v5 06/11] notmuch-restore: normalize case of error messages
` [Patch v5 07/11] test: update dump-restore roundtripping test for batch-tag format
` [Patch v5 08/11] test: second set of dump/restore --format=batch-tag tests
` [Patch v5 09/11] test/dump-restore: add test for warning/error messages
` [Patch v5 10/11] notmuch-{dump, restore}.1: document new format options
` [Patch v5 11/11] tag-util: optimization of tag application

[PATCH] contrib: pick: Do not indent messages in the message pane
 2012-12-09 20:30 UTC 

[PATCH v4 0/3] indicate length of omitted body content
 2012-12-09 19:21 UTC  (5+ messages)
` [PATCH v4 1/3] test: normalize only message filenames in show json
` [PATCH v4 2/3] show: indicate length, encoding of omitted body content
` [PATCH v4 3/3] test: conform to content length, encoding fields

Notmuch scripts (again), now with more usenet
 2012-12-09 19:12 UTC  (2+ messages)

[PATCH v2 0/4] cli: add notmuch search --format=text0
 2012-12-09 15:51 UTC  (6+ messages)
` [PATCH v2 1/4] sprinter: add text0 formatter for null character separated text
` [PATCH v2 2/4] cli: add --format=text0 to notmuch search
` [PATCH v2 3/4] test: notmuch search --format=text0
` [PATCH v2 4/4] man: document "

[RFC PATCH] emacs/show: add command to view a patch using diff mode
 2012-12-09  2:05 UTC  (2+ messages)
` [PATCH] "

[PATCH] emacs: query: make sync queries use sexp
 2012-12-09  0:47 UTC  (2+ messages)

[PATCH 4/4] tags_to_maildir_flags: Don't rename if no flags change
 2012-12-08 22:14 UTC  (3+ messages)
` [PATCH] test: Adding non-maildir tags does not move message from new to cur

v4 of Hex Dump/Restore patches
 2012-12-08 19:47 UTC  (16+ messages)
` [Patch v4 01/10] notmuch-dump: add --format=(batch-tag|sup)
` [Patch v4 02/10] test: add sanity check for dump --format=batch-tag
` [Patch v4 03/10] util: add string-util.[ch]
` [Patch v4 04/10] tag-util.[ch]: New files for common tagging routines
` [Patch v4 05/10] notmuch-restore: add support for input format 'batch-tag'
` [Patch v4 06/10] test: update dump-restore roundtripping test for batch-tag format
` [Patch v4 07/10] test: second set of dump/restore --format=batch-tag tests
` [Patch v4 08/10] test/dump-restore: add test for warning/error messages
` [Patch v4 09/10] notmuch-{dump, restore}.1: document new format options
` [Patch v4 10/10] tag-util: optimization of tag application

[PATCH V2 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-08 19:28 UTC  (2+ messages)

Tags with spaces
 2012-12-08 15:21 UTC  (6+ messages)

[PATCH 1/1] Fixing failing JSON tests
 2012-12-08 13:37 UTC  (4+ messages)
` [PATCH] test: Fix UTF-8 JSON tests in Python 3

[PATCH 0/3] test fixes, portability
 2012-12-08 13:35 UTC  (2+ messages)

[PATCH v5 0/5] New output format sexp (Lisp S-Expressions)
 2012-12-08 13:34 UTC  (5+ messages)

The Gmail Importer Script: Complete
 2012-12-08 13:18 UTC 

[PATCH 0/2] Add some thread based actions to pick
 2012-12-08 12:48 UTC  (3+ messages)
` [PATCH 1/2] contrib: pick: add thread based utility functions
` [PATCH 2/2] contrib: pick: thread tagging (including archiving) implemented

[PATCH] contrib: pick: slightly tweak running search and pick from pick buffer
 2012-12-08 12:44 UTC 

[PATCH] contrib: pick: archive message updated
 2012-12-08 12:41 UTC 

V3b of batch tagging/dump/restore patches
 2012-12-08 11:43 UTC  (21+ messages)
` [Patch v3b 1/9] notmuch-dump: add --format=(batch-tag|sup)
` [Patch v3b 2/9] test: add sanity check for dump --format=batch-tag
` [Patch v3b 3/9] util: add string-util.[ch]
` [Patch v3b 4/9] tag-util.[ch]: New files for common tagging routines
` [Patch v3b 5/9] notmuch-restore: add support for input format 'batch-tag'
` [Patch v3b 6/9] test: update dump-restore roundtripping test for batch-tag format
` [Patch v3b 7/9] test: second set of dump/restore --format=batch-tag tests
` [Patch v3b 8/9] notmuch-{dump, restore}.1: document new format options
` [Patch v3b 9/9] tag-util: optimization of tag application

[PATCH 01/10] cli: Framework for structured output versioning
 2012-12-08  9:29 UTC  (7+ messages)
` [PATCH 06/10] emacs: Fix bug in resynchronizing after a JSON parse error
` [PATCH 07/10] emacs: Use --use-schema for search
` [PATCH 00/10] CLI output versioning

[PATCH 1/1] NEWS: under-the-hood Emacs interface fixes
 2012-12-07 16:33 UTC  (3+ messages)

[PATCH v4 0/5] New output format sexp (Lisp S-Expressions)
 2012-12-07  8:24 UTC  (5+ messages)
` [PATCH v4 3/5] Use the S-Expression structured printer in notmuch-show, notmuch-reply and notmuch-search

[RFC PATCH] emacs: show: make show-get-message-prop usable from pick
 2012-12-07  8:09 UTC  (4+ messages)
` [PATCH] "

[PATCH v2 0/5] New output format sexp (Lisp S-Expressions)
 2012-12-07  2:54 UTC  (3+ messages)
` [PATCH v3 "


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).