From 7d2141955565e59da5818166b22f66ddfdb194d2 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 4 Oct 2010 18:46:32 +0200 Subject: [PATCH] (nnir-run-imap): Remove spurious space in search string. From Michael Welsh Duggan (tiny change) --- lisp/ChangeLog | 4 ++++ lisp/nnir.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97036b8f9..f4ca1118f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-10-04 Michael Welsh Duggan (tiny change) + + * nnir.el (nnir-run-imap): Remove spurious space in search string. + 2010-10-04 Julien Danjou * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list, diff --git a/lisp/nnir.el b/lisp/nnir.el index de304bf21..baba9e009 100644 --- a/lisp/nnir.el +++ b/lisp/nnir.el @@ -985,7 +985,7 @@ details on the language and supported extensions" (message "Searching %s..." group) (let ((arts 0) (result - (nnimap-command "UID SEARCH %s" + (nnimap-command "UID SEARCH %s" (if (string= criteria "") qstring (nnir-imap-make-query criteria qstring) -- 2.25.1