summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Nussbaum <lucas@lucas-nussbaum.net>2009-07-28 00:04:56 +0200
committerLucas Nussbaum <lucas@lucas-nussbaum.net>2009-07-28 00:04:56 +0200
commit606304b0fe02adcbb127bded67945bab5297a613 (patch)
treeea27ee88f6de8007d3c4a67f31aba55057c54f86
parentdf20c06c365dc9efb7594abe84dc72ac8372d481 (diff)
downloadfeed2imap-606304b0fe02adcbb127bded67945bab5297a613.tar.gz
feed2imap-606304b0fe02adcbb127bded67945bab5297a613.tar.bz2
feed2imap-606304b0fe02adcbb127bded67945bab5297a613.zip
removed patch from haeger ; no longer needed with newer rubyimap.rb
-rw-r--r--ChangeLog5
-rw-r--r--lib/feed2imap/rubyimap.rb4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fa35e0..5fa8c6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Feed2Imap 0.9.5 (XX/XX/2010)?
+============================
+* Removed patch from Haegar as it's no longer needed with the new
+ rubyimap.rb (see discussion in https://gna.org/bugs/?13977)
+
Feed2Imap 0.9.4 (27/07/2009)
============================
* Warn (INFO level, so only displayed with feed2imap -v) if fetching a
diff --git a/lib/feed2imap/rubyimap.rb b/lib/feed2imap/rubyimap.rb
index 45379a7..a36393d 100644
--- a/lib/feed2imap/rubyimap.rb
+++ b/lib/feed2imap/rubyimap.rb
@@ -1,8 +1,6 @@
# File fetched from
# http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/net/imap.rb?view=log
# Current rev: 24263
-# Also added a patch from https://gna.org/bugs/?13977 to fix a problem with
-# dovecot 1.2.1
############################################################################
#
# = net/imap.rb
@@ -2822,7 +2820,7 @@ module Net
token = match(T_ATOM)
name = token.value.upcase
case name
- when /\A(?:ALERT|PARSE|READ-ONLY|READ-WRITE|TRYCREATE|NOMODSEQ|CLOSED)\z/n
+ when /\A(?:ALERT|PARSE|READ-ONLY|READ-WRITE|TRYCREATE|NOMODSEQ)\z/n
result = ResponseCode.new(name, nil)
when /\A(?:PERMANENTFLAGS)\z/n
match(T_SPACE)