mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 19:44:34 +03:00
Minor cleanup: use the ModSeq from the Mailbox in a ChangeMailboxAdd, no need to add the ModSeq again
This commit is contained in:
@ -94,9 +94,8 @@ func (c ChangeRemoveMailbox) ChangeModSeq() ModSeq { return c.ModSeq }
|
||||
|
||||
// ChangeAddMailbox is sent for a newly created mailbox.
|
||||
type ChangeAddMailbox struct {
|
||||
Mailbox Mailbox
|
||||
Flags []string // For flags like \Subscribed.
|
||||
ModSeq ModSeq
|
||||
Mailbox
|
||||
Flags []string // For flags like \Subscribed.
|
||||
}
|
||||
|
||||
func (c ChangeAddMailbox) ChangeModSeq() ModSeq { return c.ModSeq }
|
||||
|
Reference in New Issue
Block a user