emacs: Increase consistency of library headers

This commit is contained in:
Jonas Bernoulli 2020-08-08 13:49:54 +02:00 committed by David Bremner
parent 73b8f0b8d7
commit df3fab18fe
12 changed files with 67 additions and 51 deletions

View file

@ -1,4 +1,4 @@
;; make-deps.el --- compute make dependencies for Elisp sources
;;; make-deps.el --- compute make dependencies for Elisp sources
;;
;; Copyright © Austin Clements
;;

View file

@ -1,29 +1,34 @@
;;; notmuch-company.el --- Mail address completion for notmuch via company-mode -*- lexical-binding: t -*-
;; Authors: Trevor Jim <tjim@mac.com>
;; Michal Sojka <sojkam1@fel.cvut.cz>
;;
;; Keywords: mail, completion
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; Copyright © Trevor Jim
;; Copyright © Michal Sojka
;;
;; This file is part of Notmuch.
;;
;; Notmuch is free software: you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; Notmuch is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;; along with Notmuch. If not, see <https://www.gnu.org/licenses/>.
;;
;; Authors: Trevor Jim <tjim@mac.com>
;; Michal Sojka <sojkam1@fel.cvut.cz>
;; Keywords: mail, completion
;;; Commentary:
;; To enable this, install company mode (https://company-mode.github.io/)
;; Mail address completion for notmuch via company-mode. To enable
;; this, install company mode from <https://company-mode.github.io/>.
;;
;; NB company-minimum-prefix-length defaults to 3 so you don't get
;; completion unless you type 3 characters
;; completion unless you type 3 characters.
;;; Code:

View file

@ -1,10 +1,26 @@
;; Compatibility functions for earlier versions of emacs
;;; notmuch-compat.el --- compatibility functions for earlier versions of emacs
;;
;; The functions in this file are copied from more modern versions of
;; emacs and are Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2017
;; Free Software Foundation, Inc.
;;
;; This file is part of Notmuch.
;;
;; Notmuch is free software: you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; Notmuch is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with Notmuch. If not, see <https://www.gnu.org/licenses/>.
;;; Code:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; emacs master has a bugfix for folding long headers when sending
;; messages. Include the fix for earlier versions of emacs. To avoid
;; interfering with gnus we only run the hook when called from

View file

@ -1,4 +1,4 @@
;;; notmuch-crypto.el --- functions for handling display of cryptographic metadata.
;;; notmuch-crypto.el --- functions for handling display of cryptographic metadata
;;
;; Copyright © Jameson Rollins
;;

View file

@ -19,8 +19,6 @@
;;
;; Authors: Carl Worth <cworth@cworth.org>
;; This is an part of an emacs-based interface to the notmuch mail system.
;;; Code:
(require 'cl-lib)

View file

@ -1,24 +1,23 @@
;;; notmuch-maildir-fcc.el ---
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
;; by the Free Software Foundation; either version 2, or (at your
;; option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;; notmuch-maildir-fcc.el --- inserting using a fcc handler
;; Copyright © Jesse Rosenthal
;;
;; This file is part of Notmuch.
;;
;; Notmuch is free software: you can redistribute it and/or modify it
;; under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;;
;; Notmuch is distributed in the hope that it will be useful, but
;; WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs; see the file COPYING. If not, write to the
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;;; Commentary:
;; To use this as the fcc handler for message-mode,
;; customize the notmuch-fcc-dirs variable
;; along with Notmuch. If not, see <https://www.gnu.org/licenses/>.
;;
;; Authors: Jesse Rosenthal <jrosenthal@jhu.edu>
;;; Code:

View file

@ -1,4 +1,4 @@
;;; notmuch-print.el --- printing messages from notmuch.
;;; notmuch-print.el --- printing messages from notmuch
;;
;; Copyright © David Edmondson
;;

View file

@ -1,4 +1,4 @@
;;; notmuch-show.el --- displaying notmuch forests.
;;; notmuch-show.el --- displaying notmuch forests
;;
;; Copyright © Carl Worth
;; Copyright © David Edmondson

View file

@ -20,9 +20,8 @@
;;
;; Authors: Carl Worth <cworth@cworth.org>
;; Damien Cassou <damien.cassou@gmail.com>
;;
;;; Code:
;;
(require 'cl-lib)
(eval-when-compile

View file

@ -1,4 +1,4 @@
;;; notmuch-tree.el --- displaying notmuch forests.
;;; notmuch-tree.el --- displaying notmuch forests
;;
;; Copyright © Carl Worth
;; Copyright © David Edmondson

View file

@ -1,5 +1,4 @@
;;; notmuch-version.el --- Version of notmuch
;; -*- emacs-lisp -*-
;;; notmuch-version.el --- version of notmuch -*- emacs-lisp -*-
;;
;; %AG%
;;

View file

@ -18,7 +18,7 @@
;; along with Notmuch. If not, see <https://www.gnu.org/licenses/>.
;;
;; Authors: Carl Worth <cworth@cworth.org>
;; Homepage: https://notmuchmail.org/
;; Homepage: https://notmuchmail.org
;;; Commentary:
@ -62,7 +62,7 @@
;;
;; TL;DR: notmuch-emacs from MELPA and notmuch from distro packages is
;; NOT SUPPORTED.
;;
;;; Code:
(eval-when-compile (require 'cl-lib))