add more commentary

このコミットが含まれているのは:
Jai Flack 2020-09-16 17:52:05 +10:00
コミット 2559132a1b
署名者: jflack
GPGキー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: