From 7e5ce394774ae31db65122314c48e51eb5e8b076 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Mon, 14 Jan 2008 21:03:41 -0800 Subject: [PATCH] (minor) remove spurious lines from last commit --- lib/sup/imap.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/sup/imap.rb b/lib/sup/imap.rb index c50d943..e785597 100644 --- a/lib/sup/imap.rb +++ b/lib/sup/imap.rb @@ -63,15 +63,12 @@ class IMAP < Source @username = username @password = password @imap = nil - @imap_mutex = nil @imap_state = {} @ids = [] @last_scan = nil @labels = ((labels || []) - LabelManager::RESERVED_LABELS).uniq.freeze @say_id = nil @mutex = Mutex.new - - @@imap_connections ||= {} end def self.suggest_labels_for path -- 2.45.2