vmail 2.7.3 → 2.7.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/vmail/imap_client.rb +1 -1
- data/lib/vmail/version.rb +1 -1
- metadata +1 -1
data/lib/vmail/imap_client.rb
CHANGED
@@ -48,7 +48,7 @@ module Vmail
|
|
48
48
|
@width = 100
|
49
49
|
|
50
50
|
@date_formatter_this_year = config['date_format'] || '%b %d %I:%M%P'
|
51
|
-
@date_formatter_prev_years = config['
|
51
|
+
@date_formatter_prev_years = config['date_format_previous_years'] || '%b %d %Y'
|
52
52
|
@date_width = DateTime.parse("12/12/2012 12:12:12").strftime(@date_formatter_this_year).length
|
53
53
|
current_message = nil
|
54
54
|
end
|
data/lib/vmail/version.rb
CHANGED