From 17ecce0dd72fd3b857210fbff3f356afc9ba0f75 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 7 Jul 2019 03:45:35 +0200 Subject: interimap.1: Clarify handling of delimiter in mailbox names. --- interimap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interimap') diff --git a/interimap b/interimap index 7054f88..ab96c9c 100755 --- a/interimap +++ b/interimap @@ -280,7 +280,7 @@ sub list_mailboxes($) { # INBOX exists in a namespace of its own, so it may have a different separator. # All other mailboxes MUST have the same separator though, per 3501 sec. 7.2.2 - # and https://www.imapwiki.org/ClientImplementation/MailboxList#Hierarchy_separators + # and https://imapwiki.org/ClientImplementation/MailboxList#Hierarchy_separators # (We assume all list-mailbox arguments given live in the same namespace. Otherwise # the user needs to start multiple interimap instances.) delete $delims->{INBOX}; -- cgit v1.2.3