summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
+0200'>2009-08-15Also allow --enable-eixRené 'Necoro' Neumann1-0/+3 2009-08-14Change config and changelogRené 'Necoro' Neumann2-1/+6 2009-08-14Allow to disable eix in setup.pyRené 'Necoro' Neumann1-8/+17 2009-08-14Correct setup.pyRené 'Necoro' Neumann1-2/+17