vmail 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -203,9 +203,8 @@ module Vmail
203
203
  (date_formatted || '').col(14),
204
204
  address.col(address_col_width),
205
205
  subject.col(subject_col_width),
206
- number_to_human_size(size).rcol(6),
207
- "#{seqno}:#{uid}"
208
- ].join(' ')
206
+ number_to_human_size(size).rcol(6)
207
+ ].join(' | ')
209
208
  {:uid => uid, :seqno => seqno, :row_text => row_text}
210
209
  rescue
211
210
  log "error extracting header for uid #{uid} seqno #{seqno}: #$!"
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 1
9
- version: 0.6.1
8
+ - 2
9
+ version: 0.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi