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.
This commit is contained in:
Daniel Kahn Gillmor 2016-06-02 12:26:14 -04:00 committed by David Bremner
parent 554b90b58e
commit 6a833a6e83
138 changed files with 175 additions and 175 deletions

View file

@ -12,4 +12,4 @@ General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program, (in the COPYING-GPL-3 file in this 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/

View file

@ -2,7 +2,7 @@
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007 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 Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.
@ -646,7 +646,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail. Also add information on how to contact you by electronic and paper mail.
@ -665,12 +665,12 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school, You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary. if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>. <https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>. <https://www.gnu.org/philosophy/why-not-lgpl.html>.

View file

@ -30,7 +30,7 @@ Talloc, and zlib which are each described below:
It provides all the real machinery of indexing and searching, It provides all the real machinery of indexing and searching,
(including the very nice parsing of the query string). (including the very nice parsing of the query string).
Xapian is available from http://xapian.org Xapian is available from https://xapian.org
Note: Notmuch will work best with Xapian 1.0.18 (or later) or Note: Notmuch will work best with Xapian 1.0.18 (or later) or
Xapian 1.1.4 (or later). Previous versions of Xapian (whether Xapian 1.1.4 (or later). Previous versions of Xapian (whether
@ -58,7 +58,7 @@ Talloc, and zlib which are each described below:
made development of Notmuch much easier and much less prone to made development of Notmuch much easier and much less prone to
memory leaks. memory leaks.
Talloc is available from http://talloc.samba.org/ Talloc is available from https://talloc.samba.org/
zlib zlib
---- ----

View file

@ -35,7 +35,7 @@ DEB_TAG=debian/$(UPSTREAM_TAG)-1
RELEASE_HOST=notmuchmail.org RELEASE_HOST=notmuchmail.org
RELEASE_DIR=/srv/notmuchmail.org/www/releases RELEASE_DIR=/srv/notmuchmail.org/www/releases
RELEASE_URL=http://notmuchmail.org/releases RELEASE_URL=https://notmuchmail.org/releases
TAR_FILE=$(PACKAGE)-$(VERSION).tar.gz TAR_FILE=$(PACKAGE)-$(VERSION).tar.gz
DEB_TAR_FILE=$(PACKAGE)_$(VERSION).orig.tar.gz DEB_TAR_FILE=$(PACKAGE)_$(VERSION).orig.tar.gz
SHA1_FILE=$(TAR_FILE).sha1 SHA1_FILE=$(TAR_FILE).sha1
@ -191,7 +191,7 @@ release-message:
@echo "the Xapian library to provide fast, full-text search with a convenient" @echo "the Xapian library to provide fast, full-text search with a convenient"
@echo "search syntax." @echo "search syntax."
@echo "" @echo ""
@echo "For more about notmuch, see http://notmuchmail.org" @echo "For more about notmuch, see https://notmuchmail.org"
# This is a chain of dependencies rather than a simple list simply to # This is a chain of dependencies rather than a simple list simply to
# avoid the messages getting interleaved in the case of a parallel # avoid the messages getting interleaved in the case of a parallel

2
README
View file

@ -58,7 +58,7 @@ Contacting users and developers
------------------------------- -------------------------------
The website for Notmuch is: The website for Notmuch is:
http://notmuchmail.org https://notmuchmail.org
The mailing list address for the notmuch community is: The mailing list address for the notmuch community is:

View file

@ -1,11 +1,11 @@
If you're reading this on http://github.com/notmuch/notmuch, this is a If you're reading this on https://github.com/notmuch/notmuch, this is a
read-only mirror of the notmuch project. read-only mirror of the notmuch project.
For more information about the project, see http://notmuchmail.org. For more information about the project, see https://notmuchmail.org.
Please don't send us pull requests on github. If you have a feature Please don't send us pull requests on github. If you have a feature
branch that you want us to look at, use ``git send-email`` to send it branch that you want us to look at, use ``git send-email`` to send it
to notmuch@notmuchmail.org. to notmuch@notmuchmail.org.
For more information about contributing to the project, see For more information about contributing to the project, see
http://notmuchmail.org/contributing/. https://notmuchmail.org/contributing/.

View file

@ -13,4 +13,4 @@ todo
- improve notmuch-addrlookup regexp - improve notmuch-addrlookup regexp
[1] http://notmuchmail.org/ [1] https://notmuchmail.org/

View file

@ -351,7 +351,7 @@ func (self *Database) GetAllTags() *Tags {
* completely in the future, but it's likely to be a specialized * completely in the future, but it's likely to be a specialized
* version of the general Xapian query syntax: * version of the general Xapian query syntax:
* *
* http://xapian.org/docs/queryparser.html * https://xapian.org/docs/queryparser.html
* *
* As a special case, passing either a length-zero string, (that is ""), * As a special case, passing either a length-zero string, (that is ""),
* or a string consisting of a single asterisk (that is "*"), will * or a string consisting of a single asterisk (that is "*"), will

View file

@ -2,7 +2,7 @@ notmuch -- The python interface to notmuch
========================================== ==========================================
This module makes the functionality of the notmuch library This module makes the functionality of the notmuch library
(`http://notmuchmail.org`_) available to python. Successful import of (`https://notmuchmail.org`_) available to python. Successful import of
this modul depends on a libnotmuch.so|dll being available on the this modul depends on a libnotmuch.so|dll being available on the
user's system. user's system.

View file

@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail. Also add information on how to contact you by electronic and paper mail.
@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school, You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary. if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>. <https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>. <https://www.gnu.org/philosophy/why-not-lgpl.html>.

View file

@ -4,7 +4,7 @@ Welcome to :mod:`notmuch`'s documentation
.. currentmodule:: notmuch .. currentmodule:: notmuch
The :mod:`notmuch` module provides an interface to the `notmuch The :mod:`notmuch` module provides an interface to the `notmuch
<http://notmuchmail.org>`_ functionality, directly interfacing to a <https://notmuchmail.org>`_ functionality, directly interfacing to a
shared notmuch library. Within :mod:`notmuch`, the classes shared notmuch library. Within :mod:`notmuch`, the classes
:class:`Database`, :class:`Query` provide most of the core :class:`Database`, :class:`Query` provide most of the core
functionality, returning :class:`Threads`, :class:`Messages` and functionality, returning :class:`Threads`, :class:`Messages` and

View file

@ -47,7 +47,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010-2011 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010-2011 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -16,7 +16,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
Copyright 2012 Justus Winter <4winter@informatik.uni-hamburg.de> Copyright 2012 Justus Winter <4winter@informatik.uni-hamburg.de>

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
Jesse Rosenthal <jrosenthal@jhu.edu> Jesse Rosenthal <jrosenthal@jhu.edu>

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
Jesse Rosenthal <jrosenthal@jhu.edu> Jesse Rosenthal <jrosenthal@jhu.edu>

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -12,7 +12,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """

View file

@ -14,7 +14,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details. for more details.
You should have received a copy of the GNU General Public License 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/>.
Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de> Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
""" """
@ -34,15 +34,15 @@ setup(name='notmuch',
description='Python binding of the notmuch mail search and indexing library.', description='Python binding of the notmuch mail search and indexing library.',
author='Sebastian Spaeth', author='Sebastian Spaeth',
author_email='Sebastian@SSpaeth.de', author_email='Sebastian@SSpaeth.de',
url='http://notmuchmail.org/', url='https://notmuchmail.org/',
download_url='http://notmuchmail.org/releases/notmuch-%s.tar.gz' % __VERSION__, download_url='https://notmuchmail.org/releases/notmuch-%s.tar.gz' % __VERSION__,
packages=['notmuch'], packages=['notmuch'],
keywords=['library', 'email'], keywords=['library', 'email'],
long_description='''Overview long_description='''Overview
======== ========
The notmuch module provides an interface to the `notmuch The notmuch module provides an interface to the `notmuch
<http://notmuchmail.org>`_ functionality, directly interfacing with a <https://notmuchmail.org>`_ functionality, directly interfacing with a
shared notmuch library. Notmuch provides a maildatabase that allows shared notmuch library. Notmuch provides a maildatabase that allows
for extremely quick searching and filtering of your email according to for extremely quick searching and filtering of your email according to
various criteria. various criteria.
@ -66,5 +66,5 @@ python >= 2.5. It will not work on earlier python versions.
'Topic :: Software Development :: Libraries' 'Topic :: Software Development :: Libraries'
], ],
platforms='', platforms='',
license='http://www.gnu.org/licenses/gpl-3.0.txt', license='https://www.gnu.org/licenses/gpl-3.0.txt',
) )

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ali Polatel <alip@exherbo.org> * Author: Ali Polatel <alip@exherbo.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -14,7 +14,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
*/ */
#ifndef FUNCTION_ATTRIBUTES_H #ifndef FUNCTION_ATTRIBUTES_H

View file

@ -16,7 +16,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/ . # along with this program. If not, see https://www.gnu.org/licenses/ .
# #
# Author: Jani Nikula <jani@nikula.org> # Author: Jani Nikula <jani@nikula.org>
# #

4
configure vendored
View file

@ -643,7 +643,7 @@ EOF
fi fi
if [ $have_xapian -eq 0 ]; then if [ $have_xapian -eq 0 ]; then
echo " Xapian library (including development files such as headers)" echo " Xapian library (including development files such as headers)"
echo " http://xapian.org/" echo " https://xapian.org/"
fi fi
if [ $have_zlib -eq 0 ]; then if [ $have_zlib -eq 0 ]; then
echo " zlib library (>= version 1.2.5.2, including development files such as headers)" echo " zlib library (>= version 1.2.5.2, including development files such as headers)"
@ -663,7 +663,7 @@ EOF
fi fi
if [ $have_talloc -eq 0 ]; then if [ $have_talloc -eq 0 ]; then
echo " The talloc library (including development files such as headers)" echo " The talloc library (including development files such as headers)"
echo " http://talloc.samba.org/" echo " https://talloc.samba.org/"
echo echo
fi fi
cat <<EOF cat <<EOF

View file

@ -24,8 +24,8 @@ for a --output=symlinks flag to notmuch.
[1]: http://www.mutt.org/ [1]: http://www.mutt.org/
[2]: http://notmuchmail.org/ [2]: https://notmuchmail.org/
[3]: http://upsilon.cc/~zack/blog/posts/2011/01/how_to_use_Notmuch_with_Mutt/ [3]: https://upsilon.cc/~zack/blog/posts/2011/01/how_to_use_Notmuch_with_Mutt/
Requirements 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 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 (GPL), version 3 or above. A copy of the license is available online at
<http://www.gnu.org/licenses/>. <https://www.gnu.org/licenses/>.

View file

@ -91,7 +91,7 @@ sub get_message_id() {
$mid = $1; $mid = $1;
} else { # Message-ID header not found, synthesize a message id } else { # Message-ID header not found, synthesize a message id
# based on SHA1, as notmuch would do. See: # 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); my $sha = Digest::SHA->new(1);
$sha->add($_) foreach(@headers); $sha->add($_) foreach(@headers);
$sha->addfile(\*STDIN); $sha->addfile(\*STDIN);

View file

@ -15,7 +15,7 @@
" General Public License for more details. " General Public License for more details.
" "
" You should have received a copy of the GNU General Public License " 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> " Authors: Bart Trojanowski <bart@jukie.net>
" Contributors: Felipe Contreras <felipe.contreras@gmail.com>, " Contributors: Felipe Contreras <felipe.contreras@gmail.com>,
@ -1198,7 +1198,7 @@ function! s:NM_shell_escape(word)
endfunction endfunction
" this function was taken from git.vim, then fixed up " 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) function! s:NM_shell_split(cmd)
let l:split_cmd = [] let l:split_cmd = []
let cmd = a:cmd let cmd = a:cmd

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Authors: Jameson Rollins <jrollins@finestructure.net> * Authors: Jameson Rollins <jrollins@finestructure.net>
*/ */

4
debian/control vendored
View file

@ -26,9 +26,9 @@ Build-Depends:
gpgsm <!nocheck>, gpgsm <!nocheck>,
bash-completion (>=1.9.0~) bash-completion (>=1.9.0~)
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Homepage: http://notmuchmail.org/ Homepage: https://notmuchmail.org/
Vcs-Git: git://notmuchmail.org/git/notmuch Vcs-Git: git://notmuchmail.org/git/notmuch
Vcs-Browser: http://git.notmuchmail.org/git/notmuch Vcs-Browser: https://git.notmuchmail.org/git/notmuch
Package: notmuch Package: notmuch
Architecture: any Architecture: any

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Chris Wilson <chris@chris-wilson.co.uk> * Author: Chris Wilson <chris@chris-wilson.co.uk>
*/ */

View file

@ -200,6 +200,6 @@ foreach (sort srt values %fhash)
print <<'EOF'; print <<'EOF';
The manual pages are licensed under The manual pages are licensed under
[the GNU General Public License](http://www.gnu.org/licenses/gpl.txt), [the GNU General Public License](https://www.gnu.org/licenses/gpl.txt),
either version 3.0 or at your option any later version. either version 3.0 or at your option any later version.
EOF EOF

View file

@ -92,7 +92,7 @@ EXAMPLE
{ {
"meta": { "meta": {
"title": "Notmuch Patches", "title": "Notmuch Patches",
"blurb": "For more information see <a href=\"http://notmuchmail.org/nmbug\">nmbug</a>", "blurb": "For more information see <a href=\"https://notmuchmail.org/nmbug\">nmbug</a>",
"header": "<html><head></head><body><h1>{title}</h1><p>{blurb}</p><h2>Views</h2>", "header": "<html><head></head><body><h1>{title}</h1><p>{blurb}</p><h2>Views</h2>",
"footer": "<hr><p>Generated: {datetime}</p></html>", "footer": "<hr><p>Generated: {datetime}</p></html>",
"message-url": "http://mid.gmane.org/{message-id}" "message-url": "http://mid.gmane.org/{message-id}"

View file

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/ . # along with this program. If not, see https://www.gnu.org/licenses/ .
""" """
Manage notmuch tags with Git Manage notmuch tags with Git
@ -119,9 +119,9 @@ def _xapian_quote(string):
Xapian uses double-quotes for quoting strings. You can escape Xapian uses double-quotes for quoting strings. You can escape
internal quotes by repeating them [1,2,3]. internal quotes by repeating them [1,2,3].
[1]: http://trac.xapian.org/ticket/128#comment:2 [1]: https://trac.xapian.org/ticket/128#comment:2
[2]: http://trac.xapian.org/ticket/128#comment:17 [2]: https://trac.xapian.org/ticket/128#comment:17
[3]: http://trac.xapian.org/changeset/13823/svn [3]: https://trac.xapian.org/changeset/13823/svn
""" """
return '"{0}"'.format(string.replace('"', '""')) return '"{0}"'.format(string.replace('"', '""'))

View file

@ -17,7 +17,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/ . # along with this program. If not, see https://www.gnu.org/licenses/ .
"""Generate text and/or HTML for one or more notmuch searches. """Generate text and/or HTML for one or more notmuch searches.

View file

@ -1,7 +1,7 @@
{ {
"meta": { "meta": {
"title": "Notmuch Patches", "title": "Notmuch Patches",
"blurb": "For more information see <a href=\"http://notmuchmail.org/nmbug\">nmbug</a>" "blurb": "For more information see <a href=\"https://notmuchmail.org/nmbug\">nmbug</a>"
}, },
"views": [ "views": [

View file

@ -7,7 +7,7 @@
;; ;;
;; Authors: Tomi Ollila <tomi.ollila@iki.fi> ;; Authors: Tomi Ollila <tomi.ollila@iki.fi>
;; ;;
;; http://www.emacswiki.org/emacs/EmacsScripts was a useful starting point... ;; https://www.emacswiki.org/emacs/EmacsScripts was a useful starting point...
;; ;;
;; Licence: GPLv3+ ;; Licence: GPLv3+
;; ;;

View file

@ -177,7 +177,7 @@ FORMULA_FONTSIZE = 10
FORMULA_TRANSPARENT = YES FORMULA_TRANSPARENT = YES
USE_MATHJAX = NO USE_MATHJAX = NO
MATHJAX_FORMAT = HTML-CSS MATHJAX_FORMAT = HTML-CSS
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
MATHJAX_EXTENSIONS = MATHJAX_EXTENSIONS =
MATHJAX_CODEFILE = MATHJAX_CODEFILE =
SEARCHENGINE = YES SEARCHENGINE = YES

View file

@ -29,7 +29,7 @@ While the command-line program ``notmuch`` provides powerful
functionality, it does not provide the most convenient interface for functionality, it does not provide the most convenient interface for
that functionality. More sophisticated interfaces are expected to be that functionality. More sophisticated interfaces are expected to be
built on top of either the command-line interface, or more likely, on built on top of either the command-line interface, or more likely, on
top of the notmuch library interface. See http://notmuchmail.org for top of the notmuch library interface. See https://notmuchmail.org for
more about alternate interfaces to notmuch. The emacs-based interface to more about alternate interfaces to notmuch. The emacs-based interface to
notmuch (available under **emacs/** in the Notmuch source distribution) notmuch (available under **emacs/** in the Notmuch source distribution)
is probably the most widely used at this time. is probably the most widely used at this time.
@ -144,7 +144,7 @@ SEE ALSO
**notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**, **notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**,
**notmuch-address(1)** **notmuch-address(1)**
The notmuch website: **http://notmuchmail.org** The notmuch website: **https://notmuchmail.org**
CONTACT CONTACT
======= =======

View file

@ -21,7 +21,7 @@
;; GNU General Public License for more details. ;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Austin Clements <aclements@csail.mit.edu> ;; Authors: Austin Clements <aclements@csail.mit.edu>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: David Edmondson <dme@dme.org> ;; Authors: David Edmondson <dme@dme.org>

View file

@ -16,7 +16,7 @@
;; GNU General Public License for more details. ;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Jameson Rollins <jrollins@finestructure.net> ;; Authors: Jameson Rollins <jrollins@finestructure.net>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: David Edmondson <dme@dme.org> ;; Authors: David Edmondson <dme@dme.org>
@ -265,7 +265,7 @@ International Bureau of Weights and Measures."
:group 'notmuch-hello :group 'notmuch-hello
:group 'notmuch-hooks) :group 'notmuch-hooks)
(defvar notmuch-hello-url "http://notmuchmail.org" (defvar notmuch-hello-url "https://notmuchmail.org"
"The `notmuch' web site.") "The `notmuch' web site.")
(defvar notmuch-hello-custom-section-options (defvar notmuch-hello-custom-section-options

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Austin Clements <aclements@csail.mit.edu> ;; Authors: Austin Clements <aclements@csail.mit.edu>
;; David Edmondson <dme@dme.org> ;; David Edmondson <dme@dme.org>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Carl Worth <cworth@cworth.org> ;; Authors: Carl Worth <cworth@cworth.org>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Jesse Rosenthal <jrosenthal@jhu.edu> ;; Authors: Jesse Rosenthal <jrosenthal@jhu.edu>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: David Edmondson <dme@dme.org> ;; Authors: David Edmondson <dme@dme.org>
@ -142,7 +142,7 @@ mutiple parts get a header."
(let ((notmuch-version (if (string= notmuch-emacs-version "unknown") (let ((notmuch-version (if (string= notmuch-emacs-version "unknown")
(notmuch-cli-version) (notmuch-cli-version)
notmuch-emacs-version))) notmuch-emacs-version)))
(concat "Notmuch/" notmuch-version " (http://notmuchmail.org)"))) (concat "Notmuch/" notmuch-version " (https://notmuchmail.org)")))
(defun notmuch-mua-user-agent-emacs () (defun notmuch-mua-user-agent-emacs ()
"Generate a `User-Agent:' string suitable for notmuch." "Generate a `User-Agent:' string suitable for notmuch."
@ -334,7 +334,7 @@ modified. This function is notmuch addaptation of
;; C-h f compose-mail says that headers should be specified as ;; C-h f compose-mail says that headers should be specified as
;; (string . value); however all the rest of message expects ;; (string . value); however all the rest of message expects
;; headers to be symbols, not strings (eg message-header-format-alist). ;; headers to be symbols, not strings (eg message-header-format-alist).
;; http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00337.html ;; https://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00337.html
;; We need to convert any string input, eg from rmail-start-mail. ;; We need to convert any string input, eg from rmail-start-mail.
(dolist (h other-headers other-headers) (dolist (h other-headers other-headers)
(if (stringp (car h)) (setcar h (intern (capitalize (car h)))))))) (if (stringp (car h)) (setcar h (intern (capitalize (car h))))))))

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Austin Clements <aclements@csail.mit.edu> ;; Authors: Austin Clements <aclements@csail.mit.edu>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: David Edmondson <dme@dme.org> ;; Authors: David Edmondson <dme@dme.org>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: David Bremner <david@tethera.net> ;; Authors: David Bremner <david@tethera.net>

View file

@ -16,7 +16,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Carl Worth <cworth@cworth.org> ;; Authors: Carl Worth <cworth@cworth.org>
;; David Edmondson <dme@dme.org> ;; David Edmondson <dme@dme.org>
@ -182,9 +182,9 @@ each attachment handler is logged in buffers with names beginning
(defcustom notmuch-show-stash-mlarchive-link-alist (defcustom notmuch-show-stash-mlarchive-link-alist
'(("Gmane" . "http://mid.gmane.org/") '(("Gmane" . "http://mid.gmane.org/")
("MARC" . "http://marc.info/?i=") ("MARC" . "https://marc.info/?i=")
("Mail Archive, The" . "http://mid.mail-archive.com/") ("Mail Archive, The" . "https://mid.mail-archive.com/")
("LKML" . "http://lkml.kernel.org/r/") ("LKML" . "https://lkml.kernel.org/r/")
;; FIXME: can these services be searched by `Message-Id' ? ;; FIXME: can these services be searched by `Message-Id' ?
;; ("MarkMail" . "http://markmail.org/") ;; ("MarkMail" . "http://markmail.org/")
;; ("Nabble" . "http://nabble.com/") ;; ("Nabble" . "http://nabble.com/")

View file

@ -16,7 +16,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Carl Worth <cworth@cworth.org> ;; Authors: Carl Worth <cworth@cworth.org>
;; Damien Cassou <damien.cassou@gmail.com> ;; Damien Cassou <damien.cassou@gmail.com>

View file

@ -17,7 +17,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: David Edmondson <dme@dme.org> ;; Authors: David Edmondson <dme@dme.org>
;; Mark Walters <markwalters1009@gmail.com> ;; Mark Walters <markwalters1009@gmail.com>

View file

@ -16,7 +16,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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/>.
;;; Code: ;;; Code:

View file

@ -16,7 +16,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Carl Worth <cworth@cworth.org> ;; Authors: Carl Worth <cworth@cworth.org>
;; David Edmondson <dme@dme.org> ;; David Edmondson <dme@dme.org>

View file

@ -15,7 +15,7 @@
;; General Public License for more details. ;; General Public License for more details.
;; ;;
;; You should have received a copy of the GNU General Public License ;; 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: Carl Worth <cworth@cworth.org> ;; Authors: Carl Worth <cworth@cworth.org>
;; Homepage: https://notmuchmail.org/ ;; Homepage: https://notmuchmail.org/
@ -26,7 +26,7 @@
;; ;;
;; You will first need to have the notmuch program installed and have a ;; You will first need to have the notmuch program installed and have a
;; notmuch database built in order to use this. See ;; notmuch database built in order to use this. See
;; http://notmuchmail.org for details. ;; https://notmuchmail.org for details.
;; ;;
;; To install this software, copy it to a directory that is on the ;; To install this software, copy it to a directory that is on the
;; `load-path' variable within emacs (a good candidate is ;; `load-path' variable within emacs (a good candidate is
@ -48,7 +48,7 @@
;; ;;
;; Have fun, and let us know if you have any comment, questions, or ;; Have fun, and let us know if you have any comment, questions, or
;; kudos: Notmuch list <notmuch@notmuchmail.org> (subscription is not ;; kudos: Notmuch list <notmuch@notmuchmail.org> (subscription is not
;; required, but is available from http://notmuchmail.org). ;; required, but is available from https://notmuchmail.org).
;;; Code: ;;; Code:

View file

@ -15,7 +15,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Jani Nikula <jani@nikula.org> * Author: Jani Nikula <jani@nikula.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: David Bremner <david@tethera.net> * Author: David Bremner <david@tethera.net>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: David Bremner <david@tethera.net> * Author: David Bremner <david@tethera.net>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */
@ -217,7 +217,7 @@ typedef struct {
/* With these prefix values we follow the conventions published here: /* With these prefix values we follow the conventions published here:
* *
* http://xapian.org/docs/omega/termprefixes.html * https://xapian.org/docs/omega/termprefixes.html
* *
* as much as makes sense. Note that I took some liberty in matching * as much as makes sense. Note that I took some liberty in matching
* the reserved prefix values to notmuch concepts, (for example, 'G' * the reserved prefix values to notmuch concepts, (for example, 'G'

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -2,7 +2,7 @@ set -eu
# we go through a bit of work to get the unmangled names of the # we go through a bit of work to get the unmangled names of the
# typeinfo symbols because of # typeinfo symbols because of
# http://sourceware.org/bugzilla/show_bug.cgi?id=10326 # https://sourceware.org/bugzilla/show_bug.cgi?id=10326
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo Usage: $0 header obj1 obj2 obj3 echo Usage: $0 header obj1 obj2 obj3

View file

@ -12,7 +12,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */
@ -693,7 +693,7 @@ notmuch_database_get_all_tags (notmuch_database_t *db);
* completely in the future, but it's likely to be a specialized * completely in the future, but it's likely to be a specialized
* version of the general Xapian query syntax: * version of the general Xapian query syntax:
* *
* http://xapian.org/docs/queryparser.html * https://xapian.org/docs/queryparser.html
* *
* As a special case, passing either a length-zero string, (that is ""), * As a special case, passing either a length-zero string, (that is ""),
* or a string consisting of a single asterisk (that is "*"), will * or a string consisting of a single asterisk (that is "*"), will

View file

@ -15,7 +15,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Jani Nikula <jani@nikula.org> * Author: Jani Nikula <jani@nikula.org>
*/ */

View file

@ -15,7 +15,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Jani Nikula <jani@nikula.org> * Author: Jani Nikula <jani@nikula.org>
*/ */

View file

@ -15,7 +15,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: David Bremner <david@tethera.net> * Author: David Bremner <david@tethera.net>
*/ */

View file

@ -15,7 +15,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: David Bremner <david@tethera.net> * Author: David Bremner <david@tethera.net>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
* Austin Clements <aclements@csail.mit.edu> * Austin Clements <aclements@csail.mit.edu>

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -14,7 +14,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Authors: Carl Worth <cworth@cworth.org> * Authors: Carl Worth <cworth@cworth.org>
* Keith Packard <keithp@keithp.com> * Keith Packard <keithp@keithp.com>

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Carl Worth <cworth@cworth.org> * Author: Carl Worth <cworth@cworth.org>
*/ */

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://www.gnu.org/licenses/ . * along with this program. If not, see https://www.gnu.org/licenses/ .
* *
* Author: Ben Gamari <bgamari.foss@gmail.com> * Author: Ben Gamari <bgamari.foss@gmail.com>
*/ */

Some files were not shown because too many files have changed in this diff Show more