From 3d25c0bd2772a8bbbdf073f8d395271b162fd168 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum Date: Thu, 3 Sep 2009 11:29:29 +0200 Subject: added the forth arg to ConfigFeed::new for maildir --- lib/feed2imap/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/feed2imap/config.rb b/lib/feed2imap/config.rb index e3df569..5f6f448 100644 --- a/lib/feed2imap/config.rb +++ b/lib/feed2imap/config.rb @@ -48,7 +48,7 @@ class F2IConfig path = URI::unescape(uri.path) path = path[1..-1] if path[0,1] == '/' if uri.scheme == 'maildir' - @feeds.push(ConfigFeed::new(f, maildir_account, path)) + @feeds.push(ConfigFeed::new(f, maildir_account, path, self)) else @feeds.push(ConfigFeed::new(f, @imap_accounts.add_account(uri), path, self)) end -- cgit v1.2.3