mu4e: Add missing mandatory "Code:" section headers

This commit is contained in:
Jonas Bernoulli 2020-02-11 12:32:47 +01:00 committed by Dirk-Jan C. Binnema
parent 83f0c9cea9
commit 15c6680037
4 changed files with 8 additions and 1 deletions

View File

@ -24,6 +24,9 @@
;; A mu4e 'context' is a set of variable-settings and functions, which can be
;; used e.g. to switch between accounts.
;;; Code:
(require 'cl-lib)
(require 'mu4e-utils)

View File

@ -20,6 +20,9 @@
;;; Commentary:
;; Some user-contributed functions for mu4e
;;; Code:
(require 'mu4e-headers)
(require 'mu4e-view)
(require 'bookmark)

View File

@ -26,7 +26,7 @@
;; one-line descriptions of emails, aka 'headers' (not to be confused with
;; headers like 'To:' or 'Subject:')
;; Code:
;;; Code:
(require 'cl-lib)
(require 'fringe)
(require 'hl-line)

View File

@ -25,6 +25,7 @@
;; In this file, we create a table of list-id -> shortname for mailing lists.
;; The shortname (friendly) should a at most 8 characters, camel-case
;;; Code:
(defvar mu4e~mailing-lists
'( ("bbdb-info.lists.sourceforge.net" . "BBDB")