aboutsummaryrefslogtreecommitdiffstats
path: root/interimap
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-07-07 03:45:35 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-07-07 04:02:18 +0200
commit17ecce0dd72fd3b857210fbff3f356afc9ba0f75 (patch)
tree29834e996b975cb9c67b39844bf4f64b3229e7dd /interimap
parent550f778dbcb84a9aa67732b1fff0191b55bea24c (diff)
interimap.1: Clarify handling of delimiter in mailbox names.
Diffstat (limited to 'interimap')
-rwxr-xr-xinterimap2
1 files changed, 1 insertions, 1 deletions
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};