summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/feed2imap/config.rb2
1 files changed, 1 insertions, 1 deletions
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