unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
 messages from 2013-11-14 02:01:06 to 2013-12-15 10:35:57 UTC [more...]

test/emacs: reduce use of smtp-dummy, notmuch-hello
 2013-12-15 10:35 UTC  (4+ messages)
` [PATCH 1/2] test: add emacs_fcc_message that does not use smtp-dummy
` [PATCH 2/2] test: remove call to notmuch-hello from emacs_deliver_message

[PATCH v2 0/5] emacs: show: redesign unread/read logic
 2013-12-14 23:53 UTC  (6+ messages)
` [PATCH v2 1/5] test: make test_emacs call post-command-hook
` [PATCH v2 2/5] emacs: tree: make the tree code force the mark read update
` [PATCH v2 3/5] emacs: show: mark tags changed since buffer loaded
` [PATCH v2 4/5] emacs: show: add an update seen function to post-command-hook
` [PATCH v2 5/5] emacs: show: make `seen' mean user viewed whole message

[PATCH 0/5] emacs: show: redesign unread/read logic
 2013-12-14 23:44 UTC  (6+ messages)
` [PATCH 1/5] emacs: show: make `seen' mean user viewed whole message
` [PATCH 2/5] emacs: show: add an update seen function to post-command-hook
` [PATCH 3/5] emacs: show: mark tags changed since buffer loaded
` [PATCH 4/5] emacs: tree: make the tree code force the mark read update
` [PATCH 5/5] test: make test_emacs call post-command-hook

[PATCH] test: tree: pick remnants removed
 2013-12-14 22:58 UTC 

[PATCH WIP v4 0/3] emacs: show: redesign unread/read logic
 2013-12-10  8:57 UTC  (4+ messages)
` [PATCH WIP v4 1/3] emacs: show: mark tags changed since buffer loaded
` [PATCH WIP v4 2/3] emacs: show: add an update seen function to post-command-hook
` [PATCH WIP v4 3/3] emacs: show: make `seen' mean user viewed whole message

Give test messages unique timestamps
 2013-12-10  0:46 UTC  (19+ messages)
` [PATCH 1/4] test: pass expected output through json_sanitize in 2 places
` [PATCH 2/4] test: sanitize Date and timestamp fields in json
` [PATCH 3/4] test: sanitize dates in emacs, raw, and text output
` [PATCH 4/4] test: give unique timestamps to messages
` [Patch v2 1/4] test: pass expected output through json_sanitize in 2 places
  ` [Patch v2 2/4] test: sanitize Date and timestamp fields in json
  ` [Patch v2 3/4] test: sanitize dates in emacs, raw, and text output
  ` [Patch v2 4/4] test: give unique timestamps to messages

[PATCH 1/3] test: resolve `basename "$0" .sh` once for all in test-lib.sh
 2013-12-09 20:24 UTC  (9+ messages)
  ` [PATCH 2/3] test: print empty line at the beginning of test script, not at end
  ` [PATCH 3/3] test: implement and document NOTMUCH_TEST_QUIET variable usage
  ` [PATCH v3 part "

[PATCH] emacs: add '?' to some prefix keymaps to describe its bindings
 2013-12-09 20:23 UTC  (3+ messages)

[PATCH] perf-test: bump version to 0.4, use manifest files
 2013-12-09 20:23 UTC  (3+ messages)

Build failure on OSX
 2013-12-09 10:26 UTC  (2+ messages)

[PATCH WIP v3 0/3] emacs: show: change the unread handling
 2013-12-09  9:46 UTC  (6+ messages)
` [PATCH WIP v3 1/3] emacs: show: mark tags changed since buffer loaded
` [PATCH WIP v3 2/3] emacs: show: add an update seen function to post-command-hook
` [PATCH WIP v3 3/3] emacs: show: make `seen' mean user viewed whole message

[PATCH 1/3] lib: Make VERSION macros agree with soname version
 2013-12-07  2:35 UTC  (8+ messages)
` [PATCH 2/3] lib: Replace NOTMUCH_*_VERSION with LIBNOTMUCH_*_VERSION
` [PATCH 3/3] lib: Bump library version from 3.0.0 to 3.1.0
` [PATCH 1/1] devel/release-checks.sh: adjust to LIBNOTMUCH version checks

[PATCH 0/2] lib: introduce notmuch_database_new
 2013-12-05 18:17 UTC  (12+ messages)
` [PATCH 1/2] lib: add return status to database close and destroy
` [PATCH 2/2] lib: introduce notmuch_database_new for initializing a database handle

[PATCH v2 1/1] devel/release-checks.sh: adjust to LIBNOTMUCH version checks
 2013-12-04 19:31 UTC 

[PATCH 1/1] emacs: Makefile.local: HAVE_EMACS usage fixes
 2013-12-04 19:27 UTC  (3+ messages)

[PATCH WIP v2 0/5] emacs: show: redesign unread/read logic
 2013-12-04  9:01 UTC  (8+ messages)
` [PATCH WIP v2 1/6] emacs: show: add a function to test for unread
` [PATCH WIP v2 2/6] emacs: show: add some seen helpers
` [PATCH WIP v2 3/6] emacs: show: sync seen to read on quit and refresh
` [PATCH WIP v2 4/6] emacs: show: use the `seen' interface
` [PATCH WIP v2 5/6] emacs: show: add an update seen function to post-command-hook
` [PATCH WIP v2 6/6] emacs: show: make `seen' mean user viewed whole message

release plan for 0.17
 2013-12-01 20:57 UTC  (5+ messages)
    ` [PATCH] News updates for Mark's bugfixes

[PATCH 0/2] library reference man page
 2013-12-01  9:39 UTC  (6+ messages)
` [PATCH 1/2] devel: add doxygen configuration file
  ` [PATCH] "
` [PATCH 2/2] lib: modify notmuch.h for automatic document generation

[PATCH v2 0/7] lib: replace the message header parser with gmime
 2013-11-30 17:48 UTC  (9+ messages)
` [PATCH v2 1/7] cli: sanitize tabs and newlines to spaces in notmuch search
` [PATCH v2 2/7] cli: refactor reply from guessing
` [PATCH v2 3/7] util: make sanitize string available in string util for reuse
` [PATCH v2 4/7] cli: sanitize the received header before scanning for replies
` [PATCH v2 5/7] lib: replace the header parser with gmime
` [PATCH v2 6/7] lib: parse messages only once
` [PATCH v2 7/7] HACK: fix broken messages in the perf test corpus

[PATCH] test/crypto: disable gpg version printing
 2013-11-29 11:59 UTC  (3+ messages)

[PATCH 00/21] vim: general updates
 2013-11-29 11:58 UTC  (9+ messages)
          ` [PATCH] vim: NEWS for vim interface

emacs compatibility?
 2013-11-27 12:31 UTC  (3+ messages)

notmuch sha1 implementation broken on (some) big-endian architectures
 2013-11-27 12:26 UTC  (12+ messages)
  ` [PATCH 1/2] lib: fix byte order test in libsha1.c
    ` [PATCH 2/2] NEWS: News for big endian sha1 bug fix
      ` [PATCH] util: detect byte order
          ` [PATCH v2] "

[PATCH] new: Detect dirent.d_type support at configure time
 2013-11-24 17:08 UTC  (2+ messages)

[PATCH] notmuch compact support (v4)
 2013-11-24 16:42 UTC  (3+ messages)
  ` [PATCH] Add NEWS entry for notmuch-compact

crypto test failures on debian/kfreebsd
 2013-11-24 14:16 UTC 

[PATCH WIP] emacs: show: redesign unread/read logic
 2013-11-24  9:32 UTC 

[PATCH] test: replace $PWD with XXX in emacs & emacs-show tests
 2013-11-24  1:36 UTC  (6+ messages)
` [PATCH] test: replace $PWD with YYY "
    ` [PATCH v2] "

[PATCH] Add openSUSE package search to wiki
 2013-11-21 15:21 UTC  (2+ messages)

[PATCH v3 3/5] compact: preserve backup database until compacted database is in place
 2013-11-20  0:59 UTC  (4+ messages)
  ` [PATCH v3 4/5] compact: unconditionally remove old wip database compact directory
  ` [PATCH 5/5] compact: improve error messages on failures after compaction

[PATCH] emacs: do not put quoted reply in primary selection
 2013-11-20  0:59 UTC  (5+ messages)

[PATCH] NEWS: insert quotable parts in reply as they are displayed in show view
 2013-11-20  0:58 UTC  (2+ messages)

notmuch-lib questions and observations
 2013-11-19 13:46 UTC  (4+ messages)

[PATCH 1/2] fix compilation without emacs
 2013-11-19 11:02 UTC  (4+ messages)
` [PATCH 2/2] lib: fix error handling

[PATCH] emacs: show: stop stderr appearing in buffer
 2013-11-18 21:10 UTC  (3+ messages)
  ` [PATCH v2] "

alot: can't read sent emails, after encryption
 2013-11-18 17:59 UTC  (10+ messages)

fix for failing tests with gmime 2.6.19
 2013-11-18 17:54 UTC  (7+ messages)

compactor adjustments v2
 2013-11-18  0:53 UTC  (15+ messages)
` [PATCH v2 2/5] compact: catch Xapian::Error consistently
` [PATCH v2 3/5] compact: preserve backup database until compacted database is in place
` [PATCH v2 4/5] compact: unconditionally attempt to remove old wip database compact directory
` [PATCH v2 5/5] compact: provide user more information on after-compaction failures

[PATCH] News for tree-view
 2013-11-16 23:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] remove notmuch-pick
 2013-11-14  2:01 UTC  (2+ messages)

[PATCH 1/1] NEWS: emacs: fix notmuch-mua-reply point placement
 2013-11-14  2:00 UTC  (2+ 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).