add more commentary

This commit is contained in:
Jai Flack 2020-09-16 17:52:05 +10:00
父節點 267a247745
當前提交 2559132a1b
簽署人: jflack
GPG Key ID: 1337AEA30052317F
共有 1 個文件被更改,包括 13 次插入4 次删除

查看文件

@ -25,11 +25,20 @@
;;; Commentary
;; This package provides an `mu' backend for Gnus' nnir as an alternative to notmuch or any other
;; backends. It relies on the `mu' executable and thus can only search local mail and requires `mu'
;; to be configured for your mail setup. Tested with an nnmaildir backend synced with mbsync.
;; This package provides an `mu' backend for Gnus' nnir as an
;; alternative to notmuch or any other backends. It relies on the `mu'
;; executable and thus can only search local mail and requires `mu' to
;; be configured for your mail setup. Tested with an nnmaildir backend
;; synced with mbsync.
;; TODO: configuration
;;; Configuration:
;; Generally the defaults will work find but first mu must be
;; installed and configured, see mu(1) and mu-init(1).
;; Available options:
;; - `nnir-mu-program'
;; - `nnir-mu-remove-prefix'
;;; Code: