]> git.cworth.org Git - notmuch-wiki/commitdiff
notmuchmail.org and git.notmuchmail.org are both available over https
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 14 Jun 2016 18:11:24 +0000 (14:11 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 14 Jun 2016 18:11:32 +0000 (14:11 -0400)
19 files changed:
COPYING.mdwn
bindings.mdwn
contributing.mdwn
corpus.mdwn
emacstips.mdwn
feature-requests.mdwn
frontends.mdwn
getting-started.mdwn
index.mdwn
initial_tagging.mdwn
manpages/notmuch-1.mdwn
nmbug.mdwn
nmbug/report.py.mdwn
notmuch-emacs.mdwn
notmuch-mutt.mdwn
performance.mdwn
remoteusage/remotewrapper.mdwn
vimtips.mdwn
wiki-license-history.mdwn

index e6545a451e35d8ee69ecad053449e0919ea8db53..cc6595d7297f1f4e3da620f0a96bb311e32aa9a4 100644 (file)
@@ -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),
index 0b3964bafdd43f90c55f670944fb8a21a20d6734..d13c5f7e607a0145c326be340991079d964c2f96 100644 (file)
@@ -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/)
index 7c5323a24c3997c0cc44834c40ecfb6f68317aea..2fca0ca5d180cc733ac250b0a01a909e8f7c932b 100644 (file)
@@ -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.
index 465cb4480610a06e91aba2d553c0237cc1c33356..89821b980f96f1f26af209bb19038cf46f50754d 100644 (file)
@@ -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)
index 11495b2f98add6a1cd45b3f154c584581f1ba1d9..e3187e5cf682b0129330f6901106fb3c1533b3dd 100644 (file)
@@ -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:
 
index 24c16177afcfb7c9f5a4596db5a4a0a91a7b81fb..40fd8536783984b8201a27a4601df48c23df107b 100644 (file)
@@ -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.
 
 *********************
index 3e1a6b78546ae36a590f6a309e10f93c76692aad..e1bd485988bcedddc7e744aeed3a3693ef1c6315 100644 (file)
@@ -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
index 49df7442788db9f3882e61d5ebbf3b3d63f1c55c..7cc7c31f4181225b67a4fb5598a08a07f3856828 100644 (file)
@@ -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
 
index 15332a65204000556da67eff538870bf98b41401..6c2cb7bcd41fe0a0a0112f066771a3496d0d70fb 100644 (file)
@@ -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:
 <mailto:notmuch@notmuchmail.org> (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)
 <mailto:notmuch@notmuchmail.org>.
 
 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.
index e1c63468f2f3cd9104c95f1aae1dc4bbf7dfed98..669b8b1c17d9c9a9f1cc2a43f7729bcbcca87c52 100644 (file)
@@ -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
index 898e9e036e8ef7f3d77297f7437448ff5b254d2b..0c00d2f147d99b64cb44a25d68a2e65196af4f09 100644 (file)
@@ -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  <u>http://notmuchmail.org</u>  for  more about
+       much  library  interface.  See  <u>https://notmuchmail.org</u>  for  more about
        alternate interfaces to notmuch. The emacs-based interface  to  notmuch
        (available under <b>emacs/</b> in the Notmuch source distribution) is probably
        the most widely used at this time.
        <a href='../notmuch-restore-1/'>much-restore</a>(1),   <a href='../notmuch-search-1/'>notmuch-search</a>(1),   <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7),   <a href='../notmuch-show-1/'>not‐</a>
        <a href='../notmuch-show-1/'>much-show</a>(1), <a href='../notmuch-tag-1/'>notmuch-tag</a>(1), <a href='../notmuch-address-1/'>notmuch-address</a>(1)
 
-       The notmuch website: <b>http://notmuchmail.org</b>
+       The notmuch website: <b>https://notmuchmail.org</b>
 </pre>
 
 <h2>CONTACT</h2>
index c3a6789d799724b756850020596d8529c42326a1..44a1a20d2a44fca8ba1512852d67cbb71fe70d17 100644 (file)
@@ -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
index b89323dbde2a434da7c23ed59c5014b59730a79b..75a54ac98e014c4201b524d0f7c8dd1df2f1c442 100644 (file)
@@ -40,7 +40,7 @@ last <span class="hl opt">= {}</span>
 
 <span class="hl kwa">print</span> <span class="hl str">'Generated: %s&lt;br&gt;'</span> <span class="hl opt">%</span> datetime<span class="hl opt">.</span>date<span class="hl opt">.</span><span class="hl kwd">today</span><span class="hl opt">()</span>
 
-<span class="hl kwa">print</span> <span class="hl str">'For more infomation see &lt;a href=&quot;http://notmuchmail.org/nmbug&quot;&gt;nmbug&lt;/a&gt;'</span>
+<span class="hl kwa">print</span> <span class="hl str">'For more infomation see &lt;a href=&quot;https://notmuchmail.org/nmbug&quot;&gt;nmbug&lt;/a&gt;'</span>
 
 <span class="hl kwa">print</span> <span class="hl str">'&lt;h3&gt;Query&lt;/h3&gt;'</span>
 <span class="hl kwa">print</span> QUERY
index 24742edef924831e85460de458fa9a32e2e84893..06aa82b4d33e1bd0205acd46020fba1819237507 100644 (file)
@@ -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
index f11f9c4621bca566c8ac9dad04b0376092e7e807..85839bf0a179fda8dfef4175064856cdcd9aa4d7 100644 (file)
@@ -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
index a6d7f2e84c465e6b384652c4a2aaa6e2b8655af6..250b07d78d8c39686d2146d762a797839251f110 100644 (file)
@@ -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)
index a8fa536534d2d952cf112777232852b892d0c155..92fb1fa4c1ed4020b7b238f4b3ec8516410b4837 100644 (file)
@@ -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.
index b17687ec3f392ac42a5cb76a72b708f3c5b73f3d..4eacddc1bb5e070810133b15890effcf4801f318 100644 (file)
@@ -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]]
 
index 3c8d46c9e0a1d52340970a3cd67ccfaf3abaf9c4..25a8dea11a9a76a018c25714104506a5f00ccf1e 100644 (file)
@@ -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.