X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=nmbug%2Fstatus.mdwn;h=9835afb07616089136f907b4a033423c675e4b77;hb=71b42c51ba2a6c40b4de75cee57b5e6546920b9c;hp=10238223eec33c02d66e91d1309b843a04f567d3;hpb=32c3b790105c903a0f88284a5f39e9fdc8208ba6;p=notmuch-wiki diff --git a/nmbug/status.mdwn b/nmbug/status.mdwn index 1023822..9835afb 100644 --- a/nmbug/status.mdwn +++ b/nmbug/status.mdwn @@ -1,175 +1,28 @@

Notmuch Patches

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

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::moreinfo and not tag:notmuch::python and not tag:notmuch::vim 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::wontfix and not tag:notmuch::needs-review
- - -

2011-12-17 -

id:"1324136868-6662-1-git-send-email-aaronecay@gmail.com" -
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 +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::wontfix and tag:notmuch::python and not tag:notmuch::needs-review
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

2011-07-11 -

id:"1310377427-7656-1-git-send-email-Sebastian@SSpaeth.de" +

id:"1310377785-7887-1-git-send-email-Sebastian@SSpaeth.de"
Sebastian Spaeth -[PATCH] python: Encode query string as a utf-8 byte array -
- id:"1310377785-7887-1-git-send-email-Sebastian@SSpaeth.de" -
[PATCH v2] python: Encode query string as a utf-8 byte array -

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" -
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:"1316999137-28257-4-git-send-email-4winter@informatik.uni-hamburg.de" -
-[PATCH 4/9] python: fix NotmuchError.__str__ if status == None -
- id:"1316999137-28257-5-git-send-email-4winter@informatik.uni-hamburg.de" -
-[PATCH 5/9] python: rename _verify_initialized_db to _assert_db_is_initialized -
- id:"1316999137-28257-6-git-send-email-4winter@informatik.uni-hamburg.de" -
-[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
@@ -177,7 +30,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and 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 +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::wontfix and tag:notmuch::vim and not tag:notmuch::needs-review
@@ -200,7 +53,7 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and These patches are under review, or waiting for feedback. 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::stale and (tag:notmuch::moreinfo or tag:notmuch::needs-review) +tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and not tag:notmuch::stale and not tag:notmuch::wontfix and (tag:notmuch::moreinfo or tag:notmuch::needs-review)
@@ -321,20 +174,6 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Antono Vasiljev [PATCH] Perform mail polling asynchronously -

2011-09-07 -

id:"de34a2673fb548c2624432fb9b9ce36043d9216f.1315384432.git.jani@nikula.org" -
Jani Nikula -[PATCH 1/2] emacs: Fix notmuch-hello-tag-list-make-query defcustom -
- id:"4652bdba350f4ff9c3bd2333d725a5ebabb5950a.1315384432.git.jani@nikula.org" -
-[PATCH 2/2] emacs: Fix notmuch-mua-user-agent defcustom

2011-09-14 @@ -365,53 +204,25 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
[PATCH 1/2] emacs: Fix notmuch-hello-tag-list-make-query defcustom
- id:"4f5151bf4b16ca977c6cfe7e4bf2bf909281675b.1316804530.git.jani@nikula.org" -
-[PATCH 2/2] emacs: Fix notmuch-mua-user-agent defcustom -

2011-10-03 -

id:"1317643438-31272-4-git-send-email-schnouki@schnouki.net" -
Thomas Jost -[PATCH 3/4] emacs: rename notmuch-decimal-separator to notmuch-thousands-separator -
- id:"1317643438-31272-5-git-send-email-schnouki@schnouki.net" -
-[PATCH 4/4] emacs: add notmuch-hello-hook -

2011-10-03 -

id:"1317660447-27520-2-git-send-email-schnouki@schnouki.net" -
Thomas Jost -[PATCH 01/13] test: define a helper function for defining prereqs on executables -
- id:"1317660447-27520-4-git-send-email-schnouki@schnouki.net" +

2011-09-25 +

id:"1316984855-27599-1-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH 03/13] test: add 'Emacs' prereq to dependent 'crypto' tests +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH] properly raise exceptions in python bindings
- id:"1317660447-27520-5-git-send-email-schnouki@schnouki.net" +

2011-09-26 +

id:"1316999137-28257-7-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH 04/13] test: add 'Emacs' prereq to dependent 'emacs' tests +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH 7/9] python: provide more exception classes
- id:"1317660447-27520-6-git-send-email-schnouki@schnouki.net" + id:"1316999137-28257-8-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH 05/13] test: add 'Emacs' prereq to dependent 'emacs-large-search-buffer' tests +[PATCH 8/9] python: use the new exception classes and update the documentation

2011-10-10 @@ -482,13 +293,6 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
Ivy Foster [Patch 2/3] Respect window margins in notmuch-hello.el -

2011-11-09 -

id:"1320869169-32596-1-git-send-email-schnouki@schnouki.net" -
Thomas Jost -[PATCH v2] emacs: Let the user choose where to compose new mails

2011-11-19 @@ -496,6 +300,34 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
Jani Nikula [PATCH] emacs: create patch filename from subject for inline patch fake parts +

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 +
+ id:"1323119555-31416-4-git-send-email-patricktotzke@gmail.com" +
+[PATCH 3/3] fix sphinx compile-time warnings +

2011-12-06 +

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

2011-12-07 @@ -552,20 +384,55 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
Thomas Jost [PATCH v3 1/4] emacs: Let the user choose where to compose new mails +

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:"1323797532-597-4-git-send-email-schnouki@schnouki.net" + id:"1323860305-15802-3-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH v3 3/4] emacs: rename notmuch-decimal-separator to notmuch-thousands-separator +[PATCH 2/7] py3k: The ConfigParser module has been renamed to configparser
- id:"1323797532-597-5-git-send-email-schnouki@schnouki.net" + id:"1323860305-15802-4-git-send-email-4winter@informatik.uni-hamburg.de"
-[PATCH v3 4/4] emacs: add notmuch-hello-hook +[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

2011-12-17 @@ -601,6 +468,20 @@ tag:notmuch::patch and not tag:notmuch::pushed and not tag:notmuch::obsolete and
David Edmondson [PATCH] emacs: Don't signal an error when reaching the end of the search results. +

2011-12-21 +

id:"1324473302-10869-2-git-send-email-4winter@informatik.uni-hamburg.de" +
Justus Winter <4winter@informatik.uni-hamburg.de> +[PATCH 1/2] python: refactor print_messages into format_messages and print_messages +
+ id:"1324473302-10869-3-git-send-email-4winter@informatik.uni-hamburg.de" +
+[PATCH 2/2] python: make the result of Message.get_replies() more pythonic