[mutt] 02/06: Merge tag 'upstream/1.9.1'

Antonio Radici antonio at moszumanska.debian.org
Mon Nov 20 22:45:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

antonio pushed a commit to annotated tag debian/1.9.1-1
in repository mutt.

commit e57195eeed4861b9da4ad74196bcfb4ef26dcbcc
Merge: 42d09a4 64489b3
Author: Antonio Radici <antonio at debian.org>
Date:   Mon Nov 20 21:37:19 2017 +0000

    Merge tag 'upstream/1.9.1'
    
    Upstream version 1.9.1

 .clang-format                                |    67 -
 .editorconfig                                |    21 -
 .gitattributes                               |     1 -
 .github/ISSUE_TEMPLATE.md                    |    12 -
 .github/PULL_REQUEST_TEMPLATE.md             |    21 -
 .gitignore                                   |   110 -
 .mailmap                                     |   335 -
 .travis.yml                                  |    55 -
 ABOUT-NLS                                    |   324 +
 BEWARE                                       |    15 +
 CONTRIBUTING.md                              |    71 -
 ChangeLog                                    |  2130 +-
 ChangeLog.neomutt                            |   995 -
 ChangeLog.nntp                               |   416 -
 LICENSE.md => GPL                            |   186 +-
 INSTALL                                      |    45 +-
 Makefile.am                                  |   197 +-
 Makefile.in                                  |  1407 ++
 NEWS                                         |   159 +
 OPS                                          |    28 +-
 OPS.NOTMUCH                                  |     7 -
 OPS.SIDEBAR                                  |     1 -
 PATCHES                                      |     0
 README                                       |    28 +
 README.SECURITY                              |    60 +
 README.SSL                                   |    28 +-
 README.md                                    |   121 -
 TODO                                         |    59 +
 UPDATING                                     |    48 +-
 UPDATING.kz                                  |    68 -
 VERSION                                      |     1 +
 _regex.h                                     |   535 +
 account.c                                    |   142 +-
 account.h                                    |    70 +-
 aclocal.m4                                   |  1278 ++
 addrbook.c                                   |   231 +-
 address.h                                    |    36 -
 alias.c                                      |   668 +-
 alias.h                                      |    43 -
 ascii.c                                      |    93 +-
 ascii.h                                      |    63 +-
 attach.c                                     |  1208 +-
 attach.h                                     |   122 +-
 base64.c                                     |   119 +-
 bcache.c                                     |   206 +-
 bcache.h                                     |    59 +-
 body.h                                       |   102 -
 browser.c                                    |  2536 +--
 browser.h                                    |    85 +-
 buffer.c                                     |   348 -
 buffer.h                                     |    47 -
 buffy.c                                      |  1006 +-
 buffy.h                                      |    96 +-
 charset.c                                    |   716 +-
 charset.h                                    |    70 +-
 check_sec.sh                                 |    47 +
 color.c                                      |   889 +-
 commands.c                                   |  1009 +-
 compile                                      |   347 +
 complete.c                                   |   278 +-
 compose.c                                    |  2126 +-
 compress.c                                   |   489 +-
 compress.h                                   |    43 +-
 config.guess                                 |  1462 ++
 config.h.in                                  |   799 +
 config.sub                                   |  1825 ++
 configure                                    | 14758 ++++++++++++++
 configure.ac                                 |  1962 +-
 content.h                                    |    38 -
 context.h                                    |    98 -
 contrib/Makefile.am                          |    30 +-
 contrib/Makefile.in                          |   499 +
 contrib/Mush.rc                              |     2 +
 contrib/Pine.rc                              |     4 +
 contrib/ca-bundle.crt                        |  4599 +++++
 contrib/gpg.rc                               |     6 +-
 contrib/hcache-bench/README.md               |    77 -
 contrib/hcache-bench/muttrc                  |     7 -
 contrib/hcache-bench/neomutt-hcache-bench.sh |   113 -
 contrib/iconv/make.sh                        |     2 +-
 contrib/keybase/LICENSE                      |    24 -
 contrib/keybase/README.md                    |    45 -
 contrib/keybase/attachmentView.png           |   Bin 57502 -> 0 bytes
 contrib/keybase/decrypt.sh                   |     2 -
 contrib/keybase/install.sh                   |    59 -
 contrib/keybase/keybase.py                   |    60 -
 contrib/keybase/muttrc                       |     2 -
 contrib/keybase/pagerMode.png                |   Bin 54395 -> 0 bytes
 contrib/keybase/pgpdecrypt.sh                |     2 -
 contrib/keybase/pgpverify.sh                 |     2 -
 contrib/keybase/verify.sh                    |     2 -
 contrib/language.txt                         |     4 +-
 contrib/language50.txt                       |     2 +
 contrib/lua/test_lua-api_runner.muttrc       |    10 -
 contrib/lua/test_lua-api_spec.lua            |    99 -
 contrib/mutt_xtitle                          |     9 +
 contrib/patch.slang-1.2.2.keypad.1           |    20 +-
 contrib/pgp2.rc                              |     2 +
 contrib/pgp5.rc                              |     4 +-
 contrib/pgp6.rc                              |     2 +
 contrib/sample.mailcap                       |     2 +
 contrib/sample.muttrc                        |     4 +-
 contrib/sample.muttrc-compress               |    38 +
 contrib/sample.muttrc-sidebar                |   116 +
 contrib/sample.muttrc-tlr                    |    10 +-
 contrib/sample.vimrc-sidebar                 |    35 +
 contrib/smime_keys_test.pl                   |    15 +-
 contrib/vim-keys/README.md                   |    13 -
 contrib/vim-keys/vim-keys.rc                 |    38 -
 copy.c                                       |   998 +-
 copy.h                                       |   141 +-
 crypt-gpgme.c                                |  4998 +++++
 crypt-gpgme.h                                |    58 +
 crypt-mod-pgp-classic.c                      |   137 +
 crypt-mod-pgp-gpgme.c                        |   146 +
 crypt-mod-smime-classic.c                    |   118 +
 crypt-mod-smime-gpgme.c                      |   118 +
 crypt-mod.c                                  |    58 +
 crypt-mod.h                                  |   138 +
 crypt.c                                      |  1131 ++
 cryptglue.c                                  |   395 +
 crypthash.h                                  |    17 +
 curs_lib.c                                   |  1075 +-
 curs_main.c                                  |  4203 ++--
 date.c                                       |    90 +-
 depcomp                                      |   791 +
 doc/Makefile.am                              |   105 +-
 doc/Makefile.in                              |   784 +
 doc/Muttrc                                   |  5568 ++++++
 doc/Muttrc.head                              |     8 +-
 doc/PGP-Notes.txt                            |    22 +-
 doc/TODO                                     |    44 +
 doc/advancedusage.html                       |   915 +
 doc/applying-patches.txt                     |    25 +
 doc/configuration.html                       |  1622 ++
 doc/devel-notes.txt                          |   280 +
 doc/dotlock.man                              |    54 +-
 doc/gen-map-doc                              |     5 +-
 doc/gettingstarted.html                      |   666 +
 doc/index.html                               |    32 +
 doc/intro.html                               |   115 +
 doc/makedoc-defs.h                           |    67 +
 doc/makedoc.c                                |  2287 ++-
 doc/makedoc_defs.h                           |    87 -
 doc/manual.html                              |  7982 ++++++++
 doc/manual.txt                               | 11225 +++++++++++
 doc/manual.xml.head                          | 25865 ++++++++++---------------
 doc/manual.xml.tail                          |   295 +-
 doc/mimesupport.html                         |   734 +
 doc/miscellany.html                          |    38 +
 doc/mutt-1.7.0-syntax.vim                    |   781 -
 doc/mutt.css                                 |    17 +-
 doc/mutt.man                                 |    40 +-
 doc/mutt.pwl                                 |   516 -
 doc/muttbug.man                              |   200 +
 doc/muttrc.man.head                          |    48 +-
 doc/neomutt-syntax.vim                       |   970 -
 doc/optionalfeatures.html                    |   506 +
 doc/patch-notes.txt                          |    46 +
 doc/reference.html                           |  3458 ++++
 doc/security.html                            |    97 +
 doc/smime-notes.txt                          |    28 +-
 doc/stamp-doc-chunked                        |     0
 doc/stamp-doc-rc                             |     0
 doc/stamp-doc-xml                            |     0
 doc/tuning.html                              |    89 +
 dotlock.c                                    |   817 +-
 dotlock.h                                    |    63 +-
 edit.c                                       |   617 +-
 editmsg.c                                    |   198 +-
 enter.c                                      |  1126 +-
 enter_state.h                                |    39 -
 envelope.h                                   |    65 -
 extlib.c                                     |    48 +-
 filter.c                                     |   165 +-
 filter.h                                     |    27 -
 flags.c                                      |   430 +-
 format_flags.h                               |    49 -
 from.c                                       |   191 +-
 functions.h                                  |   892 +-
 gen_defs                                     |     6 +-
 getdomain.c                                  |   115 +-
 globals.h                                    |   291 +-
 gnupgparse.c                                 |   445 +
 group.c                                      |   157 +-
 group.h                                      |    65 +-
 handler.c                                    |  1622 +-
 hash.c                                       |   231 +-
 hash.h                                       |    95 +-
 hcache.c                                     |  1580 ++
 hcache.h                                     |    51 +
 hcache/Makefile.am                           |    50 -
 hcache/README.md                             |    13 -
 hcache/backend.h                             |   131 -
 hcache/bdb.c                                 |   198 -
 hcache/gdbm.c                                |   112 -
 hcache/hcache.c                              |   931 -
 hcache/hcache.h                              |   149 -
 hcache/kc.c                                  |   121 -
 hcache/lmdb.c                                |   274 -
 hcache/qdbm.c                                |    85 -
 hcache/tc.c                                  |   106 -
 hcache/hcachever.sh => hcachever.sh.in       |     2 +-
 hdrline.c                                    |  1368 +-
 header.h                                     |   115 -
 headers.c                                    |   322 +-
 help.c                                       |   321 +-
 history.c                                    |   292 +-
 history.h                                    |    55 +-
 hook.c                                       |   595 +-
 imap/Makefile.am                             |    25 +-
 imap/Makefile.in                             |   634 +
 imap/TODO                                    |    33 +
 imap/auth.c                                  |   108 +-
 imap/auth.h                                  |    62 +-
 imap/auth_anon.c                             |    73 +-
 imap/auth_cram.c                             |   164 +-
 imap/auth_gss.c                              |   301 +-
 imap/auth_login.c                            |    73 +-
 imap/auth_plain.c                            |    66 -
 imap/auth_sasl.c                             |   177 +-
 imap/browse.c                                |   518 +-
 imap/command.c                               |  1379 +-
 imap/imap.c                                  |  1598 +-
 imap/imap.h                                  |   102 +-
 imap/imap_private.h                          |   303 +-
 imap/message.c                               |  1443 +-
 imap/message.h                               |    74 +-
 imap/utf7.c                                  |   215 +-
 imap/util.c                                  |   684 +-
 init.c                                       |  4352 ++---
 init.h                                       |  1771 +-
 install-sh                                   |   508 +
 intl/ChangeLog                               |     4 +
 intl/Makefile.in                             |   313 +
 intl/VERSION                                 |     1 +
 intl/bindtextdom.c                           |   369 +
 intl/config.charset                          |   438 +
 intl/dcgettext.c                             |    58 +
 intl/dcigettext.c                            |  1259 ++
 intl/dcngettext.c                            |    60 +
 intl/dgettext.c                              |    59 +
 intl/dngettext.c                             |    61 +
 intl/explodename.c                           |   192 +
 intl/finddomain.c                            |   198 +
 intl/gettext.c                               |    64 +
 intl/gettext.h                               |   102 +
 intl/gettextP.h                              |   252 +
 intl/hash-string.h                           |    59 +
 intl/intl-compat.c                           |   166 +
 intl/l10nflist.c                             |   405 +
 intl/libgettext.h                            |    49 +
 intl/libgnuintl.h                            |   128 +
 intl/loadinfo.h                              |   109 +
 intl/loadmsgcat.c                            |   567 +
 intl/localcharset.c                          |   271 +
 intl/locale.alias                            |    78 +
 intl/localealias.c                           |   404 +
 intl/ngettext.c                              |    68 +
 intl/plural.c                                |  1326 ++
 intl/plural.y                                |   413 +
 intl/ref-add.sin                             |    31 +
 intl/ref-del.sin                             |    26 +
 intl/textdomain.c                            |   142 +
 keymap.c                                     |  1077 +-
 keymap.h                                     |   109 +-
 lib.c                                        |   844 +-
 lib.h                                        |   300 +-
 list.h                                       |    34 -
 m4/Makefile.am                               |     2 +-
 m4/Makefile.in                               |   467 +
 m4/ax_lua.m4                                 |   664 -
 m4/codeset.m4                                |    17 +
 m4/curslib.m4                                |    83 +
 m4/funcs.m4                                  |    22 +
 m4/gettext.m4                                |   364 +
 m4/glibc21.m4                                |    26 +
 m4/gpgme.m4                                  |   307 +
 m4/iconv.m4                                  |    69 +
 m4/lcmessage.m4                              |    24 +
 m4/progtest.m4                               |    51 +
 m4/types.m4                                  |    35 +
 mailbox.h                                    |   137 +-
 main.c                                       |  1400 +-
 mapping.h                                    |    47 +-
 mbox.c                                       |  1461 +-
 mbyte.c                                      |   448 +-
 mbyte.h                                      |    79 +-
 mbyte_table.h                                |    33 -
 md5.c                                        |   572 +-
 md5.h                                        |   145 +-
 menu.c                                       |  1095 +-
 mh.c                                         |  2106 +-
 mime.h                                       |    52 +-
 mime.types                                   |     2 +
 missing                                      |   215 +
 mkchangelog.sh                               |     5 +
 mkdtemp.c                                    |    42 +
 mutt.h                                       |  1073 +-
 mutt_commands.h                              |    33 -
 mutt_crypt.h                                 |   301 +
 mutt_curses.h                                |   287 +-
 mutt_dotlock.c                               |   758 +
 mutt_idna.c                                  |   279 +-
 mutt_idna.h                                  |   102 +-
 mutt_lua.c                                   |   434 -
 mutt_lua.h                                   |    26 -
 mutt_menu.h                                  |   207 +-
 mutt_notmuch.c                               |  2439 ---
 mutt_notmuch.h                               |    61 -
 mutt_options.h                               |    63 -
 mutt_regex.h                                 |    84 +-
 mutt_sasl.c                                  |   671 +-
 mutt_sasl.h                                  |    77 +-
 mutt_sasl_plain.c                            |    42 -
 mutt_sasl_plain.h                            |    45 -
 mutt_socket.c                                |   552 +-
 mutt_socket.h                                |    91 +-
 mutt_ssl.c                                   |  1811 +-
 mutt_ssl.h                                   |    45 +-
 mutt_ssl_gnutls.c                            |  1391 +-
 mutt_tunnel.c                                |   205 +-
 mutt_tunnel.h                                |    33 +-
 muttbug                                      |     3 +
 muttbug.sh.in                                |   337 +
 muttlib.c                                    |  2325 +--
 mx.c                                         |  1109 +-
 mx.h                                         |   134 +-
 myvar.h                                      |    25 -
 ncrypt/Makefile.am                           |    31 -
 ncrypt/crypt.c                               |  1120 --
 ncrypt/crypt.h                               |    52 -
 ncrypt/crypt_gpgme.c                         |  4816 -----
 ncrypt/crypt_gpgme.h                         |    62 -
 ncrypt/crypt_mod.c                           |    53 -
 ncrypt/crypt_mod.h                           |   129 -
 ncrypt/crypt_mod_pgp_classic.c               |   144 -
 ncrypt/crypt_mod_pgp_gpgme.c                 |   136 -
 ncrypt/crypt_mod_smime_classic.c             |   121 -
 ncrypt/crypt_mod_smime_gpgme.c               |   117 -
 ncrypt/cryptglue.c                           |   390 -
 ncrypt/cryptglue.h                           |    79 -
 ncrypt/gnupgparse.c                          |   435 -
 ncrypt/gnupgparse.h                          |    27 -
 ncrypt/ncrypt.h                              |   189 -
 ncrypt/pgp.c                                 |  1795 --
 ncrypt/pgp.h                                 |    67 -
 ncrypt/pgpinvoke.c                           |   331 -
 ncrypt/pgpinvoke.h                           |    54 -
 ncrypt/pgpkey.c                              |  1022 -
 ncrypt/pgpkey.h                              |    36 -
 ncrypt/pgplib.c                              |   212 -
 ncrypt/pgplib.h                              |    80 -
 ncrypt/pgpmicalg.c                           |   198 -
 ncrypt/pgpmicalg.h                           |    23 -
 ncrypt/pgppacket.c                           |   210 -
 ncrypt/pgppacket.h                           |    52 -
 ncrypt/smime.c                               |  2147 --
 ncrypt/smime.h                               |    68 -
 newsrc.c                                     |  1231 --
 nntp.c                                       |  2416 ---
 nntp.h                                       |   169 -
 options.h                                    |   294 -
 pager.c                                      |  3359 ++--
 pager.h                                      |    91 +-
 parameter.h                                  |    35 -
 parse.c                                      |  1852 +-
 patchlist.sh                                 |    36 +
 pattern.c                                    |  2506 +--
 pattern.h                                    |    91 -
 pgp.c                                        |  1867 ++
 pgp.h                                        |   109 +
 pgpewrap.c                                   |    93 +-
 pgpinvoke.c                                  |   358 +
 pgpkey.c                                     |  1044 +
 pgplib.c                                     |   252 +
 pgplib.h                                     |    84 +
 pgpmicalg.c                                  |   211 +
 pgppacket.c                                  |   231 +
 pgppacket.h                                  |    52 +
 pgppubring.c                                 |  1008 +-
 po/Makefile.in.in                            |   204 +
 po/Makevars                                  |    15 -
 po/POTFILES.in                               |    77 +-
 po/bg.gmo                                    |   Bin 0 -> 68230 bytes
 po/bg.po                                     |  8762 ++++-----
 po/ca.gmo                                    |   Bin 0 -> 115290 bytes
 po/ca.po                                     |  8170 ++++----
 po/cs.gmo                                    |   Bin 0 -> 108411 bytes
 po/cs.po                                     |  8450 ++++----
 po/da.gmo                                    |   Bin 0 -> 105218 bytes
 po/da.po                                     |  7724 ++++----
 po/de.gmo                                    |   Bin 0 -> 107961 bytes
 po/de.po                                     |  7803 ++++----
 po/el.gmo                                    |   Bin 0 -> 72222 bytes
 po/el.po                                     | 10074 +++++-----
 po/en_GB.po                                  |  6120 ------
 po/eo.gmo                                    |   Bin 0 -> 104670 bytes
 po/eo.po                                     |  7947 ++++----
 po/es.gmo                                    |   Bin 0 -> 58010 bytes
 po/es.po                                     |  8546 ++++----
 po/et.gmo                                    |   Bin 0 -> 61198 bytes
 po/et.po                                     |  8544 ++++----
 po/eu.gmo                                    |   Bin 0 -> 83762 bytes
 po/eu.po                                     |  7895 ++++----
 po/fr.gmo                                    |   Bin 0 -> 113238 bytes
 po/fr.po                                     |  8013 ++++----
 po/ga.gmo                                    |   Bin 0 -> 84980 bytes
 po/ga.po                                     |  8425 ++++----
 po/gl.gmo                                    |   Bin 0 -> 56657 bytes
 po/gl.po                                     |  8940 +++++----
 po/hu.gmo                                    |   Bin 0 -> 65398 bytes
 po/hu.po                                     |  8622 ++++-----
 po/id.gmo                                    |   Bin 0 -> 82632 bytes
 po/id.po                                     |  8404 ++++----
 po/it.gmo                                    |   Bin 0 -> 90076 bytes
 po/it.po                                     |  8079 ++++----
 po/ja.gmo                                    |   Bin 0 -> 115011 bytes
 po/ja.po                                     |  7860 ++++----
 po/ko.gmo                                    |   Bin 0 -> 60269 bytes
 po/ko.po                                     |  8646 ++++-----
 po/lt.gmo                                    |   Bin 0 -> 53649 bytes
 po/lt.po                                     |  8548 ++++----
 po/mutt.pot                                  |  5855 +++---
 po/nl.gmo                                    |   Bin 0 -> 107323 bytes
 po/nl.po                                     |  8051 ++++----
 po/pl.gmo                                    |   Bin 0 -> 85437 bytes
 po/pl.po                                     |  8213 ++++----
 po/pt_BR.gmo                                 |   Bin 0 -> 50989 bytes
 po/pt_BR.po                                  |  8971 +++++----
 po/ru.gmo                                    |   Bin 0 -> 141670 bytes
 po/ru.po                                     |  7777 ++++----
 po/sk.gmo                                    |   Bin 0 -> 40301 bytes
 po/sk.po                                     |  8933 +++++----
 po/sv.gmo                                    |   Bin 0 -> 85199 bytes
 po/sv.po                                     |  8033 ++++----
 po/tr.gmo                                    |   Bin 0 -> 83436 bytes
 po/tr.po                                     |  8534 ++++----
 po/uk.gmo                                    |   Bin 0 -> 135150 bytes
 po/uk.po                                     |  7705 ++++----
 po/zh_CN.gmo                                 |   Bin 0 -> 102108 bytes
 po/zh_CN.po                                  |  8071 ++++----
 po/zh_TW.gmo                                 |   Bin 0 -> 56553 bytes
 po/zh_TW.po                                  |  8846 +++++----
 pop.c                                        |   701 +-
 pop.h                                        |   126 +-
 pop_auth.c                                   |   326 +-
 pop_lib.c                                    |   401 +-
 postpone.c                                   |   599 +-
 prepare                                      |     2 +-
 protos.h                                     |   923 +-
 query.c                                      |   754 +-
 recvattach.c                                 |  1571 +-
 recvcmd.c                                    |   882 +-
 regex.c                                      |  5767 ++++++
 remailer.c                                   |   751 +-
 remailer.h                                   |    59 +-
 resize.c                                     |    80 +-
 rfc1524.c                                    |   584 +-
 rfc1524.h                                    |    65 +-
 rfc2047.c                                    |   716 +-
 rfc2047.h                                    |    64 +-
 rfc2231.c                                    |   446 +-
 rfc2231.h                                    |    37 +-
 rfc3676.c                                    |   253 +-
 rfc3676.h                                    |    42 +-
 rfc822.c                                     |   530 +-
 rfc822.h                                     |    92 +-
 safe_asprintf.c                              |    67 +-
 score.c                                      |   201 +-
 send.c                                       |  1929 +-
 sendlib.c                                    |  2498 ++-
 setenv.c                                     |    45 +
 sha1.c                                       |   346 +-
 sha1.h                                       |    44 +-
 sidebar.c                                    |   981 +-
 sidebar.h                                    |    47 +-
 signal.c                                     |   208 +-
 smime.c                                      |  2279 +++
 smime.h                                      |    70 +
 smtp.c                                       |   785 +-
 snprintf.c                                   |   819 +
 sort.c                                       |   309 +-
 sort.h                                       |   117 +-
 stamp-h.in                                   |     1 -
 state.h                                      |    31 -
 status.c                                     |   284 +-
 strcasecmp.c                                 |    40 +
 strcasestr.c                                 |    48 +
 strdup.c                                     |    19 +
 strsep.c                                     |    65 +
 strtok_r.c                                   |    63 +
 system.c                                     |   149 +-
 thread.c                                     |  1308 +-
 thread.h                                     |    69 -
 txt2c.c                                      |    67 +-
 url.c                                        |   288 +-
 url.h                                        |    53 +-
 utf8.c                                       |    30 +-
 version.c                                    |   488 -
 version.h                                    |    27 -
 version.sh                                   |    68 +
 wcscasecmp.c                                 |    43 +-
 wcwidth.c                                    |   150 +-
 where.h                                      |    29 -
 505 files changed, 275717 insertions(+), 234156 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git



More information about the pkg-mutt-commits mailing list