Projects STRLCPY neomutt Commits 8a2fc8ca
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    AUTHORS.md
    skipped 26 lines
    27 27  [Benjamin Mako Hill](https://github.com/makoshark "makoshark"),
    28 28  [Bernard Pratz](https://github.com/guyzmo "guyzmo"),
    29 29  [Bertram Scharpf](https://github.com/bertramscharpf "bertramscharpf"),
     30 +[Björn Ketelaars](https://github.com/bket "bket"),
    30 31  Bletchley Park,
    31 32  [Bo Yu](https://github.com/yuzibo "yuzibo"),
    32 33  [Bryan Bennett](https://github.com/bbenne10 "bbenne10"),
    skipped 181 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-11-20 Richard Russon <[email protected]>
     2 +* Security
     3 + - imap: close connection on all failures
     4 +* Features
     5 + - alias: add <limit> function to Alias/Query dialogs
     6 + - config: add validators for {imap,smtp,pop}_authenticators
     7 + - config: warn when signature file is missing or not readable
     8 + - smtp: support for native SMTP LOGIN auth mech
     9 + - notmuch: show originating folder in index
     10 +* Bug Fixes
     11 + - sidebar: prevent the divider colour bleeding out
     12 + - sidebar: fix <sidebar-{next,prev}-new>
     13 + - notmuch: fix <entire-thread> query for current email
     14 + - restore shutdown-hook functionality
     15 + - crash in reply-to
     16 + - user-after-free in folder-hook
     17 + - fix some leaks
     18 + - fix application of limits to modified mailboxes
     19 + - write Date header when postponing
     20 +* Translations
     21 + - 100% Lithuanian
     22 + - 100% Czech
     23 + - 70% Turkish
     24 +* Docs
     25 + - Document that $sort_alias affects the query menu
     26 +* Build
     27 + - improve ASAN flags
     28 + - add SASL and S/MIME to --everything
     29 + - fix contrib (un)install
     30 +* Code
     31 + - my_hdr compose screen notifications
     32 + - add contracts to the MXAPI
     33 + - maildir refactoring
     34 + - further reduce the use of global variables
     35 +* Upstream
     36 + - Add $count_alternatives to count attachments inside alternatives
     37 + 
    1 38  2020-09-25 Richard Russon <[email protected]>
    2 39  * Features
    3 40   - Compose: display user-defined headers
    skipped 2062 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-194-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
     5 +[![Contributors](https://img.shields.io/badge/Contributors-195-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 "20200925"
     19 +define PACKAGE_VERSION "20201120"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1320 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-09-25"
     28 +PROJECT_NUMBER = "2020-11-20"
    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