Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Can larch deal with IMAP Prefix (e.g. INBOX.)?

Received: by 10.227.146.210 with SMTP id i18mr68088wbv.8.1294854942926;
        Wed, 12 Jan 2011 09:55:42 -0800 (PST)
X-BeenThere: larch@googlegroups.com
Received: by 10.216.208.4 with SMTP id p4ls402928weo.2.p; Wed, 12 Jan 2011
 09:55:42 -0800 (PST)
Received: by 10.216.188.209 with SMTP id a59mr54394wen.6.1294854941934;
        Wed, 12 Jan 2011 09:55:41 -0800 (PST)
Received: by 10.216.188.209 with SMTP id a59mr54393wen.6.1294854941893;
        Wed, 12 Jan 2011 09:55:41 -0800 (PST)
Return-Path: <r...@wonko.com>
Received: from mail-wy0-f175.google.com (mail-wy0-f175.google.com [74.125.82.175])
        by gmr-mx.google.com with ESMTP id t18si113818wes.9.2011.01.12.09.55.40;
        Wed, 12 Jan 2011 09:55:40 -0800 (PST)
Received-SPF: neutral (google.com: 74.125.82.175 is neither permitted nor denied by best guess record for domain of r...@wonko.com) client-ip=74.125.82.175;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 74.125.82.175 is neither permitted nor denied by best guess record for domain of r...@wonko.com) smtp.mail=r...@wonko.com; dkim=pass (test mode) header...@wonko.com
Received: by wyb40 with SMTP id 40so822054wyb.20
        for <larch@googlegroups.com>; Wed, 12 Jan 2011 09:55:37 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=wonko.com; s=pie;
        h=domainkey-signature:mime-version:in-reply-to:references:date
         :message-id:subject:from:to:content-type;
        bh=oQOClu1sTFcp0yZ21WL+HMbmJF8ouYRW5ZP+NSxN+QQ=;
        b=NHPM1xMz4jadUsXBzqvHyD1mdHqGljO1Sbsfk1O1lfH3EpAE308tqTcCgbRLVA6DSO
         JEBsr/QOvWsJkWsSTIBR7itUf7OR2aeqiPwSlXH+L+wZ6/54++zJtFHyh0sfIvwf9qEF
         OxwsMeuBbxulDfpH38NrJNB0dlO3fDXHtkPLY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=wonko.com; s=pie;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=iz9Ybbe0nLAiQeEQaacFs4dzgJw+hwXoIzrGPBCS+AdeySkQMF2zDZpSYcbeBk2aVR
         my+/Gd2er5RFM/Zhu4J6eZzSpzOI4cVO6S1UuGb0f32L3VABrdladNHMDUF9WQ9A9UDF
         FV9yPhYmRrCPqh5IIYkTmu7FoSicM6EyVshvw=
MIME-Version: 1.0
Received: by 10.216.176.142 with SMTP id b14mr1128584wem.32.1294854937071;
 Wed, 12 Jan 2011 09:55:37 -0800 (PST)
Received: by 10.216.240.133 with HTTP; Wed, 12 Jan 2011 09:55:36 -0800 (PST)
In-Reply-To: <048468fe-1633-4b9e-8e86-cf675c38d...@t35g2000yqj.googlegroups.com>
References: <048468fe-1633-4b9e-8e86-cf675c38d...@t35g2000yqj.googlegroups.com>
Date: Wed, 12 Jan 2011 09:55:36 -0800
Message-ID: <AANLkTi=VzbAZvqzHLGAQNm3ZwDde0-0V17N_ZRW9b...@mail.gmail.com>
Subject: Re: Can larch deal with IMAP Prefix (e.g. INBOX.)?
From: Ryan Grove <r...@wonko.com>
To: larch@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

On Wed, Jan 12, 2011 at 3:22 AM, ps <pschlaep...@gmail.com> wrote:
> If I remove the "prefix = INBOX." line from my dovecot.conf, it works
> perfectly. But I cannot do that because I don't want to force all my
> users to change their mailclients' settings.
>
> Is there any possibility to indicate this prefix to larch? I *think*
> it would suffice to simply prepend all folder names with "INBOX.", but
> I'm not knowledeable enough to say for sure.

Larch doesn't currently support a global prefix, but this does sound
like an important feature to add.

- Ryan