GNU bug report logs -
#77416
[PATCH 0/1] Remove duplicate in dovecot-configuration.
Previous Next
To reply to this bug, email your comments to 77416 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77416
; Package
guix-patches
.
(Mon, 31 Mar 2025 20:20:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Gabriel Wicki <gabriel <at> erlikon.ch>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 31 Mar 2025 20:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Aloha!
Reading through the sources I've stumbled onto this oddity. Should be an
obvious fix or - if it is actually written as intended - an obvious candidate
for a small comment.
TIA for merging
Gabriel Wicki (1):
gnu: services: mail: Remove duplicate in dovecot-configuration.
gnu/services/mail.scm | 1 -
1 file changed, 1 deletion(-)
base-commit: af07f6bfe94bb3dac1f46533e586d4186d7e59b6
--
2.47.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77416
; Package
guix-patches
.
(Mon, 31 Mar 2025 20:22:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 77416 <at> debbugs.gnu.org (full text, mbox):
* gnu/services/mail.scm(dovecot-configuration): [namespaces] Remove duplicate
entry "Drafts".
Change-Id: Ibbdb45ede34b1c4aba8ae460e408e554120880e9
---
gnu/services/mail.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/services/mail.scm b/gnu/services/mail.scm
index 18b482272c..4ca6533682 100644
--- a/gnu/services/mail.scm
+++ b/gnu/services/mail.scm
@@ -563,7 +563,6 @@ (define-configuration dovecot-configuration
(inbox? #t)
(mailboxes
(list
- (mailbox-configuration (name "Drafts") (special-use '("\\Drafts")))
(mailbox-configuration (name "Junk") (special-use '("\\Junk")))
(mailbox-configuration (name "Trash") (special-use '("\\Trash")))
(mailbox-configuration (name "Sent") (special-use '("\\Sent")))
--
2.47.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 08 Apr 2025 15:32:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Gabriel Wicki <gabriel <at> erlikon.ch>
:
bug acknowledged by developer.
(Tue, 08 Apr 2025 15:32:04 GMT)
Full text and
rfc822 format available.
Message #13 received at 77416-done <at> debbugs.gnu.org (full text, mbox):
Gabriel Wicki <gabriel <at> erlikon.ch> skribis:
> * gnu/services/mail.scm(dovecot-configuration): [namespaces] Remove duplicate
> entry "Drafts".
>
> Change-Id: Ibbdb45ede34b1c4aba8ae460e408e554120880e9
Applied, thanks!
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.