vmail 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -353,7 +353,7 @@ the query on that line.
353
353
 
354
354
  ## Getting help
355
355
 
356
- Type `,?` will open this webpage in a browser.
356
+ Typing `,?` will open this webpage in a browser.
357
357
 
358
358
  ## Using vmail with MacVim
359
359
 
@@ -352,8 +352,8 @@ module Vmail
352
352
  out = formatter.process_body
353
353
  size = fetch_data.attr["RFC822.SIZE"]
354
354
  @current_message = <<-EOF
355
- #{@mailbox} seqno:#{index} uid:#{uid} #{number_to_human_size size} #{format_parts_info(formatter.list_parts)}
356
- ---------------------------------------
355
+ #{@mailbox} seqno:#{envelope_data[:seqno]} uid:#{uid} #{number_to_human_size size} #{format_parts_info(formatter.list_parts)}
356
+ ----------------------------------------------
357
357
  #{format_headers(formatter.extract_headers)}
358
358
 
359
359
  #{out}
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.5.6"
2
+ VERSION = "0.5.7"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 6
9
- version: 0.5.6
8
+ - 7
9
+ version: 0.5.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi