Skip to content

Commit

Permalink
Minor change to mapitool for ruby >= 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
aquasync committed Jul 29, 2014
1 parent 00fa79e commit 2487d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mapitool
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Mapitool
# is the only one that can be robuslty un-quoted. evolution doesn't use this!
f.puts "From mapitool@localhost #{Time.now.rfc2822}"
#munge_headers mime, opts
data.each do |line|
data.lines.each do |line|
if line =~ /^>*From /o
f.print '>' + line
else
Expand Down

0 comments on commit 2487d0a

Please sign in to comment.