summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-06-02 12:26:14 -0400
committerDavid Bremner <david@tethera.net>2016-06-05 08:32:17 -0300
commit6a833a6e83865f6999707cc30768d07e1351c2cb (patch)
tree452f5054e75e0bb1464e92d2186e5392b3a7c4f5
parent554b90b58e367ada5fdad3165c76673458f65434 (diff)
Use https instead of http where possible
Many of the external links found in the notmuch source can be resolved using https instead of http. This changeset addresses as many as i could find, without touching the e-mail corpus or expected outputs found in tests.
-rw-r--r--COPYING2
-rw-r--r--COPYING-GPL-38
-rw-r--r--INSTALL4
-rw-r--r--Makefile.local4
-rw-r--r--README2
-rw-r--r--README.rst6
-rw-r--r--bindings/go/README2
-rw-r--r--bindings/go/src/notmuch/notmuch.go2
-rw-r--r--bindings/python/README2
-rw-r--r--bindings/python/docs/COPYING6
-rw-r--r--bindings/python/docs/source/index.rst2
-rw-r--r--bindings/python/notmuch/__init__.py2
-rw-r--r--bindings/python/notmuch/compat.py2
-rw-r--r--bindings/python/notmuch/database.py2
-rw-r--r--bindings/python/notmuch/directory.py2
-rw-r--r--bindings/python/notmuch/errors.py2
-rw-r--r--bindings/python/notmuch/filenames.py2
-rw-r--r--bindings/python/notmuch/globals.py2
-rw-r--r--bindings/python/notmuch/message.py2
-rw-r--r--bindings/python/notmuch/messages.py2
-rw-r--r--bindings/python/notmuch/query.py2
-rw-r--r--bindings/python/notmuch/tag.py2
-rw-r--r--bindings/python/notmuch/thread.py2
-rw-r--r--bindings/python/notmuch/threads.py2
-rw-r--r--bindings/python/setup.py10
-rw-r--r--bindings/ruby/database.c2
-rw-r--r--bindings/ruby/defs.h2
-rw-r--r--bindings/ruby/directory.c2
-rw-r--r--bindings/ruby/filenames.c2
-rw-r--r--bindings/ruby/init.c2
-rw-r--r--bindings/ruby/message.c2
-rw-r--r--bindings/ruby/messages.c2
-rw-r--r--bindings/ruby/query.c2
-rw-r--r--bindings/ruby/status.c2
-rw-r--r--bindings/ruby/tags.c2
-rw-r--r--bindings/ruby/thread.c2
-rw-r--r--bindings/ruby/threads.c2
-rw-r--r--compat/compat.h2
-rw-r--r--compat/function-attributes.h2
-rw-r--r--completion/notmuch-completion.bash2
-rwxr-xr-xconfigure4
-rw-r--r--contrib/notmuch-mutt/README6
-rwxr-xr-xcontrib/notmuch-mutt/notmuch-mutt2
-rw-r--r--contrib/notmuch-vim/plugin/notmuch.vim4
-rw-r--r--crypto.c2
-rw-r--r--debian/control4
-rw-r--r--debugger.c2
-rwxr-xr-xdevel/man-to-mdwn.pl2
-rw-r--r--devel/nmbug/doc/man5/notmuch-report.json.5.rst2
-rwxr-xr-xdevel/nmbug/nmbug8
-rwxr-xr-xdevel/nmbug/notmuch-report2
-rw-r--r--devel/nmbug/notmuch-report.json2
-rwxr-xr-xdevel/try-emacs-mua2
-rw-r--r--doc/doxygen.cfg2
-rw-r--r--doc/man1/notmuch.rst4
-rw-r--r--emacs/coolj.el2
-rw-r--r--emacs/make-deps.el2
-rw-r--r--emacs/notmuch-address.el2
-rw-r--r--emacs/notmuch-company.el2
-rw-r--r--emacs/notmuch-crypto.el2
-rw-r--r--emacs/notmuch-hello.el4
-rw-r--r--emacs/notmuch-jump.el2
-rw-r--r--emacs/notmuch-lib.el2
-rw-r--r--emacs/notmuch-message.el2
-rw-r--r--emacs/notmuch-mua.el6
-rw-r--r--emacs/notmuch-parser.el2
-rw-r--r--emacs/notmuch-print.el2
-rw-r--r--emacs/notmuch-query.el2
-rw-r--r--emacs/notmuch-show.el8
-rw-r--r--emacs/notmuch-tag.el2
-rw-r--r--emacs/notmuch-tree.el2
-rw-r--r--emacs/notmuch-version.el.tmpl2
-rw-r--r--emacs/notmuch-wash.el2
-rw-r--r--emacs/notmuch.el6
-rw-r--r--hooks.c2
-rw-r--r--lib/built-with.c2
-rw-r--r--lib/config.cc2
-rw-r--r--lib/database-private.h2
-rw-r--r--lib/database.cc4
-rw-r--r--lib/directory.cc2
-rw-r--r--lib/filenames.c2
-rw-r--r--lib/gen-version-script.sh2
-rw-r--r--lib/index.cc2
-rw-r--r--lib/message-file.c2
-rw-r--r--lib/message.cc2
-rw-r--r--lib/messages.c2
-rw-r--r--lib/notmuch-private.h2
-rw-r--r--lib/notmuch.h4
-rw-r--r--lib/parse-time-vrp.cc2
-rw-r--r--lib/parse-time-vrp.h2
-rw-r--r--lib/query-fp.cc2
-rw-r--r--lib/query-fp.h2
-rw-r--r--lib/query.cc2
-rw-r--r--lib/sha1.c2
-rw-r--r--lib/string-list.c2
-rw-r--r--lib/tags.c2
-rw-r--r--lib/thread.cc2
-rw-r--r--mime-node.c2
-rw-r--r--notmuch-client.h2
-rw-r--r--notmuch-compact.c2
-rw-r--r--notmuch-config.c4
-rw-r--r--notmuch-count.c2
-rw-r--r--notmuch-dump.c2
-rwxr-xr-xnotmuch-emacs-mua2
-rw-r--r--notmuch-insert.c2
-rw-r--r--notmuch-new.c2
-rw-r--r--notmuch-reply.c2
-rw-r--r--notmuch-restore.c2
-rw-r--r--notmuch-search.c2
-rw-r--r--notmuch-setup.c2
-rw-r--r--notmuch-show.c2
-rw-r--r--notmuch-tag.c2
-rw-r--r--notmuch-time.c2
-rw-r--r--notmuch.c4
-rw-r--r--packaging/fedora/notmuch.spec4
-rw-r--r--parse-time-string/parse-time-string.c2
-rw-r--r--parse-time-string/parse-time-string.h2
-rw-r--r--performance-test/Makefile.local4
-rw-r--r--performance-test/README2
-rw-r--r--query-string.c2
-rw-r--r--sprinter-sexp.c2
-rwxr-xr-xtest/T310-emacs.sh4
-rwxr-xr-xtest/T360-symbol-hiding.sh2
-rw-r--r--test/database-test.c2
-rw-r--r--test/parse-time.c2
-rw-r--r--test/random-corpus.c2
-rw-r--r--test/smtp-dummy.c2
-rw-r--r--test/test-databases/Makefile.local2
-rw-r--r--test/test-lib-common.sh2
-rw-r--r--test/test-lib.el2
-rw-r--r--test/test-lib.sh2
-rw-r--r--util/error_util.c2
-rw-r--r--util/error_util.h2
-rw-r--r--util/hex-escape.c2
-rw-r--r--util/string-util.c2
-rw-r--r--util/xutil.c2
-rw-r--r--util/xutil.h2
-rw-r--r--util/zlib-extra.c2
138 files changed, 175 insertions, 175 deletions
diff --git a/COPYING b/COPYING
index 6dea6939..4e744d26 100644
--- a/COPYING
+++ b/COPYING
@@ -12,4 +12,4 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program, (in the COPYING-GPL-3 file in this
-directory). If not, see http://www.gnu.org/licenses/
+directory). If not, see https://www.gnu.org/licenses/
diff --git a/COPYING-GPL-3 b/COPYING-GPL-3
index 44325404..4c493545 100644
--- a/COPYING-GPL-3
+++ b/COPYING-GPL-3
@@ -2,7 +2,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of