;; Minimal config.edn to reproduce this dashboard on your own copy of
;; the mail.  Replace :mailboxes with YOUR local source -- a Maildir of
;; your subscription, or your own IMAP account; the operator's mailbox
;; is private and not needed here.  See "Deploying BONE" in the manual,
;; then validate with: bb test-config
{:mailboxes
 [{:name "local",
   :type :maildir,
   :path "/path/to/your/Maildir",
   :folder ""}],
 :sources
 [{:name "Org mode ML",
   :list "emacs-orgmode.gnu.org",
   :archive-format-string "https://list.orgmode.org/%s",
   :maintainers
   ["yantar92@posteo.net"
    "bzg@bzg.fr"
    "bzg@gnu.org"
    "mail@christianmoe.com"],
   :labels
   {:request ["FR" "FP" "RFC" "POLL" "TASK"],
    :announcement ["ANNOUNCEMENT" "ANN" "BLOG" "TIP"]},
   :expiry {:announcement {:inactive-after "100d"}},
   :periods
   [{:start "2020-01-01",
     :end "2026-04-19",
     :commands
     {:owned {:words ["Owned" "Handled"]},
      :closed
      {:words
       ["Canceled"
        "Cancelled"
        "Closed"
        "Expired"
        "Resolved"
        "Applied"
        "Completed"
        "Fixed"
        "Done"]}}}]}]}
