From 249bf7ffa18a7286290e5de714046210bc4ba541 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Wed, 2 Feb 2011 18:27:39 +0000 Subject: Fix typo: msg-lines vs msg-line Signed-off-by: Julien Danjou --- offlineimap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.el b/offlineimap.el index c3eac20..d54b0eb 100644 --- a/offlineimap.el +++ b/offlineimap.el @@ -230,7 +230,7 @@ This is used when `offlineimap-mode-line-style' is set to 'symbol." (defun offlineimap-process-filter (process msg) "Filter PROCESS output MSG." (dolist (msg-line (nbutlast (split-string msg "[\n\r]+"))) - (let* ((msg-data (split-string (car msg-lines) ":")) + (let* ((msg-data (split-string msg-line ":")) (msg-type (nth 0 msg-data)) (action (nth 1 msg-data)) (thread-name (nth 2 msg-data)) -- cgit v1.2.3