chibenwa commented on code in PR #1476:
URL: https://github.com/apache/james-project/pull/1476#discussion_r1133090483


##########
mailbox/api/src/main/java/org/apache/james/mailbox/DefaultMailboxes.java:
##########
@@ -38,7 +38,7 @@ public interface DefaultMailboxes {
     String TEMPLATES = "Templates";
     String RESTORED_MESSAGES = "Restored-Messages";
 
-    List<String> DEFAULT_MAILBOXES = ImmutableList.of(INBOX, OUTBOX, SENT, 
TRASH, DRAFTS, SPAM);
+    List<String> DEFAULT_MAILBOXES = ImmutableList.of(INBOX, OUTBOX, SENT, 
TRASH, DRAFTS, ARCHIVE, SPAM);

Review Comment:
   Pretty sure this will cause some tests to fail (JMAP mailbox provisionning).
   
   Those tests would need to be fixed, too.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to