X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=nmbug%2Fstatus.mdwn;h=10238223eec33c02d66e91d1309b843a04f567d3;hb=32c3b790105c903a0f88284a5f39e9fdc8208ba6;hp=97b46072570e818106ea8e63600809c47b274e7f;hpb=dc64e79523c61501e27277df21fc4d72da4d6c9b;p=notmuch-wiki diff --git a/nmbug/status.mdwn b/nmbug/status.mdwn index 97b4607..1023822 100644 --- a/nmbug/status.mdwn +++ b/nmbug/status.mdwn @@ -1,54 +1,198 @@

Notmuch Patches

-Generated: 2011-12-18
+Generated: 2011-12-20
For more infomation see nmbug -

Ready

+

Maybe Ready (Core and Emacs)

These patches are under consideration for pushing. The view is generated from the following query:
-tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::python and not tag:notmuch::vim and not tag:notmuch::moreinfo and not tag:notmuch::needs-review +tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::moreinfo and not tag:notmuch::python and not tag:notmuch::vim and not tag:notmuch::needs-review
- - + +

2011-12-13 -

id:"1323766883-17607-1-git-send-email-tomi.ollila@iki.fi" +

2011-12-17 +

id:"1324136868-6662-1-git-send-email-aaronecay@gmail.com"
Tomi Ollila -[PATCH 1/2] test/smtp-dummy: add --background option for going background after listen(2) +
Aaron Ecay +[PATCH] [emacs] Don't quote lambda forms +
+

Maybe Ready (Python)

+These python related patches might be ready to push, or they might just need updated tags. +The view is generated from the following query: +
+tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::moreinfo and tag:notmuch::python and not tag:notmuch::needs-review +
+ + + + - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

2011-07-11 +

id:"1310377427-7656-1-git-send-email-Sebastian@SSpaeth.de" +
Sebastian Spaeth +[PATCH] python: Encode query string as a utf-8 byte array
- id:"1323766883-17607-2-git-send-email-tomi.ollila@iki.fi" + id:"1310377785-7887-1-git-send-email-Sebastian@SSpaeth.de"
-[PATCH 2/2] test/test-lib.sh: launch smtp-dummy with --background and finally kill(1) it. +[PATCH v2] python: Encode query string as a utf-8 byte array

2011-12-17 -

id:"1324167681-26984-2-git-send-email-dmitry.kurochkin@gmail.com" +

2011-07-23 +

id:"1311426759-32441-1-git-send-email-patricktotzke@gmail.com" +
pazz +[PATCH] interpret Xapian errors from sdterr as exceptions +

2011-09-25 +

id:"1316984855-27599-1-git-send-email-4winter@informatik.uni-hamburg.de"
Dmitry Kurochkin -[PATCH v4 1/4] test: add `notmuch-hello-mode-hook-counter' +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH] properly raise exceptions in python bindings +

2011-09-26 +

id:"1316999137-28257-3-git-send-email-4winter@informatik.uni-hamburg.de" +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH 3/9] python: reorder the arguments of NotmuchError.__init__()
- id:"1324167681-26984-3-git-send-email-dmitry.kurochkin@gmail.com" + id:"1316999137-28257-4-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH v4 2/4] test: add test for `notmuch-hello-mode-hook' +[PATCH 4/9] python: fix NotmuchError.__str__ if status == None
- id:"1324167681-26984-4-git-send-email-dmitry.kurochkin@gmail.com" + id:"1316999137-28257-5-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH v4 3/4] test: add broken test for `notmuch-hello-mode-hook' called during update +[PATCH 5/9] python: rename _verify_initialized_db to _assert_db_is_initialized
- id:"1324167681-26984-5-git-send-email-dmitry.kurochkin@gmail.com" + id:"1316999137-28257-6-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH v4 4/4] emacs: do not call `notmuch-hello-mode' on update +[PATCH 6/9] python: rename _verify_dir_initialized to _assert_dir_is_initialized +
+ id:"1316999137-28257-7-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 7/9] python: provide more exception classes +
+ id:"1316999137-28257-8-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 8/9] python: use the new exception classes and update the documentation +
+ id:"1316999137-28257-9-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 9/9] python: raise a more specific error in Messages.print_messages +

2011-12-05 +

id:"1323119555-31416-2-git-send-email-patricktotzke@gmail.com" +
Patrick Totzke +[PATCH 1/3] pep8 fixes +
+ id:"1323119555-31416-3-git-send-email-patricktotzke@gmail.com" +
+[PATCH 2/3] remove unused imports +

2011-12-06 +

id:"1323202963-1600-2-git-send-email-patricktotzke@gmail.com" +
Patrick Totzke +[PATCH] fix format string in Message.__unicode__ +

2011-12-14 +

id:"1323860305-15802-2-git-send-email-4winter@informatik.uni-hamburg.de" +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH 1/7] py3k: The execfile built-in has been removed in python 3 +
+ id:"1323860305-15802-3-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 2/7] py3k: The ConfigParser module has been renamed to configparser +
+ id:"1323860305-15802-4-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 3/7] py3k: All strings are unicode strings in py3k +
+ id:"1323860305-15802-5-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 4/7] py3k: Rename .next() to __next__(), add python2.x compatibility alias +
+ id:"1323860305-15802-6-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 5/7] py3k: the basestring and unicode types are removed in python 3 +
+ id:"1323860305-15802-7-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 6/7] py3k: Add and use a mixin class that implements __str__ +
+ id:"1323860305-15802-8-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 7/7] python: add missing conversions from and to utf-8 +
+

Maybe Ready (vim)

+These vim related patches might be ready to push, or they might just need updated tags. +The view is generated from the following query: +
+tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::wip and not tag:notmuch::stale and not tag:notmuch::contrib and not tag:notmuch::moreinfo and tag:notmuch::vim and not tag:notmuch::needs-review +
+ + + + + + +

2011-07-11 +

id:"1310409421-4446-2-git-send-email-jason@jasonwoof.com" +
Jason Woofenden +[PATCH] vim: add setting to shorten/fix sender names +

2011-09-23 +

id:"1316825200-15711-1-git-send-email-mdroth@linux.vnet.ibm.com" +
Michael Roth +[PATCH] vim plugin: allow customizing of current read+archive+advance behavior
@@ -72,6 +216,13 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and Re: [notmuch] [PATCH] Calls to notmuch get queued and executed asynchronously. + + +
2010-11-22 +
id:"1290426664-15745-1-git-send-email-dme@dme.org" + + David Edmondson +[PATCH] emacs: Add `notmuch-jump-to-recent-buffer'.
2011-03-25 @@ -144,7 +295,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and [PATCH 1/2] add notmuch keybinding 'd' -
2011-07-17 +
2011-07-16
id:"1310874973-28437-1-git-send-email-anarcat@koumbit.org" Antoine Beaupré @@ -156,13 +307,6 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and [PATCH 2/2] lib: add 'safe' setting for flags - - -
2011-08-01 -
id:"877h6x6oor.fsf@veracitynetworks.com" - - richardmurri@gmail.com -Fix for emacs 24
2011-08-08 @@ -193,7 +337,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and [PATCH 2/2] emacs: Fix notmuch-mua-user-agent defcustom -
2011-09-13 +
2011-09-14
id:"1315949524-4948-2-git-send-email-tomi.ollila@iki.fi" tomi.ollila@iki.fi @@ -347,7 +491,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and [PATCH v2] emacs: Let the user choose where to compose new mails -
2011-11-18 +
2011-11-19
id:"1321657368-13872-1-git-send-email-jani@nikula.org" Jani Nikula @@ -387,6 +531,20 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and [PATCH 4/4] show: Rewrite show_message_body to use the MIME tree interface. + + +
2011-12-13 +
id:"1323766883-17607-1-git-send-email-tomi.ollila@iki.fi" + + Tomi Ollila +[PATCH 1/2] test/smtp-dummy: add --background option for going background after listen(2) + + + + id:"1323766883-17607-2-git-send-email-tomi.ollila@iki.fi" + + +[PATCH 2/2] test/test-lib.sh: launch smtp-dummy with --background and finally kill(1) it.
2011-12-13 @@ -417,11 +575,32 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and [PATCH] uncrustify.cfg: initial support for notmuch coding style -
2011-12-17 -
id:"1324136868-6662-1-git-send-email-aaronecay@gmail.com" +
2011-12-18 +
id:"1324214111-32079-2-git-send-email-david@tethera.net" - Aaron Ecay -[PATCH] [emacs] Don't quote lambda forms + David Bremner +[PATCH Draft 2 1/9] hex-escape: (en|de)code strings to/from restricted character set + + + + id:"1324214111-32079-3-git-send-email-david@tethera.net" + + +[PATCH Draft 2 2/9] test/hex-xcode: new test binary + + + + id:"1324214111-32079-4-git-send-email-david@tethera.net" + + +[PATCH Draft 2 3/9] test/hex-escaping: new test for hex escaping routines + + +
2011-12-20 +
id:"1324370714-28545-1-git-send-email-dme@dme.org" + + David Edmondson +[PATCH] emacs: Don't signal an error when reaching the end of the search results.