Revisions of neomutt

David Sterba's avatar David Sterba (dsterba) accepted request 982618 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 52)
- fix build for older dists
buildservice-autocommit accepted request 979165 from David Sterba's avatar David Sterba (dsterba) (revision 51)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 979158 from Lars Marowsky-Bree's avatar Lars Marowsky-Bree (LarsMB) (revision 50)
Fix several annoying color rendering bugs and a security report.

- update to 20220429:
  * Bug Fixes
  * Do not crash on an invalid use_threads/sort combination
  * Fix: stuck browser cursor
  * Resolve (move) the cursor after <edit-label>
  * Index: fix menu size on new mail
  * Don't overlimit LMDB mmap size
  * OpenBSD y/n translation fix
  * Generic: split out OP_EXIT binding
  * Fix parsing of sendmail cmd
  * Fix: crash with menu_move_off=no
  * Newsrc: bugfix; nntp_user and nntp_pass ignored
  * Menu: ensure config changes cause a repaint
  * Mbox: fix sync duplicates
  * Make sure the index redraws all that's needed
  * Translations
  * 100% Chinese (Simplified)
  * 100% Czech
  * 100% German
  * 100% Hungarian
  * 100% Lithuanian
  * 100% Serbian
  * 100% Turkish
  * Docs
  * add missing pattern modifier ~I for external_search_command
  * Code
  * menu: eliminate custom_redraw()
  * modernise mixmaster
  * Kill global and Propagate display attach status through State- 
- update to 20220415:
buildservice-autocommit accepted request 969212 from David Sterba's avatar David Sterba (dsterba) (revision 49)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 968269 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 48)
- update to 20220408:
  * Compose multipart emails
  * Fix screen mode after attempting decryption
  * imap: increase max size of oauth2 token
  * Fix autocrypt
  * Unify Alias/Query workflow
  * Fix colours
  * Say which file exists when saving attachments
  * Force SMTP authentication if `smtp_user` is set
  * Fix selecting the right email after limiting
  * Make sure we have enough memory for a new email
  * Don't overwrite with zeroes after unlinking the file
  * Fix crash when forwarding attachments
  * Fix help reformatting on window resize
  * Fix poll to use PollFdsCount and not PollFdsLen
  * regex: range check arrays strictly
  * Fix Coverity defects
  * Fix out of bounds write with long log lines
  * Apply `fast_reply` to 'to', 'cc', or 'bcc'
  * Prevent warning on empty emails
  * New default: `set rfc2047_parameters = yes`
  * 100% German
  * 100% Lithuanian
  * 100% Serbian
  * 100% Czech
  * 100% Turkish
  * 72% Hungarian
  * Improve header cache explanation
  * Improve description of some notmuch variables
  * Explain how timezones and `!`s work inside `%{}`, `%[]` and `%()`
David Sterba's avatar David Sterba (dsterba) accepted request 943948 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
- update to 20211029 (bsc#1185705, CVE-2021-32055):
  * Notmuch: support separate database and mail roots without .notmuch
  * fix notmuch crash on open failure
  * fix crypto crash handling pgp keys
  * fix ncrypt/pgp file_get_size return check
  * fix restore case-insensitive header sort
  * fix pager redrawing of long lines
  * fix notmuch: check database dir for xapian dir
  * fix notmuch: update index count after <entire-thread>
  * fix protect hash table against empty keys
  * fix prevent real_subj being set but empty
  * fix leak when saving fcc
  * fix leak after <edit-or-view-raw-message>
  * fix leak after trash to hidden mailbox
  * fix leak restoring postponed emails
  * fix new mail notifications
  * fix pattern compilation error for ( !>(~P) )
  * fix menu display on window resize
  * Stop batch mode emails with no argument or recipients
  * Add sanitize call in print mailcap function
  * fix hdr_order to use the longest match
  * fix (un)setenv to not return an error with unset env vars
  * fix Imap sync when closing a mailbox
  * fix segfault on OpenBSD current
  * sidebar: restore sidebar_spoolfile colour
  * fix assert when displaying a file from the browser
  * fix exec command in compose
  * fix check_stats for Notmuch mailboxes
  * Fallback: Open Notmuch database without config
  * fix gui hook commands on startup
buildservice-autocommit accepted request 892512 from David Sterba's avatar David Sterba (dsterba) (revision 46)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 888249 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 45)
- stop owning directories provided by filesystem (bsc#1184787)
buildservice-autocommit accepted request 881320 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 44)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 881316 from Lars Marowsky-Bree's avatar Lars Marowsky-Bree (LarsMB) (revision 43)
Oops. There was a silly mistake/misconfiguration on the changelog email
address. Let's try that again.
David Sterba's avatar David Sterba (dsterba) accepted request 881312 from Lars Marowsky-Bree's avatar Lars Marowsky-Bree (LarsMB) (revision 42)
- build: Enable pcre2 for regex matching (bsc#1183989)
- Add libprce2-devel as build dependency
buildservice-autocommit accepted request 877694 from David Sterba's avatar David Sterba (dsterba) (revision 41)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 877646 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
- update to 20210205:
  * Features
    - Add <skip-headers> to skip past message headers in pager
    - Add <view-pager> function to attachment menu
  * Bug Fixes
    - Fix detection of mbox files with new mail
    - Fix crash on collapsed thread
    - Fix group-chat-reply
    - Clear the message window on resize
    - Do not crash on return from shell-exec if there's no open mailbox
    - Abort IMAP open if condstore/qresync updates fetch fails
    - Fix smtp crash on invalid $smtp_authenticators list
    - Fix pager dropped input on screen resize
    - Fix mime forwarding
    - Check config after hooks
    - Always recreate a mailbox after folder-hook
  * Translations
    - 88% Slovakian
  * Docs
    - Adjust doc to explicitly mention $count_alternative
    - Restore correct "$sort_re" documentation
    - Clarify pattern completion
    - Man pages: Clear up "-H" and "-O"
  * Build
    - Update to latest acutest
    - Update to latest autosetup
    - Make the location of /tmp configurable
buildservice-autocommit accepted request 851847 from David Sterba's avatar David Sterba (dsterba) (revision 39)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 851408 from Kai Liu's avatar Kai Liu (kailiu) (revision 38)
Update to version 20201127.
buildservice-autocommit accepted request 850808 from David Sterba's avatar David Sterba (dsterba) (revision 37)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 850304 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 36)
Past changelog edits:

  boo#1179113
CVE-2020-14154 bsc#1172906
CVE-2020-14954 bsc#1173197
CVE-2020-14093 bsc#1172935 
buildservice-autocommit accepted request 850231 from David Sterba's avatar David Sterba (dsterba) (revision 35)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 849912 from Kai Liu's avatar Kai Liu (kailiu) (revision 34)
Updated to 20201120. Addressed boo#1179035, CVE-2020-28896. Added upstream signing key and validate source signature.
buildservice-autocommit accepted request 834007 from David Sterba's avatar David Sterba (dsterba) (revision 33)
baserev update by copy to link target
Displaying revisions 21 - 40 of 72
openSUSE Build Service is sponsored by