Thanks Sirius!
It's been resolved.
However, I solved it by adding a comment in the original settings.
namespace inbox { inbox = yes location = mailbox 보낼편지함 { auto = subscribe } mailbox Archive { auto = subscribe special_use = \Archive } mailbox Drafts { auto = subscribe special_use = \Drafts } mailbox Junk { auto = subscribe special_use = \Junk } mailbox Sent { auto = subscribe special_use = \Sent } mailbox Trash { auto = subscribe special_use = \Trash }
#mailbox virtual/All { #auto = subscribe #comment = All my messages #special_use = \All #} #mailbox virtual/Flagged { #auto = subscribe #comment = All my flagged messages #special_use = \Flagged #}
prefix = INBOX/ separator = / type = private }
In my case, I guess I shouldn't include the settings in the "namespace inbox."
I didn't understand exactly how it works, but I'm curious.
Thanks