[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] utf7 decode



First a big thanks for nnimap. :-)
I started using it as my main backend since the end of last week.

Here's a small patch (diff -u) to fix a buglette in
`imap-utf7-decode'.

Cheers,
Jens


1999-10-12  Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com>

	* imap.el (imap-utf7-decode): Move end of `and' call, so that if
	`imap-utf7-p' is nil STRING is returned.


--- nnimap-0.130/imap.el~	Tue Oct 12 18:13:02 1999
+++ nnimap-0.130/imap.el	Tue Oct 12 18:13:02 1999
@@ -360,8 +360,8 @@
 	     (error (message
 		     "imap: Could not UTF7 decode `%s', using it undecoded..."
 		     string)
-		    string))
-	   string)))
+		    string)))
+    string))
 
 (defsubst imap-ok-p (status)
   (if (eq status 'OK)