X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=test%2Fcorpus%2Fcur%2F49%3A2%2C;fp=test%2Fcorpus%2Fcur%2F49%3A2%2C;h=0000000000000000000000000000000000000000;hb=971cdc72cdb80f060193bc0914dc9badcc29696b;hp=b244f8cee28739d53c8e366ea9d3697f147d4de3;hpb=89c8d279480aa618bed5ef074f9166dbf818e6eb;p=notmuch diff --git a/test/corpus/cur/49:2, b/test/corpus/cur/49:2, deleted file mode 100644 index b244f8ce..00000000 --- a/test/corpus/cur/49:2, +++ /dev/null @@ -1,33 +0,0 @@ -From: "Carl Worth" -To: notmuch@notmuchmail.org -Date: Wed, 18 Nov 2009 03:31:23 -0800 -Subject: [notmuch] [PATCH] Error out if no query is supplied to search - instead of going into an infinite loop -In-Reply-To: -References: -Message-ID: <877htoqdbo.fsf@yoom.home.cworth.org> - -On Tue, 17 Nov 2009 16:23:53 -0800, Alex Botero-Lowry wrote: -> In this case error out when no query is supplied. There seems to be an -> infinite-loop casued by i think notmuch_query_search_threads having -> an exception: -> A Xapian exception occurred: Syntax: AND -> A Xapian exception occurred: Syntax: AND -> A Xapian exception occurred: Syntax: AND -> -> I'll look into that bug specifically a bit later. -> -> It might be better to do a usage instead of just throwing an error here? - -Definitely. - -Priit Laes reported the same thing in IRC and I've just committed a -patch to give a nice error message: - -$ ./notmuch search -Error: notmuch search requires at least one search term. - -Thanks for the report! - --Carl -