commit 7e5ce394774ae31db65122314c48e51eb5e8b076
parent 8d7e1379771b153beacc2b6ab554d8b1d085ee99
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Mon, 14 Jan 2008 21:03:41 -0800
(minor) remove spurious lines from last commit
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git 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