Projects STRLCPY neomutt Commits 37e9d921
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2019-11-02 Richard Russon \<[email protected]\>
     2 +* Bug Fixes
     3 + - Mailboxes command with empty backticks
     4 + - Mbox save-to-trash
     5 + - Mkdir for new maildir folders
     6 + - Maildir: new mail detection
     7 + - Truncation of "set" command on a path variable
     8 + - Update crash (when changing folder)
     9 + - Resolve symbolic links when saving a message
     10 + - Folder-hook calling "unmailboxes \*"
     11 + - Failed ssl negotiation
     12 + - Crash when using "alias -group"
     13 + - LibIDN error when charset wasn't set
     14 + - Notmuch abort entire-thread if database lacks message
     15 + 
    1 16  2019-10-25 Richard Russon \<[email protected]\>
    2 17  * Features
    3 18   - Add $fcc_before_send, defaulting unset
    skipped 1600 lines
  • ■ ■ ■ ■ ■ ■
    Makefile.autosetup
    skipped 418 lines
    419 419   
    420 420  # generated
    421 421  git_ver.c: $(ALL_FILES)
    422  - version=`git describe --dirty --abbrev=6 --match "20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]" 2> /dev/null | \
    423  - sed -e 's/[0-9]\{4\}-[0-9][0-9]-[0-9][0-9]//; s/-g\([a-z0-9]\{6\}\)/-\1/'`; \
     422 + version=`git describe --dirty --abbrev=6 --match "20[0-9][0-9][0-9][0-9][0-9][0-9]" 2> /dev/null | \
     423 + sed -e 's/^[0-9]\{8\}//; s/-g\([a-z0-9]\{6\}\)/-\1/'`; \
    424 424   echo 'const char *GitVer = "'$$version'";' > [email protected]; \
    425 425   cmp -s [email protected] $@ || mv [email protected] $@; \
    426 426   rm -f [email protected]
    skipped 80 lines
  • ■ ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "2019-10-25"
     19 +define PACKAGE_VERSION "20191102"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1128 lines
    1151 1151  ###############################################################################
    1152 1152  # Define package timestamp (UTC) based on PACKAGE_VERSION for:
    1153 1153  # doc/neomuttrc.5, doc/neomutt.1
    1154  -define PACKAGE_DATE [get-define PACKAGE_VERSION]
     1154 +define PACKAGE_DATE \
     1155 + [regsub {(....)(..)(..)} [get-define PACKAGE_VERSION] {\1-\2-\3}]
    1155 1156   
    1156 1157  ###############################################################################
    1157 1158  # Generate Makefile and config.h
    skipped 29 lines
  • ■ ■ ■ ■
    doxygen/doxygen.conf
    skipped 24 lines
    25 25  # could be handy for archiving the generated documentation or if some version
    26 26  # control system is used.
    27 27   
    28  -PROJECT_NUMBER = "2019-10-25"
     28 +PROJECT_NUMBER = "2019-11-02"
    29 29   
    30 30  # Using the PROJECT_BRIEF tag one can provide an optional one line description
    31 31  # for a project that appears at the top of each page and should give viewer a
    skipped 1801 lines
  • ■ ■ ■ ■
    po/bg.po
    skipped 10 lines
    11 11  #
    12 12  msgid ""
    13 13  msgstr ""
    14  -"Project-Id-Version: neomutt-2019-10-25\n"
     14 +"Project-Id-Version: neomutt-2019-11-02\n"
    15 15  "Report-Msgid-Bugs-To: [email protected]\n"
    16 16  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    17 17  "PO-Revision-Date: 2016-11-09 22:45+0000\n"
    skipped 7059 lines
  • ■ ■ ■ ■
    po/ca.po
    skipped 51 lines
    52 52  #
    53 53  msgid ""
    54 54  msgstr ""
    55  -"Project-Id-Version: neomutt-2019-10-25\n"
     55 +"Project-Id-Version: neomutt-2019-11-02\n"
    56 56  "Report-Msgid-Bugs-To: [email protected]\n"
    57 57  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    58 58  "PO-Revision-Date: 2019-05-15 01:16-0400\n"
    skipped 7228 lines
  • ■ ■ ■ ■
    po/cs.po
    skipped 16 lines
    17 17  #
    18 18  msgid ""
    19 19  msgstr ""
    20  -"Project-Id-Version: neomutt-2019-10-25\n"
     20 +"Project-Id-Version: neomutt-2019-11-02\n"
    21 21  "Report-Msgid-Bugs-To: [email protected]\n"
    22 22  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    23 23  "PO-Revision-Date: 2018-03-06 15:18+0100\n"
    skipped 6870 lines
  • ■ ■ ■ ■
    po/da.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2019-05-10 21:15+0200\n"
    skipped 6927 lines
  • ■ ■ ■ ■
    po/de.po
    skipped 11 lines
    12 12  #
    13 13  msgid ""
    14 14  msgstr ""
    15  -"Project-Id-Version: neomutt-2019-10-25\n"
     15 +"Project-Id-Version: neomutt-2019-11-02\n"
    16 16  "Report-Msgid-Bugs-To: [email protected]\n"
    17 17  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    18 18  "PO-Revision-Date: 2019-10-31 06:24+0100\n"
    skipped 6840 lines
  • ■ ■ ■ ■
    po/el.po
    skipped 10 lines
    11 11  #
    12 12  msgid ""
    13 13  msgstr ""
    14  -"Project-Id-Version: neomutt-2019-10-25\n"
     14 +"Project-Id-Version: neomutt-2019-11-02\n"
    15 15  "Report-Msgid-Bugs-To: [email protected]\n"
    16 16  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    17 17  "PO-Revision-Date: 2005-02-01 00:01GMT+2\n"
    skipped 7065 lines
  • ■ ■ ■ ■
    po/en_GB.po
    skipped 6 lines
    7 7  #
    8 8  msgid ""
    9 9  msgstr ""
    10  -"Project-Id-Version: neomutt-2019-10-25\n"
     10 +"Project-Id-Version: neomutt-2019-11-02\n"
    11 11  "Report-Msgid-Bugs-To: [email protected]\n"
    12 12  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    13 13  "PO-Revision-Date: 2017-04-17 17:06+0100\n"
    skipped 6835 lines
  • ■ ■ ■ ■
    po/eo.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2017-02-22 21:14+0100\n"
    skipped 6946 lines
  • ■ ■ ■ ■
    po/es.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: \n"
    skipped 6983 lines
  • ■ ■ ■ ■
    po/et.po
    skipped 6 lines
    7 7  #
    8 8  msgid ""
    9 9  msgstr ""
    10  -"Project-Id-Version: neomutt-2019-10-25\n"
     10 +"Project-Id-Version: neomutt-2019-11-02\n"
    11 11  "Report-Msgid-Bugs-To: [email protected]\n"
    12 12  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    13 13  "PO-Revision-Date: 2002-12-09 17:19+02:00\n"
    skipped 7061 lines
  • ■ ■ ■ ■
    po/eu.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2008-05-20 22:39+0200\n"
    skipped 7006 lines
  • ■ ■ ■ ■
    po/fi.po
    skipped 14 lines
    15 15  #
    16 16  msgid ""
    17 17  msgstr ""
    18  -"Project-Id-Version: neomutt-2019-10-25\n"
     18 +"Project-Id-Version: neomutt-2019-11-02\n"
    19 19  "Report-Msgid-Bugs-To: [email protected]\n"
    20 20  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    21 21  "PO-Revision-Date: 2018-09-19 03:36+0200\n"
    skipped 6850 lines
  • ■ ■ ■ ■
    po/fr.po
    skipped 21 lines
    22 22  #
    23 23  msgid ""
    24 24  msgstr ""
    25  -"Project-Id-Version: neomutt-2019-10-25\n"
     25 +"Project-Id-Version: neomutt-2019-11-02\n"
    26 26  "Report-Msgid-Bugs-To: [email protected]\n"
    27 27  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    28 28  "PO-Revision-Date: 2017-02-10 12:46+0100\n"
    skipped 7138 lines
  • ■ ■ ■ ■
    po/ga.po
    skipped 6 lines
    7 7  #
    8 8  msgid ""
    9 9  msgstr ""
    10  -"Project-Id-Version: neomutt-2019-10-25\n"
     10 +"Project-Id-Version: neomutt-2019-11-02\n"
    11 11  "Report-Msgid-Bugs-To: [email protected]\n"
    12 12  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    13 13  "PO-Revision-Date: 2006-10-16 14:22-0500\n"
    skipped 7108 lines
  • ■ ■ ■ ■
    po/gl.po
    skipped 6 lines
    7 7  #
    8 8  msgid ""
    9 9  msgstr ""
    10  -"Project-Id-Version: neomutt-2019-10-25\n"
     10 +"Project-Id-Version: neomutt-2019-11-02\n"
    11 11  "Report-Msgid-Bugs-To: [email protected]\n"
    12 12  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    13 13  "PO-Revision-Date: 2001-04-22 22:05+0200\n"
    skipped 7124 lines
  • ■ ■ ■ ■
    po/hu.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2003-08-01 13:56+0000\n"
    skipped 7060 lines
  • ■ ■ ■ ■
    po/id.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2007-11-07 10:39+1100\n"
    skipped 6986 lines
  • ■ ■ ■ ■
    po/it.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2012-05-25 22:14+0200\n"
    skipped 6987 lines
  • ■ ■ ■ ■
    po/ja.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2018-05-31 13:50+0000\n"
    skipped 6919 lines
  • ■ ■ ■ ■
    po/ko.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2004-03-03 10:25+900\n"
    skipped 7044 lines
  • ■ ■ ■ ■
    po/lt.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2000-11-29 21:22+0200\n"
    skipped 6862 lines
  • ■ ■ ■ ■
    po/nl.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2017-02-22 20:12+0100\n"
    skipped 6960 lines
  • ■ ■ ■ ■
    po/pl.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2019-08-10 21:56+0200\n"
    skipped 6808 lines
  • ■ ■ ■ ■
    po/pt_BR.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2018-03-19 01:14-0300\n"
    skipped 6835 lines
  • ■ ■ ■ ■
    po/ru.po
    skipped 10 lines
    11 11  #
    12 12  msgid ""
    13 13  msgstr ""
    14  -"Project-Id-Version: neomutt-2019-10-25\n"
     14 +"Project-Id-Version: neomutt-2019-11-02\n"
    15 15  "Report-Msgid-Bugs-To: [email protected]\n"
    16 16  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    17 17  "PO-Revision-Date: 2019-05-10 19:58+0300\n"
    skipped 6965 lines
  • ■ ■ ■ ■
    po/sk.po
    skipped 7 lines
    8 8  #
    9 9  msgid ""
    10 10  msgstr ""
    11  -"Project-Id-Version: neomutt-2019-10-25\n"
     11 +"Project-Id-Version: neomutt-2019-11-02\n"
    12 12  "Report-Msgid-Bugs-To: [email protected]\n"
    13 13  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    14 14  "PO-Revision-Date: 2016-11-23 21:20+0100\n"
    skipped 7064 lines
  • ■ ■ ■ ■
    po/sv.po
    skipped 6 lines
    7 7  #
    8 8  msgid ""
    9 9  msgstr ""
    10  -"Project-Id-Version: neomutt-2019-10-25\n"
     10 +"Project-Id-Version: neomutt-2019-11-02\n"
    11 11  "Report-Msgid-Bugs-To: [email protected]\n"
    12 12  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    13 13  "PO-Revision-Date: 2007-12-15 14:05+0100\n"
    skipped 7032 lines
  • ■ ■ ■ ■
    po/tr.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2006-01-11 04:13+0200\n"
    skipped 6980 lines
  • ■ ■ ■ ■
    po/uk.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2019-05-10 19:47+0300\n"
    skipped 6956 lines
  • ■ ■ ■ ■
    po/zh_CN.po
    skipped 12 lines
    13 13  #
    14 14  msgid ""
    15 15  msgstr ""
    16  -"Project-Id-Version: neomutt-2019-10-25\n"
     16 +"Project-Id-Version: neomutt-2019-11-02\n"
    17 17  "Report-Msgid-Bugs-To: [email protected]\n"
    18 18  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    19 19  "PO-Revision-Date: 2019-09-09 09:44-0500\n"
    skipped 6804 lines
  • ■ ■ ■ ■
    po/zh_TW.po
    skipped 8 lines
    9 9  #
    10 10  msgid ""
    11 11  msgstr ""
    12  -"Project-Id-Version: neomutt-2019-10-25\n"
     12 +"Project-Id-Version: neomutt-2019-11-02\n"
    13 13  "Report-Msgid-Bugs-To: [email protected]\n"
    14 14  "POT-Creation-Date: 2019-11-02 02:39+0000\n"
    15 15  "PO-Revision-Date: 2001-09-06 18:25+0800\n"
    skipped 7098 lines
Please wait...
Page is in error, reload to recover