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 --- ChangeLog | 5 +++++ lib/feed2imap/rubyimap.rb | 4 +--- 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) -- cgit v1.2.3