대량의 이메일 메시지를 색인화, 검색, 읽기 및 태깅하기 위한 명령줄 기반 프로그램. 더 많은 정보: https://notmuchmail.org/manpages/.
notmuch setup
notmuch tag +{{사용자_정의_태그}} "{{검색_어구}}"
notmuch tag -{{사용자_정의_태그}} "{{검색_어구}}"
notmuch count --output={{messages|threads}} "{{검색_어구}}"
notmuch search --format={{json|text}} --output={{summary|threads|messages|files|tags}} "{{검색_어구}}"
notmuch search --format={{json|text}} --output={{summary|threads|messages|files|tags}} --limit={{X}} "{{검색_어구}}"
notmuch reply --format={{default|headers-only}} --reply-to={{sender|all}} "{{검색_어구}}"