X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-hello.el;h=75ccf579504b55c6e638fa4b66146ff3aaaaf3c4;hb=17341ec798b4cb2fe192824bcf8b7e78236e4121;hp=8a31f9a1c52ca6aeb7e90c62a8dda4b54686b77c;hpb=b8a136187a3bee1e08aa702951db4b721f0eda6d;p=notmuch diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 8a31f9a1..75ccf579 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -1,4 +1,4 @@ -;; notmuch-hello.el --- welcome to notmuch, a frontend +;;; notmuch-hello.el --- welcome to notmuch, a frontend ;; ;; Copyright © David Edmondson ;; @@ -15,10 +15,12 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Notmuch. If not, see . +;; along with Notmuch. If not, see . ;; ;; Authors: David Edmondson +;;; Code: + (eval-when-compile (require 'cl)) (require 'widget) (require 'wid-edit) ; For `widget-forward'. @@ -263,7 +265,7 @@ International Bureau of Weights and Measures." :group 'notmuch-hello :group 'notmuch-hooks) -(defvar notmuch-hello-url "http://notmuchmail.org" +(defvar notmuch-hello-url "https://notmuchmail.org" "The `notmuch' web site.") (defvar notmuch-hello-custom-section-options @@ -1016,3 +1018,5 @@ following: ;; (provide 'notmuch-hello) + +;;; notmuch-hello.el ends here