Skip to content

Commit

Permalink
Merge pull request #65 from jamster/master
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
joshaven committed Jun 30, 2014
2 parents 44fc225 + 8cc8488 commit 5d8f5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gmail/mailbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def emails(key_or_opts = :all, opts={})
search.concat ['ON', opts[:on].to_imap_date] if opts[:on]
search.concat ['FROM', opts[:from]] if opts[:from]
search.concat ['TO', opts[:to]] if opts[:to]
search.concat ['SUBJECT', opts[:subject]] if opts[:subject]
end

# puts "Gathering #{(aliases[key] || key).inspect} messages for mailbox '#{name}'..."
Expand Down

0 comments on commit 5d8f5b5

Please sign in to comment.