Skip to content

Commit

Permalink
Merge pull request #21 from javijuol/patch-1
Browse files Browse the repository at this point in the history
Fix uid_store command
  • Loading branch information
ConradIrwin committed Mar 11, 2015
2 parents c46cda5 + 3998589 commit 5424d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/em-imap/client.rb
Expand Up @@ -339,7 +339,7 @@ def store(seq, name, value)
# The same as store, but keyed off UIDs instead of sequence numbers.
#
def uid_store(seq, name, value)
store_internal("UID", "STORE", seq, name, value)
store_internal("UID STORE", seq, name, value)
end

# Copy the specified messages to another mailbox.
Expand Down

0 comments on commit 5424d9b

Please sign in to comment.