Projects STRLCPY neomutt Commits 7e6700fd
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2020-08-07 Richard Russon <[email protected]>
     2 +* Security
     3 + - Add mitigation against DoS from thousands of parts
     4 +* Features
     5 + - Allow index-style searching in postpone menu
     6 + - Open NeoMutt using a mailbox name
     7 + - Add `cd` command to change the current working directory
     8 + - Add tab-completion menu for patterns
     9 + - Allow renaming existing mailboxes
     10 + - Check for missing attachments in alternative parts
     11 + - Add one-liner docs to config items
     12 +* Bug Fixes
     13 + - Fix logic in checking an empty From address
     14 + - Fix Imap crash in `cmd_parse_expunge()`
     15 + - Fix setting attributes with S-Lang
     16 + - Fix: redrawing of `$pager_index_lines`
     17 + - Fix progress percentage for syncing large mboxes
     18 + - Fix sidebar drawing in presence of indentation + named mailboxes
     19 + - Fix retrieval of drafts when "postponed" is not in the mailboxes list
     20 + - Do not add comments to address group terminators
     21 +* Changed Config
     22 + - Add `$copy_decode_weed`, `$pipe_decode_weed`, `$print_decode_weed`
     23 + - Change default of `$crypt_protected_headers_subject` to "..."
     24 + - Add default keybindings to history-up/down
     25 +* Build
     26 + - Allow building against Lua 5.4
     27 + - Fix when sqlite3.h is missing
     28 +* Docs
     29 + - Add a brief section on stty to the manual
     30 + - Update section "Terminal Keybindings" in the manual
     31 + - Clarify PGP Pseudo-header `S<id>` duration
     32 +* Code
     33 + - Clean up String API
     34 + - Make the Sidebar more independent
     35 + - De-centralise the Config Variables
     36 + - Refactor dialogs
     37 + - Refactor: Help Bar generation
     38 + - Make more APIs Context-free
     39 + - Adjust the edata use in Maildir and Notmuch
     40 + - Window refactoring
     41 + - Convert libsend to use Config functions
     42 + - Refactor notifications to reduce noise
     43 + - Convert Keymaps to use STAILQ
     44 + - Track currently selected email by msgid
     45 + - Config: no backing global variable
     46 + - Add events for key binding
     47 +* Upstream
     48 + - Fix imap postponed mailbox use-after-free error
     49 + - Speed up thread sort when many long threads exist
     50 + - Fix ~v tagging when switching to non-threaded sorting
     51 + - Add message/global to the list of known "message" types
     52 + - Print progress meter when copying/saving tagged messages
     53 + - Remove ansi formatting from autoview generated quoted replies
     54 + - Change postpone mode to write Date header too
     55 + - Unstuff `format=flowed`
     56 + 
    1 57  2020-06-26 Richard Russon <[email protected]>
    2 58  * Bug Fixes
    3 59   - Avoid opening the same hcache file twice
    skipped 1940 lines
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20200626"
     19 +define PACKAGE_VERSION "20200807"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1307 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-06-26"
     28 +PROJECT_NUMBER = "2020-08-07"
    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