From 606304b0fe02adcbb127bded67945bab5297a613 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum Date: Tue, 28 Jul 2009 00:04:56 +0200 Subject: removed patch from haeger ; no longer needed with newer rubyimap.rb --- lib/feed2imap/rubyimap.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') 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) -- cgit v1.2.3