From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x730.google.com (mail-qk1-x730.google.com [IPv6:2607:f8b0:4864:20::730]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8943F1F8C6 for ; Tue, 14 Sep 2021 17:50:28 +0000 (UTC) Received: by mail-qk1-x730.google.com with SMTP id t4so249431qkb.9 for ; Tue, 14 Sep 2021 10:50:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=Q8VmpjrijBByVKFGaFI/3copLp3EB4JzEe12K+sjGH8=; b=Q8tRp5KSpJsUJ/Hp65FqystjvTvV8XKRrUt/O5bdKYb7f3k55d2jyO6hfSv4JBr6qz qs8DuJLNv4wM8HW4JYckCJ1hVXqdnneWYWAJSzqxMpJvefgsB9JMC+dG1T8X7ddQKBrB XXuUf4P2gvD9fTakwWzNK+vA404GLEo7h0wbc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=Q8VmpjrijBByVKFGaFI/3copLp3EB4JzEe12K+sjGH8=; b=VZShOtXuN6ua4bV0hgfbLNiZjTf+4wZDtTX2TS2+/nUCowJ2dhHQLiQ/dLK7NGH5XA blNoildMXHmDgLyC/sa2kN0sH/P23fLPVrZXKPsCIjyqIzcuS/i0w3Cbd1Te/HeBFidr e6NTLmIAZ1vBhXaiWKSixRaXkhWWNizveDf0PYIN72sam3+a2mYp1IW5aKp2DyF3RvYD jx59dyNhrxNGCP/XPX4fTlESTmB81C5UyJrXiU/by+fDbTdgib+cNAMV4Lt3co8r/RpY YznMqyHETtYZEDzWFf7eCcNHQElKOE+D1SJfHxQemKY6vm2SjF3YrR5dwo1pKo0RcdHc QzgQ== X-Gm-Message-State: AOAM533zQ0OBVstk23Ue75nD7ln5fnRFPq74KxeBVAybJnNn5yTFNx0Q c8044dkF5uFIgYKsxnH4rDruITU2YvN5tQ== X-Google-Smtp-Source: ABdhPJw0d9rQmvN9oUSP3myCk1YFYY7x5wec6o1wC//OCQNKAEa6ZEx4jf4rK8NWD9srEj3yMhSM8w== X-Received: by 2002:a05:620a:2549:: with SMTP id s9mr6405045qko.256.1631641827092; Tue, 14 Sep 2021 10:50:27 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id x29sm6293307qtv.74.2021.09.14.10.50.26 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Sep 2021 10:50:26 -0700 (PDT) Date: Tue, 14 Sep 2021 13:50:25 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: Wrong folder when using imaps:// Message-ID: <20210914175025.eq7s2shkc323itaf@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Hello: I found an interesting problem using lei with imaps:// folders. I'm trying things out with migadu, and the folder paths use '/' separators, so a full IMAPS folder path for a folder "lore/mentions" is imaps://imap.migadu.com/lore/mentions. However, if I configure lei-q to use that remote path, everything actually ends up in the folder imap.migadu.com/lore (not the "mentions" subfolder). -K