From 3ce832c187390db310ce366deb1495396b80f890 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 14 Jun 2016 14:11:24 -0400 Subject: [PATCH] notmuchmail.org and git.notmuchmail.org are both available over https --- COPYING.mdwn | 2 +- bindings.mdwn | 10 +++++----- contributing.mdwn | 18 +++++++++--------- corpus.mdwn | 2 +- emacstips.mdwn | 2 +- feature-requests.mdwn | 2 +- frontends.mdwn | 2 +- getting-started.mdwn | 6 +++--- index.mdwn | 16 ++++++++-------- initial_tagging.mdwn | 6 +++--- manpages/notmuch-1.mdwn | 4 ++-- nmbug.mdwn | 4 ++-- nmbug/report.py.mdwn | 2 +- notmuch-emacs.mdwn | 4 ++-- notmuch-mutt.mdwn | 2 +- performance.mdwn | 6 +++--- remoteusage/remotewrapper.mdwn | 2 +- vimtips.mdwn | 2 +- wiki-license-history.mdwn | 2 +- 19 files changed, 47 insertions(+), 47 deletions(-) diff --git a/COPYING.mdwn b/COPYING.mdwn index e6545a4..cc6595d 100644 --- a/COPYING.mdwn +++ b/COPYING.mdwn @@ -10,7 +10,7 @@ dual licensed under: version 3.0 or at your option any later version. The [[Notmuch manual pages|manpages]], copied from the -[Notmuch source tree](http://git.notmuchmail.org/git/notmuch) and +[Notmuch source tree](https://git.notmuchmail.org/git/notmuch) and modified for the wiki, *and* any source code fragment specifically marked by its contributor as [[COPYING-GPL-ONLY]] are licensed under [the GNU General Public License](http://www.gnu.org/licenses/gpl.txt), diff --git a/bindings.mdwn b/bindings.mdwn index 0b3964b..d13c5f7 100644 --- a/bindings.mdwn +++ b/bindings.mdwn @@ -10,7 +10,7 @@ bindings. ## C and C++ -`libnotmuch` is a shared C library. [The API](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/notmuch.h) +`libnotmuch` is a shared C library. [The API](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/notmuch.h) The Notmuch command-line interface is based on the C library. @@ -31,16 +31,16 @@ matching the given expression: >>> list(query.search_messages()) # doctest:+ELLIPSIS [...] -[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/python/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/python/) ## Ruby -[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/ruby/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/ruby/) The [client for -vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README) is in Ruby, +vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README) is in Ruby, so worth a look. ## Go -[The source](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/go/) +[The source](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/bindings/go/) diff --git a/contributing.mdwn b/contributing.mdwn index 7c5323a..2fca0ca 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -49,7 +49,7 @@ achieve. You may prefix the subjects of such patches with "RFC" or The Notmuch code base follows a fairly uniform coding style. See the existing code around your changes, and read -[`devel/STYLE`](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/devel/STYLE) +[`devel/STYLE`](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/devel/STYLE) in the Notmuch source. It's not difficult to get it right, and may save you an extra review round. @@ -100,7 +100,7 @@ easy to confirm your changes actually fix the issue. Some people use this approach also for adding new features. See -[`test/README`](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/test/README) +[`test/README`](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/test/README) in the Notmuch source for further information. ## Update the documentation @@ -115,7 +115,7 @@ update the Emacs documentation. ## Update NEWS If you make user visible changes, you should add an entry to the -[`NEWS`](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/NEWS) file. +[`NEWS`](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/NEWS) file. ## Update command-line completion @@ -128,7 +128,7 @@ afterwards. ## Subscribe to the Notmuch mailing list While strictly not required, it is advisable to subscribe to the -[Notmuch mailing list](http://notmuchmail.org/mailman/listinfo/notmuch) +[Notmuch mailing list](https://notmuchmail.org/mailman/listinfo/notmuch) before submitting patches. ## Send your patches to the mailing list @@ -158,7 +158,7 @@ If you are submitting a non-trivial set of patches, or if there's any extra information you want to share that is not really part of the commit messages, it is advisable to write a cover letter to give an overview of your work. See the -[Notmuch mailing list archives](http://notmuchmail.org/pipermail/notmuch/) +[Notmuch mailing list archives](https://notmuchmail.org/pipermail/notmuch/) for examples. Use the `--cover-letter` option of `git format-patch`, or `--compose` option of `git send-email`. @@ -166,7 +166,7 @@ or `--compose` option of `git send-email`. When you're developing an email tool, all the problems start looking like email. This applies to patch and bug tracking as well. The -Notmuch project uses [nmbug](http://notmuchmail.org/nmbug/) for +Notmuch project uses [nmbug](https://notmuchmail.org/nmbug/) for tracking. The Notmuch developers will tag your patches too, making them show up in the [nmbug status page](http://nmbug.notmuchmail.org/status/), but requesting @@ -180,7 +180,7 @@ usually by one or two developers, depending on the impact of the changes. You are expected to follow up on the review comments you receive, either by discussing the comments and the code, or modifying your patches. Again, see the [Notmuch mailing list -archives](http://notmuchmail.org/pipermail/notmuch/) for examples. +archives](https://notmuchmail.org/pipermail/notmuch/) for examples. ## Send another round addressing review comments @@ -205,7 +205,7 @@ version is generally discouraged, particularly for large series, but there are no hard rules. Usually the message-id reference to the previous version is sufficient and preferred. -Tag the old patches obsolete in [nmbug](http://notmuchmail.org/nmbug/) +Tag the old patches obsolete in [nmbug](https://notmuchmail.org/nmbug/) if you have access. ## Review other people's work @@ -217,7 +217,7 @@ people to review your patches if you review theirs. Send bug reports to the Notmuch mailing list. Preferably prefix the subject line with "BUG:" or similar. Tag the message as a bug in -[nmbug](http://notmuchmail.org/nmbug/). +[nmbug](https://notmuchmail.org/nmbug/). Even better, send a patch adding a "known broken" test to the test suite highlighting the issue. diff --git a/corpus.mdwn b/corpus.mdwn index 465cb44..89821b9 100644 --- a/corpus.mdwn +++ b/corpus.mdwn @@ -28,5 +28,5 @@ The corpus is gpg signed by David Bremner with key fingerprint: You can download the corpus from -- [notmuchmail.org](http:///notmuchmail.org/releases/notmuch-email-corpus-0.3.tar.xz) [signature](http:///notmuchmail.org/releases/notmuch-email-corpus-0.3.tar.xz.asc) +- [notmuchmail.org](https://notmuchmail.org/releases/notmuch-email-corpus-0.3.tar.xz) [signature](https://notmuchmail.org/releases/notmuch-email-corpus-0.3.tar.xz.asc) - [UNB](http://tesseract.cs.unb.ca/notmuch/notmuch-email-corpus-0.3.tar.xz) [signature](http://tesseract.cs.unb.ca/notmuch/notmuch-email-corpus-0.3.tar.xz.asc) diff --git a/emacstips.mdwn b/emacstips.mdwn index 11495b2..e3187e5 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -617,7 +617,7 @@ I like to have an inbox saved search, but only show unread messages when they view a thread. This takes two steps: 1. Apply -[this patch from Mark Walters](http://notmuchmail.org/pipermail/notmuch/2012/010817.html) +[this patch from Mark Walters](https://notmuchmail.org/pipermail/notmuch/2012/010817.html) to add the `notmuch-show-filter-thread` function. 1. Add the following hook to your emacs configuration: diff --git a/feature-requests.mdwn b/feature-requests.mdwn index 24c1617..40fd853 100644 --- a/feature-requests.mdwn +++ b/feature-requests.mdwn @@ -3,7 +3,7 @@ **WARNING**: This page went away. It seems like nobody who works on notmuch read it regularly, and there was no convenient way to discuss ideas with the people who propose them. Please use the - [notmuch mailing list](http://notmuchmail.org/mailman/listinfo/notmuch) + [notmuch mailing list](https://notmuchmail.org/mailman/listinfo/notmuch) instead. ********************* diff --git a/frontends.mdwn b/frontends.mdwn index 3e1a6b7..e1bd485 100644 --- a/frontends.mdwn +++ b/frontends.mdwn @@ -5,7 +5,7 @@ * [[notmuch-cli|manpages]], the CLI bindings provided with Notmuch. * [[notmuch-emacs|notmuch-emacs]], the Emacs email client. -* [notmuch-vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README), the vim frontend. +* [notmuch-vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README), the vim frontend. * [[notmuch-mutt]], mutt interoperability script. ## Other email clients and front ends based on Notmuch diff --git a/getting-started.mdwn b/getting-started.mdwn index 49df744..7cc7c31 100644 --- a/getting-started.mdwn +++ b/getting-started.mdwn @@ -27,9 +27,9 @@ already have messages in this format. On Linux, the easiest way to install Notmuch is through your distribution's package repository. If you're installing Notmuch from a [git -checkout](http://git.notmuchmail.org/git/notmuch) or a [source -release](http://notmuchmail.org/releases/), please refer to the -[INSTALL](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/INSTALL) document. +checkout](https://git.notmuchmail.org/git/notmuch) or a [source +release](https://notmuchmail.org/releases/), please refer to the +[INSTALL](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/INSTALL) document. ## Configuration diff --git a/index.mdwn b/index.mdwn index 15332a6..6c2cb7b 100644 --- a/index.mdwn +++ b/index.mdwn @@ -66,7 +66,7 @@ Notmuch|getting-started]]. Notmuch ships with a powerful set of [[command-line tools|manpages]], an [[email client for Emacs|notmuch-emacs]], another -[client for vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README), +[client for vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README), and a [[Mutt integration script|notmuch-mutt]]. There are also many other [[email clients and frontends|frontends]] based on @@ -96,7 +96,7 @@ below). Join the mailing list. Read the archives. Ask questions. ## Obtaining Notmuch -[Notmuch source releases](http://notmuchmail.org/releases/) are available as +[Notmuch source releases](https://notmuchmail.org/releases/) are available as source tar balls. Notmuch is packaged for at least the following operating systems and @@ -117,12 +117,12 @@ distributions: Comments? Please feel free to email the notmuch mailing list: (subscription is not required, but you can also subscribe to the -[notmuch mailing list](http://notmuchmail.org/mailman/listinfo/notmuch)). You +[notmuch mailing list](https://notmuchmail.org/mailman/listinfo/notmuch)). You can also browse the -[online list archives](http://notmuchmail.org/pipermail/notmuch/), +[online list archives](https://notmuchmail.org/pipermail/notmuch/), read them as a [web forum (nabble)](http://notmuch.198994.n3.nabble.com/), or -download an [mbox file](http://notmuchmail.org/archives/notmuch.mbox) +download an [mbox file](https://notmuchmail.org/archives/notmuch.mbox) of the entire mailing-list. The `mb2md` utility can be used to convert the archives to maildir @@ -137,7 +137,7 @@ not be in your timezone. ## Troubleshooting, Reporting Bugs and Feature Requests Please send bug reports and feature requests to the [Notmuch mailing -list](http://notmuchmail.org/mailman/listinfo/notmuch) +list](https://notmuchmail.org/mailman/listinfo/notmuch) . For hints about troubleshooting and bug reporting see [[bugs]]. @@ -157,9 +157,9 @@ versions can be checked out via git with this command: git clone git://notmuchmail.org/git/notmuch You can browse the [Notmuch code history -online](http://git.notmuchmail.org/git/notmuch). A notification is sent to the +online](https://git.notmuchmail.org/git/notmuch). A notification is sent to the [notmuch-commits mailing -list](http://notmuchmail.org/mailman/listinfo/notmuch-commits) for every commit +list](https://notmuchmail.org/mailman/listinfo/notmuch-commits) for every commit made to Notmuch and the notmuchmail.org web site. [The Notmuch OpenHub project page](https://www.openhub.net/p/notmuch) has a nice summary of the codebase and activity. diff --git a/initial_tagging.mdwn b/initial_tagging.mdwn index e1c6346..669b8b1 100644 --- a/initial_tagging.mdwn +++ b/initial_tagging.mdwn @@ -47,16 +47,16 @@ to do post-processing. See `man notmuch-hooks` for details on hooks. ## Other solutions -* [Carl Worth's approach to tagging](http://notmuchmail.org/pipermail/notmuch/2010/001691.html). It +* [Carl Worth's approach to tagging](https://notmuchmail.org/pipermail/notmuch/2010/001691.html). It is email id:87r5o8stbj.fsf@yoom.home.cworth.org in the notmuch mailing list archives. -* [One user's setup](http://notmuchmail.org/pipermail/notmuch/2010/001690.html) +* [One user's setup](https://notmuchmail.org/pipermail/notmuch/2010/001690.html) (id:87hbp5j9dv.fsf@hackervisions.org), which includes using the inbox tag as a "new mail" flag. -* [Another user's setup](http://notmuchmail.org/pipermail/notmuch/2011/003976.html) +* [Another user's setup](https://notmuchmail.org/pipermail/notmuch/2011/003976.html) (id:"87tyfu3k5a.fsf@gmail.com"), which uses a dedicated tag for marking new mail, which is then sorted with a python script using Bogofilter for spam detection. This is generally a great deal diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index 898e9e0..0c00d2f 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -31,7 +31,7 @@ it does not provide the most convenient interface for that functional‐ ity. More sophisticated interfaces are expected to be built on top of either the command-line interface, or more likely, on top of the not‐ - much library interface. See http://notmuchmail.org for more about + much library interface. See https://notmuchmail.org for more about alternate interfaces to notmuch. The emacs-based interface to notmuch (available under emacs/ in the Notmuch source distribution) is probably the most widely used at this time. @@ -142,7 +142,7 @@ much-restore(1), notmuch-search(1), notmuch-search-terms(7), not‐ much-show(1), notmuch-tag(1), notmuch-address(1) - The notmuch website: http://notmuchmail.org + The notmuch website: https://notmuchmail.org

CONTACT

diff --git a/nmbug.mdwn b/nmbug.mdwn index c3a6789..44a1a20 100644 --- a/nmbug.mdwn +++ b/nmbug.mdwn @@ -185,5 +185,5 @@ The `%25` represents hex code for a character that cannot be used directly - Currently the parser of nmbug (like that of notmuch restore) assumes that there are no spaces in message-ids. -[archive]: http://notmuchmail.org/archives/notmuch.mbox -[nmbug]: http://git.notmuchmail.org/git/notmuch/blob/HEAD:/devel/nmbug/nmbug +[archive]: https://notmuchmail.org/archives/notmuch.mbox +[nmbug]: https://git.notmuchmail.org/git/notmuch/blob/HEAD:/devel/nmbug/nmbug diff --git a/nmbug/report.py.mdwn b/nmbug/report.py.mdwn index b89323d..75a54ac 100644 --- a/nmbug/report.py.mdwn +++ b/nmbug/report.py.mdwn @@ -40,7 +40,7 @@ last = {} print 'Generated: %s<br>' % datetime.date.today() -print 'For more infomation see <a href="http://notmuchmail.org/nmbug">nmbug</a>' +print 'For more infomation see <a href="https://notmuchmail.org/nmbug">nmbug</a>' print '<h3>Query</h3>' print QUERY diff --git a/notmuch-emacs.mdwn b/notmuch-emacs.mdwn index 24742ed..06aa82b 100644 --- a/notmuch-emacs.mdwn +++ b/notmuch-emacs.mdwn @@ -25,8 +25,8 @@ to ensure this is to use the package(s) in your distribution's package repository. If you've installed Notmuch from a [git -checkout](http://git.notmuchmail.org/git/notmuch) or a [source -release](http://notmuchmail.org/releases/), Notmuch Emacs is included by +checkout](https://git.notmuchmail.org/git/notmuch) or a [source +release](https://notmuchmail.org/releases/), Notmuch Emacs is included by default. It is **not** recommended to install Notmuch Emacs from the Emacs Lisp Package diff --git a/notmuch-mutt.mdwn b/notmuch-mutt.mdwn index f11f9c4..85839bf 100644 --- a/notmuch-mutt.mdwn +++ b/notmuch-mutt.mdwn @@ -10,7 +10,7 @@ The `notmuch-mutt` script shipping with Notmuch bridges the gap between Notmuch and Mutt. ## Using - [notmuch-mutt](http://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/notmuch-mutt), + [notmuch-mutt](https://git.notmuchmail.org/git/notmuch/tree/HEAD:/contrib/notmuch-mutt), which will create a "virtual" maildir folder with search results whenever a search is made. The upside is that you can search all your folders simultanously; the downside is that your modifications in the results listing diff --git a/performance.mdwn b/performance.mdwn index a6d7f2e..250b07d 100644 --- a/performance.mdwn +++ b/performance.mdwn @@ -108,8 +108,8 @@ Remove old and renamed compacted, if compacting went well: ### More information about this in the email archives: -* [Carl Worth](http://notmuchmail.org/pipermail/notmuch/2010/001105.html) +* [Carl Worth](https://notmuchmail.org/pipermail/notmuch/2010/001105.html) -* [Sebastian Spaeth](http://notmuchmail.org/pipermail/notmuch/2011/004048.html) +* [Sebastian Spaeth](https://notmuchmail.org/pipermail/notmuch/2011/004048.html) -* [Pieter Praet](http://notmuchmail.org/pipermail/notmuch/2011/004175.html) +* [Pieter Praet](https://notmuchmail.org/pipermail/notmuch/2011/004175.html) diff --git a/remoteusage/remotewrapper.mdwn b/remoteusage/remotewrapper.mdwn index a8fa536..92fb1fa 100644 --- a/remoteusage/remotewrapper.mdwn +++ b/remoteusage/remotewrapper.mdwn @@ -2,7 +2,7 @@ # Run notmuch on remote host over SSH # - # http://notmuchmail.org/remoteusage/ + # https://notmuchmail.org/remoteusage/ # # Put this script in your path and add (setq notmuch-command # "notmuch-remote") to your emacs configuration. diff --git a/vimtips.mdwn b/vimtips.mdwn index b17687e..4eacddc 100644 --- a/vimtips.mdwn +++ b/vimtips.mdwn @@ -3,7 +3,7 @@ Tips for using Notmuch with vim; these may be applicable when using vim with [[notmuch-mutt]], [mutt-kz](https://github.com/karelzak/mutt-kz), or -[notmuch-vim](http://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README). +[notmuch-vim](https://git.notmuchmail.org/git/notmuch/blob/HEAD:/vim/README). [[!toc levels=2]] diff --git a/wiki-license-history.mdwn b/wiki-license-history.mdwn index 3c8d46c..25a8dea 100644 --- a/wiki-license-history.mdwn +++ b/wiki-license-history.mdwn @@ -3,7 +3,7 @@ The wiki originally had no explicit licensing text. This has been fixed since the wiki commit -[COPYING: The wiki is now dual licensed under CC-BY-SA-3.0 and GPL v3+](http://git.notmuchmail.org/git/notmuch-wiki/commit/8ca2edf66a79cd4dcc628cafc0c9801007f2ab71) +[COPYING: The wiki is now dual licensed under CC-BY-SA-3.0 and GPL v3+](https://git.notmuchmail.org/git/notmuch-wiki/commit/8ca2edf66a79cd4dcc628cafc0c9801007f2ab71) with the addition of [[COPYING]]. To be able to do that all the commits before the license change had to be accounted for; this page is a description of it for posterity. -- 2.43.0