Projects STRLCPY neomutt Commits c6666d40
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    AUTHORS.md
    skipped 104 lines
    105 105  [Johannes Frankenau](https://github.com/tsuflux "tsuflux"),
    106 106  [Johannes Weißl](https://github.com/weisslj "weisslj"),
    107 107  [Jonas Witschel](https://github.com/diabonas "diabonas"),
     108 +[Jonas Witschel](https://github.com/diabonas "diabonas"),
    108 109  [Jonathan Perkin](https://github.com/jperkin "jperkin"),
    109 110  [Joseph Bisch](https://github.com/josephbisch "josephbisch"),
    110 111  [Josh Poimboeuf](https://github.com/jpoimboe "jpoimboe"),
    skipped 126 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2021-10-29 Richard Russon <[email protected]>
     2 +* Features
     3 + - Notmuch: support separate database and mail roots without .notmuch
     4 +* Bug Fixes
     5 + - fix notmuch crash on open failure
     6 + - fix crypto crash handling pgp keys
     7 + - fix ncrypt/pgp file_get_size return check
     8 + - fix restore case-insensitive header sort
     9 + - fix pager redrawing of long lines
     10 + - fix notmuch: check database dir for xapian dir
     11 + - fix notmuch: update index count after `<entire-thread>`
     12 + - fix protect hash table against empty keys
     13 + - fix prevent real_subj being set but empty
     14 + - fix leak when saving fcc
     15 + - fix leak after `<edit-or-view-raw-message>`
     16 + - fix leak after trash to hidden mailbox
     17 + - fix leak restoring postponed emails
     18 + 
    1 19  2021-10-22 Richard Russon <[email protected]>
    2 20  * Bug Fixes
    3 21   - fix new mail notifications
    skipped 2220 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-217-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
     5 +[![Contributors](https://img.shields.io/badge/Contributors-218-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/LICENSE.md "Copyright Statement")
    8 8  [![Code build](https://img.shields.io/travis/com/neomutt/neomutt/master?label=code)](https://app.travis-ci.com/github/neomutt/neomutt "Latest Automatic Code Build")
    skipped 100 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20211022"
     19 +define PACKAGE_VERSION "20211029"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1339 lines
Please wait...
Page is in error, reload to recover