Projects STRLCPY neomutt Commits 6879c344
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    AUTHORS.md
    skipped 78 lines
    79 79  [Frederick Eaton](https://github.com/archenemies "archenemies"),
    80 80  [Freed-Wu](https://github.com/wzy "wzy"),
    81 81  [ftilde](https://github.com/ftilde "ftilde"),
     82 +[Gaël Dubois](https://github.com/gaael "gaael"),
    82 83  [Gerrit Rüsing](https://github.com/kbcb "kbcb"),
    83 84  [Guillaume Brogi](https://github.com/guiniol "guiniol"),
    84 85  [наб](https://github.com/nabijaczleweli "nabijaczleweli"),
    skipped 151 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2021-10-15 Richard Russon <[email protected]>
     2 +* Security
     3 + - Fix CVE-2021-32055
     4 +* Features
     5 + - threads: implement the `$use_threads` feature
     6 + https://neomutt.org/feature/use-threads
     7 + - hooks: allow a -noregex param to folder and mbox hooks
     8 + - mailing lists: implement list-(un)subscribe using RFC2369 headers
     9 + - mailcap: implement x-neomutt-nowrap flag
     10 + - pager: add `$local_date_header` option
     11 + - imap, smtp: add support for authenticating using XOAUTH2
     12 + - Allow `<sync-mailbox`> to fail quietly
     13 + - imap: speed up server-side searches
     14 + - pager: improve skip-quoted and skip-headers
     15 + - notmuch: open database with user's configuration
     16 + - notmuch: implement `<vfolder-window-reset>`
     17 + - config: allow += modification of my_ variables
     18 + - notmuch: tolerate file renames behind neomutt's back
     19 + - pager: implement `$pager_read_delay`
     20 + - notmuch: validate `nm_query_window_timebase`
     21 + - notmuch: make $nm_record work in non-notmuch mailboxes
     22 + - compose: add `$greeting` - a welcome message on top of emails
     23 + - notmuch: show additional mail in query windows
     24 +* Changed Config
     25 +- Renamed lots of config, e.g. `askbcc` to `ask_bcc`.
     26 +* Bug Fixes
     27 + - imap: fix crash on external IMAP events
     28 + - notmuch: handle missing libnotmuch version bumps
     29 + - imap: add sanity check for qresync
     30 + - notmuch: allow windows with 0 duration
     31 + - index: fix index selection on `<collapse-all>`
     32 + - imap: fix crash when sync'ing labels
     33 + - search: fix searching by Message-Id in `<mark-message>`
     34 + - threads: fix double sorting of threads
     35 + - stats: don't check mailbox stats unless told
     36 + - alias: fix crash on empty query
     37 + - pager: honor mid-message config changes
     38 + - mailbox: don't propagate read-only state across reopens
     39 + - hcache: fix caching new labels in the header cache
     40 + - crypto: set invalidity flags for gpgme/smime keys
     41 + - notmuch: fix parsing of multiple `type=`
     42 + - notmuch: validate $nm_default_url
     43 + - messages: avoid unnecessary opening of messages
     44 + - imap: fix seqset iterator when it ends in a comma
     45 + - build: refuse to build without pcre2 when pcre2 is linked in ncurses
     46 +* Translations
     47 + - 100% Serbian
     48 + - 100% Lithuanian
     49 + - 100% German
     50 + - 100% Czech
     51 + - 96% Spanish
     52 + - 92% Polish
     53 + - 85% Norwegian
     54 + - 80% French
     55 + - 78% Russian
     56 + - 74% Esperanto
     57 + - 66% Greek
     58 + 
    1 59  2021-02-05 Richard Russon <[email protected]>
    2 60  * Features
    3 61   - Add <skip-headers> to skip past message headers in pager
    skipped 2135 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-216-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
     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")
    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 98 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20210205"
     19 +define PACKAGE_VERSION "20211015"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1351 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 = "2021-02-05"
     28 +PROJECT_NUMBER = "2021-10-15"
    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 1748 lines
Please wait...
Page is in error, reload to recover