From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Using rmail with maildir and isync? Date: Fri, 20 Sep 2024 09:02:02 +0300 Message-ID: <8634lu982t.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37714"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 20 08:02:33 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1srWiv-0009i6-PZ for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 20 Sep 2024 08:02:33 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1srWiV-0000pu-90; Fri, 20 Sep 2024 02:02:07 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1srWiS-0000pj-W3 for help-gnu-emacs@gnu.org; Fri, 20 Sep 2024 02:02:05 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1srWiS-0002KA-Mn for help-gnu-emacs@gnu.org; Fri, 20 Sep 2024 02:02:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=inExESEHAKXYMd9KcwVBNWm98xLZTWtpdCBawr2ijRI=; b=hBs+T7uGp3HZ k4WFUa9TRWYdWSPasPyYZOdgzOoiUFU3MkgcZ7oiqUufguDTEah0ljKi768hxVPQWs9LxNvRGOGe2 Ew57M773Su9Rud0rTxU5VSsbu+k35pqfu3GYZmI4R1eQzLRkU7D6q+4pf5oLQafodXWfYFLOipSG8 yJStBYdHZXyv1Wr3axnOoK7md/C4ItL8Bwx5152yXAodo0DBbKVpaE3sSPji6hRbGKoNosvY8oVn8 Z5Cekxo8R1rJz6tYqzvV4c56sm67yWSYkggzoQ2z7HMmuv4gdaXBIQnh5VR60fy9jjMZ0/s6TJGLB xFF/7MVcLXfFt+Y5wXmqdQ==; In-Reply-To: (marc@mccd.space) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148027 Archived-At: > Date: Thu, 19 Sep 2024 22:19:37 +0300 > From: "Marc Coquand" > > I noticed that rmail should work with maildirs, assuming you have > movemail installed. > > I made sure movemail is installed and tried setting my maildir using > set-rmail-inbox-list command and I set it to maildir://~/my-mail, which > is the folder where my mail is stored. It loads without issue on other > clients. > > However, with rmail I get the error when fetching the mail saying "No > mail.". > > Is there a correct way of connecting rmail to my maildir directory that > I am missing? Which movemail did you install? The maildir support will only work with movemail from GNU Mailutils. It will not work with the simplified movemail that is part of Emacs.