From 3a9986f07b3c0d608d3fabfc6d5920e053457c30 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 20 Sep 2010 17:48:00 +0200 Subject: [PATCH] Use "[]" as the parameter instead of "". Fix found by Andrew Cohen. --- lisp/ChangeLog | 3 +++ lisp/nnimap.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b6b7de99..9501859e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-09-20 Lars Magne Ingebrigtsen + * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of + "". Fix found by Andrew Cohen. + * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter instead of -encode-string. diff --git a/lisp/nnimap.el b/lisp/nnimap.el index b3a9e5bcd..fddb406b9 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -972,7 +972,7 @@ textual parts.") "BODY.PEEK[HEADER] BODY.PEEK" "RFC822.PEEK")) (if nnimap-split-download-body-default - "" + "[]" "[1]"))) t)) -- 2.25.1