Projects STRLCPY neomutt Commits 49579f41
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    AUTHORS.md
    skipped 175 lines
    176 176  [Riad Wahby](https://github.com/kwantam "kwantam"),
    177 177  [Richard Hartmann](https://github.com/richih "richih"),
    178 178  [Richard Russon](https://github.com/flatcap "flatcap"),
     179 +[Róbert Horváth](https://github.com/r001 "r001"),
    179 180  [Roger Pau Monne](https://github.com/royger "royger"),
    180 181  [Romeu Vieira](https://github.com/romeug "romeug"),
    181 182  [Ronan Arraes Jardim Chagas](https://github.com/ronisbr "ronisbr"),
    skipped 71 lines
  • ■ ■ ■ ■ ■ ■
    ChangeLog.md
     1 +2022-04-08 Richard Russon <[email protected]>
     2 +* Features
     3 + - Compose multipart emails
     4 +* Bug Fixes
     5 + - Fix screen mode after attempting decryption
     6 + - imap: increase max size of oauth2 token
     7 + - Fix autocrypt
     8 + - Unify Alias/Query workflow
     9 + - Fix colours
     10 + - Say which file exists when saving attachments
     11 + - Force SMTP authentication if `smtp_user` is set
     12 + - Fix selecting the right email after limiting
     13 + - Make sure we have enough memory for a new email
     14 + - Don't overwrite with zeroes after unlinking the file
     15 + - Fix crash when forwarding attachments
     16 + - Fix help reformatting on window resize
     17 + - Fix poll to use PollFdsCount and not PollFdsLen
     18 + - regex: range check arrays strictly
     19 + - Fix Coverity defects
     20 + - Fix out of bounds write with long log lines
     21 + - Apply `fast_reply` to 'to', 'cc', or 'bcc'
     22 + - Prevent warning on empty emails
     23 +* Changed Config
     24 + - New default: `set rfc2047_parameters = yes`
     25 +* Translations
     26 + - 100% German
     27 + - 100% Lithuanian
     28 + - 100% Serbian
     29 + - 100% Czech
     30 + - 100% Turkish
     31 + - 72% Hungarian
     32 +* Docs
     33 + - Improve header cache explanation
     34 + - Improve description of some notmuch variables
     35 + - Explain how timezones and `!`s work inside `%{}`, `%[]` and `%()`
     36 + - Document config synonyms and deprecations
     37 +* Build
     38 + - Create lots of GitHub Actions
     39 + - Drop TravisCI
     40 + - Add automated Fuzzing tests
     41 + - Add automated ASAN tests
     42 + - Create Dockers for building Centos/Fedora
     43 + - Build fixes for Solaris 10
     44 + - New libraries: browser, enter, envelope
     45 + - New configure options: `--fuzzing` `--debug-color` `--debug-queue`
     46 +* Code
     47 + - Split Index/Pager GUIs/functions
     48 + - Add lots of function dispatchers
     49 + - Eliminate `menu_loop()`
     50 + - Refactor function opcodes
     51 + - Refactor cursor setting
     52 + - Unify Alias/Query functions
     53 + - Refactor Compose/Envelope functions
     54 + - Modernise the Colour handling
     55 + - Refactor the Attachment View
     56 + - Eliminate the global `Context`
     57 + - Upgrade `mutt_get_field()`
     58 + - Refactor the `color quoted` code
     59 + - Fix lots of memory leaks
     60 + - Refactor Index resolve code
     61 + - Refactor PatternList parsing
     62 + - Refactor Mailbox freeing
     63 + - Improve key mapping
     64 + - Factor out charset hooks
     65 + - Expose mutt_file_seek API
     66 + - Improve API of `strto*` wrappers
     67 +* Upstream
     68 + - imap QRESYNC fixes
     69 + - Allow an empty To: address prompt
     70 + - Fix argc==0 handling
     71 + - Don't queue IMAP close commands
     72 + - Fix IMAP UTF-7 for code points >= U+10000
     73 + - Don't include inactive messages in msgset generation
     74 + 
    1 75  2021-10-29 Richard Russon <[email protected]>
    2 76  * Features
    3 77   - Notmuch: support separate database and mail roots without .notmuch
    skipped 420 lines
    424 498   - Rename `doc/` directory to `docs/`
    425 499   - make: fix location of .Po dependency files
    426 500   - Change libcompress to be more universal
    427  - - Fix test fails on х32
     501 + - Fix test fails on Ñ32
    428 502   - fix uidvalidity to unsigned 32-bit int
    429 503  * Code
    430 504   - Increase test coverage
    skipped 37 lines
    468 542  * Features
    469 543   - UI: add number of old messages to sidebar_format
    470 544   - UI: support ISO 8601 calendar date
    471  - - UI: fix commands that dont need to have a non-empty mailbox to be valid
     545 + - UI: fix commands that donât need to have a non-empty mailbox to be valid
    472 546   - PGP: inform about successful decryption of inline PGP messages
    473 547   - PGP: try to infer the signing key from the From address
    474 548   - PGP: enable GPGME by default
    skipped 375 lines
    850 924   - Update Gentoo distro page
    851 925   - Devel: Static analysis
    852 926  * Build
    853  - - Support with-sysroot configure arg
     927 + - Support âwith-sysroot configure arg
    854 928   - Expose EXTRA_CFLAGS_FOR_BUILD and EXTRA_LDFLAGS_FOR_BUIlD
    855 929   - Update to latest autosetup
    856 930   - Make sure git_ver.h doesn't eat random 'g's out of tag names
    skipped 1151 lines
    2008 2082   - PGP Encrypt to Self
    2009 2083   Guillaume Brogi
    2010 2084   - Sensible Browser
    2011  - Pierre-Elliott Bécue
     2085 + Pierre-Elliott Bécue
    2012 2086   - Reply using X-Original-To: header
    2013  - Pierre-Elliott Bécue
     2087 + Pierre-Elliott Bécue
    2014 2088   - Purge Thread
    2015 2089   Darshit Shah
    2016 2090   - Forgotten attachment
    skipped 223 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-233-orange.svg)](https://github.com/neomutt/neomutt/blob/master/AUTHORS.md "All of NeoMutt's Contributors")
     5 +[![Contributors](https://img.shields.io/badge/Contributors-234-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://github.com/neomutt/neomutt/actions/workflows/build-and-test.yml/badge.svg?branch=master&event=push)](https://github.com/neomutt/neomutt/actions/workflows/build-and-test.yml "Latest Automatic Code Build")
    skipped 94 lines
    103 103  - Copyright (C) 2000-2019 David Champion `<[email protected]>`
    104 104  - Copyright (C) 2006-2009 Rocco Rutte `<[email protected]>`
    105 105  - Copyright (C) 2014-2020 Kevin J. McCarthy `<[email protected]>`
    106  -- Copyright (C) 2015-2021 Richard Russon `<[email protected]>`
     106 +- Copyright (C) 2015-2022 Richard Russon `<[email protected]>`
    107 107   
    108 108   
  • ■ ■ ■ ■
    auto.def
    skipped 15 lines
    16 16  ###############################################################################
    17 17  # Names and versions
    18 18  define PACKAGE "neomutt"
    19  -define PACKAGE_VERSION "20211029"
     19 +define PACKAGE_VERSION "20220408"
    20 20  define BUGS_ADDRESS "[email protected]"
    21 21   
    22 22  # Subdirectories that contain additional Makefile.autosetup files
    skipped 1374 lines
  • ■ ■ ■ ■ ■ ■
    version.c
    skipped 78 lines
    79 79   "Copyright (C) 2000-2004 Edmund Grimley Evans <[email protected]>\n"
    80 80   "Copyright (C) 2006-2009 Rocco Rutte <[email protected]>\n"
    81 81   "Copyright (C) 2014-2020 Kevin J. McCarthy <[email protected]>\n"
    82  - "Copyright (C) 2015-2020 Richard Russon <[email protected]>\n";
     82 + "Copyright (C) 2015-2022 Richard Russon <[email protected]>\n";
    83 83   
    84 84  static const char *Thanks =
    85 85   N_("Many others not mentioned here contributed code, fixes,\n"
    skipped 23 lines
    109 109   
    110 110  // clang-format off
    111 111  static const char *Notice =
    112  - N_("Copyright (C) 1996-2020 Michael R. Elkins and others.\n"
     112 + N_("Copyright (C) 1996-2022 Michael R. Elkins and others.\n"
    113 113   "NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'.\n"
    114 114   "NeoMutt is free software, and you are welcome to redistribute it\n"
    115 115   "under certain conditions; type 'neomutt -vv' for details.\n");
    skipped 467 lines
Please wait...
Page is in error, reload to recover