mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: services: mail: Remove duplicate in dovecot-configuration.
* gnu/services/mail.scm(dovecot-configuration): [namespaces] Remove duplicate entry "Drafts". Change-Id: Ibbdb45ede34b1c4aba8ae460e408e554120880e9 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ca795a79c8
commit
ac83a22375
1 changed files with 0 additions and 1 deletions
|
@ -573,7 +573,6 @@ constructor.")
|
||||||
(inbox? #t)
|
(inbox? #t)
|
||||||
(mailboxes
|
(mailboxes
|
||||||
(list
|
(list
|
||||||
(mailbox-configuration (name "Drafts") (special-use '("\\Drafts")))
|
|
||||||
(mailbox-configuration (name "Junk") (special-use '("\\Junk")))
|
(mailbox-configuration (name "Junk") (special-use '("\\Junk")))
|
||||||
(mailbox-configuration (name "Trash") (special-use '("\\Trash")))
|
(mailbox-configuration (name "Trash") (special-use '("\\Trash")))
|
||||||
(mailbox-configuration (name "Sent") (special-use '("\\Sent")))
|
(mailbox-configuration (name "Sent") (special-use '("\\Sent")))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue