2005-03 / 2005-03-02

前のエントリ: html構文チェック [html]
次のエントリ: Wanderlust のオンライン オフライン切り替え [wanderlust]

Mew で Maildir
2005-03-02-9 / カテゴリ: [linux][メール][アプリ] / [permlink]

ちょっと制限ありすぎ
基本は .mew.el に
(setq mew-mailbox-type 'mbox)
(setq mew-mbox-command "incm")
(setq mew-mbox-command-arg "-d /home/zaki/Maildir/")
で OK だけど
arg で指定するオプションにより ("-a -d /path/maildir" など)
<初期状態>
       cur/{1,2}
       new/{3,4}
<opt無しのincm>
       cur/{1,2}
       new/{}
       to inbox: {3,4}
<-a>
       cur/{}
       new/{}
       to inbox: {1,2,3,4}
<-b>
       cur/{1,2,3,4}
       new/{}
       to inbox: {3,4}
<-a -b>
       cur/{1,2,3,4}
       new/{}
       to inbox: {1,2,3,4}
て感じ。
つまり、頑張っても new しか読めないか、Maildir 以下が消える(そして
Mail/inbox へ移動)
要するに、Maildir/ を読むのではなく、Maildir/ からインポートして inbox を
読むってこと。っぽい
自分的に使えない…残念。
前のエントリ: html構文チェック [html]
次のエントリ: Wanderlust のオンライン オフライン切り替え [wanderlust]

2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12

最終更新時間: 2013-05-02 16:12