Projects STRLCPY neomutt Commits ea2ec043
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2021-10-22 Richard Russon <[email protected]>
     2 +* Bug Fixes
     3 + - fix new mail notifications
     4 + - fix pattern compilation error for ~( !~>(~P) )
     5 + - fix menu display on window resize
     6 + - Stop batch mode emails with no argument or recipients
     7 + - Add sanitize call in print mailcap function
     8 + - fix `hdr_order` to use the longest match
     9 + - fix (un)setenv to not return an error with unset env vars
     10 + - fix Imap sync when closing a mailbox
     11 + - fix segfault on OpenBSD current
     12 + - sidebar: restore `sidebar_spoolfile` colour
     13 + - fix assert when displaying a file from the browser
     14 + - fix exec command in compose
     15 + - fix `check_stats` for Notmuch mailboxes
     16 + - Fallback: Open Notmuch database without config
     17 + - fix gui hook commands on startup
     18 +* Changed Config
     19 + - Re-enable `$ssl_force_tls`
     20 +* Translations
     21 + - 100% Serbian
     22 + - 100% Lithuanian
     23 + - 100% German
     24 +* Build
     25 + - Remove Slang from the build
     26 + - Warn about deprecated configure options
     27 + 
    1 28  2021-10-15 Richard Russon <[email protected]>
    2 29  * Security
    3 30   - Fix CVE-2021-32055
    skipped 2193 lines
  • ■ ■ ■ ■ ■
    README.md
    skipped 44 lines
    45 45  | New Mail | Execute a command upon the receipt of new mail.
    46 46  | NNTP | Talk to a Usenet news server
    47 47  | Notmuch | Email search engine
     48 +| Pager Read Delay | Delay when the pager marks a previewed message as read
    48 49  | Progress Bar | Show a visual progress bar on slow operations
    49 50  | Quasi-Delete | Mark emails that should be hidden, but not deleted
    50  -| Reply With X-Orig-To | Direct reply to email using X-Original-To header
     51 +| Reply With X-Original-To | Direct reply to email using X-Original-To header
    51 52  | Sensible Browser | Make the file browser behave
    52 53  | Sidebar | Panel containing list of Mailboxes
    53 54  | Skip Quoted | Leave some context visible
    54 55  | Status Color | Custom rules for theming the status bar
    55 56  | TLS-SNI | Negotiate with a server for a TLS/SSL certificate
    56 57  | Trash Folder | Automatically move deleted emails to a trash bin
     58 +| Use Threads | Improve the experience with viewing threads in the index
    57 59   
    58 60  ## Contributed Scripts and Config
    59 61   
    skipped 47 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20211015"
     19 +define PACKAGE_VERSION "20211022"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1339 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-10-15"
     28 +PROJECT_NUMBER = "2021-10-22"
    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