X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=docs%2FFAQ;fp=docs%2FFAQ;h=8a1805c52cecb889bc6dac5aba54e74c2ccd94ec;hp=4786c0251fb24d9f2bedb9a96ceea2ced1fd6889;hb=4033b947e4817fbaef2667658909a6f44d03c665;hpb=afc7db57cfebd6be9573e930a3e7db006a70e38e diff --git a/docs/FAQ b/docs/FAQ index 4786c02..8a1805c 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -1172,6 +1172,20 @@ Date: Mon, 1 Aug 1994 00:00:00 -0800 Pine can read mailboxes in MH format; and that someone might in the future develop a version of MH that can use IMAP. +From: Philipp Takacs +Date: Sun, 25 Oct 2015 15:42:23 +0100 + + There is other software which support IMAP and MH, like Mutt and + mailsync. mailsync is based on C-client. To use MH you need a + '.mh-profile' in your $HOME with your MH-Path. Here is a example config for a MH + store: + + store test { + pat \#mh/test/* + prefix \#mh/test/ + } + + ------------------------------ Subject: 02.06 Why does "mailgroup mail" only affect inc but not slocal?