diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-06-02 12:26:14 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-06-05 08:32:17 -0300 |
| commit | 6a833a6e83865f6999707cc30768d07e1351c2cb (patch) | |
| tree | 452f5054e75e0bb1464e92d2186e5392b3a7c4f5 /contrib | |
| parent | 554b90b58e367ada5fdad3165c76673458f65434 (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.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/notmuch-mutt/README | 6 | ||||
| -rwxr-xr-x | contrib/notmuch-mutt/notmuch-mutt | 2 | ||||
| -rw-r--r-- | contrib/notmuch-vim/plugin/notmuch.vim | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/contrib/notmuch-mutt/README b/contrib/notmuch-mutt/README index 9c3379eb..26996c4a 100644 --- a/contrib/notmuch-mutt/README +++ b/contrib/notmuch-mutt/README @@ -24,8 +24,8 @@ for a --output=symlinks flag to notmuch. [1]: http://www.mutt.org/ -[2]: http://notmuchmail.org/ -[3]: http://upsilon.cc/~zack/blog/posts/2011/01/how_to_use_Notmuch_with_Mutt/ +[2]: https://notmuchmail.org/ +[3]: https://upsilon.cc/~zack/blog/posts/2011/01/how_to_use_Notmuch_with_Mutt/ Requirements @@ -57,5 +57,5 @@ notmuch-mutt is copyright (C) 2011-2012 Stefano Zacchiroli <zack@upsilon.cc>. notmuch-mutt is released under the terms of the GNU General Public License (GPL), version 3 or above. A copy of the license is available online at -<http://www.gnu.org/licenses/>. +<https://www.gnu.org/licenses/>. diff --git a/contrib/notmuch-mutt/notmuch-mutt b/contrib/notmuch-mutt/notmuch-mutt index 97fb2d85..0e46a8c1 100755 --- a/contrib/notmuch-mutt/notmuch-mutt +++ b/contrib/notmuch-mutt/notmuch-mutt @@ -91,7 +91,7 @@ sub get_message_id() { $mid = $1; } else { # Message-ID header not found, synthesize a message id # based on SHA1, as notmuch would do. See: - # http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/sha1.c + # https://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/sha1.c my $sha = Digest::SHA->new(1); $sha->add($_) foreach(@headers); $sha->addfile(\*STDIN); diff --git a/contrib/notmuch-vim/plugin/notmuch.vim b/contrib/notmuch-vim/plugin/notmuch.vim index 8f27fb92..eaa984bc 100644 --- a/contrib/notmuch-vim/plugin/notmuch.vim +++ b/contrib/notmuch-vim/plugin/notmuch.vim @@ -15,7 +15,7 @@ " 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/>. " " Authors: Bart Trojanowski <bart@jukie.net> " Contributors: Felipe Contreras <felipe.contreras@gmail.com>, @@ -1198,7 +1198,7 @@ function! s:NM_shell_escape(word) endfunction " this function was taken from git.vim, then fixed up -" http://github.com/motemen/git-vim +" https://github.com/motemen/git-vim function! s:NM_shell_split(cmd) let l:split_cmd = [] let cmd = a:cmd |
