Projects STRLCPY neomutt Commits 731a2000
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    AUTHORS.md
    skipped 108 lines
    109 109  [Marco Sirabella](https://github.com/mjsir911 "mjsir911"),
    110 110  [Marius Gedminas](https://github.com/mgedmin "mgedmin"),
    111 111  [Mark Stenglein](https://github.com/ocelotsloth "ocelotsloth"),
     112 +[Mateusz Okulus](https://github.com/mokulus "mokulus"),
    112 113  [Mateusz Piotrowski](https://github.com/0mp "0mp"),
    113 114  [Matteo Vescovi](https://github.com/mfvescovi "mfvescovi"),
    114 115  [Mehdi Abaakouk](https://github.com/sileht "sileht"),
    skipped 56 lines
    171 172  [Thomas Klausner](https://github.com/0-wiz-0 "0-wiz-0"),
    172 173  [Thomas Sanchez](https://github.com/daedric "daedric"),
    173 174  [Thomas Schneider](https://github.com/qsuscs "qsuscs"),
     175 +[Tim Biermann](https://github.com/timb87 "timb87"),
    174 176  [Timmy Xiao](https://github.com/yimmt "yimmt"),
    175 177  [Tino Reichardt](https://github.com/mcmilk "mcmilk"),
    176 178  [Tobias Angele](https://github.com/toogley "toogley"),
    skipped 8 lines
    185 187  [William Pettersson](https://github.com/wpettersson "wpettersson"),
    186 188  [x3nb63](https://github.com/x3nb63 "x3nb63"),
    187 189  [Yoshiki Vázquez Baeza](https://github.com/eldeveloper "eldeveloper"),
     190 +[Yousef Akbar](https://github.com/yousefakbar "yousefakbar"),
    188 191  [Yubin Ruan](https://github.com/walkerlala "walkerlala"),
    189 192  [Zero King](https://github.com/l2dy "l2dy"),
    190 193  [zsugabubus](https://github.com/zsugabubus "zsugabubus"),
    skipped 15 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
    1  -2020-08-07 Richard Russon <[email protected]>
     1 +2020-08-14 Richard Russon <[email protected]>
    2 2  * Security
    3 3   - Add mitigation against DoS from thousands of parts
    4 4  * Features
    skipped 13 lines
    18 18   - Fix sidebar drawing in presence of indentation + named mailboxes
    19 19   - Fix retrieval of drafts when "postponed" is not in the mailboxes list
    20 20   - Do not add comments to address group terminators
     21 + - Fix alias sorting for degenerate addresses
     22 + - Fix attaching emails
     23 + - Create directories for nonexistent file hcache case
     24 + - Avoid creating mailboxes for failed subscribes
     25 + - Fix crash if rejecting cert
    21 26  * Changed Config
    22 27   - Add `$copy_decode_weed`, `$pipe_decode_weed`, `$print_decode_weed`
    23 28   - Change default of `$crypt_protected_headers_subject` to "..."
    24 29   - Add default keybindings to history-up/down
     30 +* Translations
     31 + - 100% Czech
     32 + - 100% Spanish
    25 33  * Build
    26 34   - Allow building against Lua 5.4
    27 35   - Fix when sqlite3.h is missing
    skipped 25 lines
    53 61   - Remove ansi formatting from autoview generated quoted replies
    54 62   - Change postpone mode to write Date header too
    55 63   - Unstuff `format=flowed`
     64 + 
     65 +2020-08-07 Richard Russon <[email protected]>
     66 +* Devel Release - see 2020-08-14
    56 67   
    57 68  2020-06-26 Richard Russon <[email protected]>
    58 69  * Bug Fixes
    skipped 1941 lines
  • ■ ■ ■ ■
    README.md
    skipped 1 lines
    2 2   
    3 3  [![Stars](https://img.shields.io/github/stars/neomutt/neomutt.svg?style=social&label=Stars)](https://github.com/neomutt/neomutt "Give us a Star")
    4 4  [![Twitter](https://img.shields.io/twitter/follow/NeoMutt_Org.svg?style=social&label=Follow)](https://twitter.com/NeoMutt_Org "Follow us on Twitter")
    5  -[![Contributors](https://img.shields.io/badge/Contributors-186-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
     5 +[![Contributors](https://img.shields.io/badge/Contributors-189-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
    6 6  [![Release](https://img.shields.io/github/release/neomutt/neomutt.svg)](https://github.com/neomutt/neomutt/releases/latest "Latest Release Notes")
    7 7  [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://github.com/neomutt/neomutt/blob/master/LICENCE.md "Copyright Statement")
    8 8  [![Code build](https://img.shields.io/travis/com/neomutt/neomutt/master?label=code)](https://travis-ci.com/neomutt/neomutt "Latest Automatic Code Build")
    skipped 98 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20200807"
     19 +define PACKAGE_VERSION "20200814"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1307 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 = "2020-08-07"
     28 +PROJECT_NUMBER = "2020-08-14"
    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 1753 lines
Please wait...
Page is in error, reload to recover