엔터프라이즈 Exchange 서버를 설치 fdm
하고 연결했습니다. offlineimap
이제 패턴이 일치할 때 읽은 메시지를 표시하는 작업이 필요합니다.
답변1
이동하고 표시하는 방법을 찾았습니다.
action "processed" maildir "%h/Mails/work/INBOX.Processed"
# Found here: https://github.com/nicm/fdm/blob/master/examples/f-terbeck.conf
action "mark-read" exec 'mf="%[mail_file]"; mv "${mf}" "${mf%%/*}/../cur/${mf##*/}:2,S"'
match "^From:.*test@xyz\.de" in headers actions { "processed" "mark-read" }