From edd60fa2d3c972932da7be1605fec2674069c31b Mon Sep 17 00:00:00 2001 From: lnu Date: Tue, 5 Apr 2005 14:40:15 +0000 Subject: git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@11 f70e237a-67f3-0310-a06c-d2b8a7116972 --- lib/feed2imap/config.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/feed2imap/config.rb') diff --git a/lib/feed2imap/config.rb b/lib/feed2imap/config.rb index 002db3e..a784b91 100644 --- a/lib/feed2imap/config.rb +++ b/lib/feed2imap/config.rb @@ -70,6 +70,7 @@ end # A configured feed. simple data container. class ConfigFeed attr_reader :name, :url, :imapaccount, :folder + attr_accessor :body def initialize(name, url, imapaccount, folder) @name, @url, @imapaccount, @folder = name, url, imapaccount, folder -- cgit v1.2.3-54-g00ecf