mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:44:35 +03:00
imapserver: fix returning special-use mailbox "\Drafts" instead of "\Draft"
related to issue #66 by x8x, though this doesn't fix that (macos mail doesn't yet request the special-use flags).
This commit is contained in:
@ -109,7 +109,7 @@ func TestListExtended(t *testing.T) {
|
||||
Fhasnochildren = `\HasNoChildren`
|
||||
Fnonexistent = `\NonExistent`
|
||||
Farchive = `\Archive`
|
||||
Fdraft = `\Draft`
|
||||
Fdraft = `\Drafts`
|
||||
Fjunk = `\Junk`
|
||||
Fsent = `\Sent`
|
||||
Ftrash = `\Trash`
|
||||
|
Reference in New Issue
Block a user