|
From: Oswald B. <osw...@gm...> - 2021-06-21 18:35:20
|
On Mon, Jun 21, 2021 at 07:28:50PM +0300, Martin wrote: >How should I modify this then? Should I write something like? > >``` >Inbox /home/eeva/Maildir/EEVA/Inbox >Path /home/eeva/Maildir/EEVA/Inbox/ >``` in principle, you don't even need Path, as everything is nested below the inbox. also, you could make EEVA itself the inbox, as otherwise you just have a pointless intermediate level. Patterns should be just INBOX* . |