Skip to content

Commit 716a00b

Browse files
voxiknevans
authored andcommitted
🐛 Fix spelling of \Remote mailbox attr constant
Fixes #508.
1 parent 09d2bc0 commit 716a00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/imap/flags.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class IMAP < Protocol
173173
SUBSCRIBED = :Subscribed
174174

175175
# The mailbox is a remote mailbox.
176-
REMOTE = :Remove
176+
REMOTE = :Remote
177177

178178
# Alias for NO_INFERIORS, to match the \IMAP spelling.
179179
NOINFERIORS = NO_INFERIORS

0 commit comments

Comments
 (0)