muttを使おう (872レス)
前次1-
抽出解除 レス栞

239
(2): 234 03/10/17 23:44 AAS
>>235
おお, thanx!!
muttにもwikiがあるのはしらなかったよ.
それにしても一言目から
    Use grep or others.
ってそんなつきはなした言い方しなくても…
240: 03/10/17 23:45 AAS
>>239
どういう書き方ならいいの?
249: 03/10/19 11:06 AAS
>>239
mairix のシンボリックリンク、バーチャルフォルダの
アイデアを Namazu で活用すれば日本語検索も使えて(゚д゚)ウマー
$ mknmz -h -O ~/Namazu/mail --exclude=vfolder ~/Mail
#!/bin/sh
# nmz4mutt
# 使用例: ! nmz4mutt +subject:mutt and ホゲホゲ
INDEX=/home/hoge/Namazu/mail
VFOLDER=/home/hoge/Mail/vfolder
LIST=${VFOLDER}/1 # パイプによる一括処理用
if [ -z "$*" ]; then exit;
elif [ ! -f $VFOLDER/.mh_sequences ]; then
touch $VFOLDER/.mh_sequences
fi
/bin/rm -f ${VFOLDER}/*
COUNT=2
for i in `namazu -l "$*" $INDEX |sort`
do ln -s $i ${VFOLDER}/${COUNT} && echo $i >> $LIST
let COUNT++;
done
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ

ぬこの手 ぬこTOP 0.834s*