]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-version.el.tmpl
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / emacs / notmuch-version.el.tmpl
index 236aaf7dce38a46d4a1bcb193d1b0a64762a61c6..9730829525321c489388513d34636e94a7559d57 100644 (file)
@@ -1,4 +1,4 @@
-;; -*- emacs-lisp -*-
+;;; notmuch-version.el --- version of notmuch  -*- emacs-lisp -*-
 ;;
 ;; %AG%
 ;;
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with Notmuch.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Notmuch.  If not, see <https://www.gnu.org/licenses/>.
+
+;;; Code:
 
 (defconst notmuch-emacs-version %VERSION%
   "Version of Notmuch Emacs MUA.")
 
 (provide 'notmuch-version)
+
+;;; notmuch-version.el ends here