Projects STRLCPY neomutt Commits 4514b76c
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    AUTHORS.md
    skipped 2 lines
    3 3  Here's a list of everyone who's helped NeoMutt:
    4 4   
    5 5  [Adam Borowski](https://github.com/kilobyte "kilobyte"),
     6 +[Aditya De Saha](https://github.com/adityadesaha "adityadesaha"),
    6 7  [Adán Somoza](https://github.com/darkadin "darkadin"),
    7 8  [Ahmed El Gabri](https://github.com/ahmedelgabri "ahmedelgabri"),
    8 9  [Alad Wenter](https://github.com/aladw "aladw"),
    skipped 93 lines
    102 103  [Leo Lundgren](https://github.com/rawtaz "rawtaz"),
    103 104  [Leonardo Schenkel](https://github.com/lbschenkel "lbschenkel"),
    104 105  [Leonidas Spyropoulos](https://github.com/inglor "inglor"),
     106 +[Louis Brauer](https://github.com/louis77 "louis77"),
    105 107  [Lucas Bourneuf](https://github.com/aluriak "aluriak"),
    106 108  [Manos Pitsidianakis](https://github.com/epilys "epilys"),
    107 109  [Marcin Rajner](https://github.com/mrajner "mrajner"),
    skipped 4 lines
    112 114  [Mateusz Okulus](https://github.com/mokulus "mokulus"),
    113 115  [Mateusz Piotrowski](https://github.com/0mp "0mp"),
    114 116  [Matteo Vescovi](https://github.com/mfvescovi "mfvescovi"),
     117 +[Matthew Hughes](https://github.com/matthewhughes934 "matthewhughes934"),
    115 118  [Mehdi Abaakouk](https://github.com/sileht "sileht"),
    116 119  [Michael Bazzinotti](https://github.com/bazzinotti "bazzinotti"),
    117 120  [Mingcong Bai](https://github.com/MingcongBai "MingcongBai"),
    skipped 17 lines
    135 138  [Rahul Gopinath](https://github.com/vrthra "vrthra"),
    136 139  Regid Ichira,
    137 140  [Reis Radomil](https://github.com/reisradomil "reisradomil"),
     141 +[Reto Brunner](https://github.com/reto "reto"),
    138 142  [Riad Wahby](https://github.com/kwantam "kwantam"),
    139 143  [Richard Hartmann](https://github.com/richih "richih"),
    140 144  [Richard Russon](https://github.com/flatcap "flatcap"),
    141 145  [Roger Pau Monne](https://github.com/royger "royger"),
     146 +[Romeu Vieira](https://github.com/romeug "romeug"),
    142 147  [Ronan Arraes Jardim Chagas](https://github.com/ronisbr "ronisbr"),
    143 148  Rubén Llorente,
    144 149  [ryt](https://github.com/0x747972 "0x747972"),
    skipped 64 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-09-25 Richard Russon <[email protected]>
     2 +* Features
     3 + - Compose: display user-defined headers
     4 + - Address Book / Query: live sorting
     5 + - Address Book / Query: patterns for searching
     6 + - Config: Add '+=' and '-=' operators for String Lists
     7 + - Config: Add '+=' operator for Strings
     8 + - Allow postfix query ':setenv NAME?' for env vars
     9 +* Bug Fixes
     10 + - Fix crash when searching with invalid regexes
     11 + - Compose: Prevent infinite loop of `send2-hook`s
     12 + - Fix sidebar on new/removed mailboxes
     13 + - Restore indentation for named mailboxes
     14 + - Prevent half-parsing an alias
     15 + - Remove folder creation prompt for POP path
     16 + - Show error if `$message_cachedir` doesn't point to a valid directory
     17 + - Fix tracking LastDir in case of IMAP paths with Unicode characters
     18 + - Make sure all mail gets applied the index limit
     19 + - Add warnings to -Q query CLI option
     20 + - Fix index tracking functionality
     21 +* Changed Config
     22 + - Add `$compose_show_user_headers` (yes)
     23 +* Translations
     24 + - 100% Czech
     25 + - 100% Lithuanian
     26 + - Split up usage strings
     27 +* Build
     28 + - Run shellcheck on hcachever.sh
     29 + - Add the Address Sanitizer
     30 + - Move compose files to lib under compose/
     31 + - Move address config into libaddress
     32 + - Update to latest acutest - fixes a memory leak in the unit tests
     33 +* Code
     34 + - Implement ARRAY API
     35 + - Deglobalised the Config Sort functions
     36 + - Refactor the Sidebar to be Event-Driven
     37 + - Refactor the Color Event
     38 + - Refactor the Commands list
     39 + - Make ctx_update_tables private
     40 + - Reduce the scope/deps of some Validator functions
     41 + - Use the Email's IMAP UID instead of an increasing number as index
     42 + - debug: log window focus
     43 + 
    1 44  2020-08-21 Richard Russon <[email protected]>
    2 45  * Bug Fixes
    3 46   - fix maildir flag generation
    skipped 2019 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-189-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
     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")
    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 91 lines
    100 100  - Copyright (C) 2000-2004 Edmund Grimley Evans `<[email protected]>`
    101 101  - Copyright (C) 2000-2019 David Champion `<[email protected]>`
    102 102  - Copyright (C) 2006-2009 Rocco Rutte `<[email protected]>`
    103  -- Copyright (C) 2014-2019 Kevin J. McCarthy `<[email protected]>`
    104  -- Copyright (C) 2015-2019 Richard Russon `<[email protected]>`
     103 +- Copyright (C) 2014-2020 Kevin J. McCarthy `<[email protected]>`
     104 +- Copyright (C) 2015-2020 Richard Russon `<[email protected]>`
    105 105   
    106 106   
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20200821"
     19 +define PACKAGE_VERSION "20200925"
    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-08-21"
     28 +PROJECT_NUMBER = "2020-09-25"
    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