add more commentary

This commit is contained in:
Jai Flack 2020-09-16 17:52:05 +10:00
parent 267a247745
commit 2559132a1b
Signed by: jflack
GPG Key ID: 1337AEA30052317F
1 changed files with 13 additions and 4 deletions

View File

@ -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: