Changelog for
maildir-utils-1.8.5-2.78.x86_64.rpm :
* Wed Jul 06 2022 Matthias Fruehauf
- Update to 1.8.5
* Fri Jul 01 2022 Matthias Fruehauf - Update to 1.8.3
* Wed Jun 29 2022 Matthias Fruehauf - Update to 1.8.2
* Tue Jun 28 2022 Matthias Fruehauf - Update to 1.8.1
* Thu Jun 16 2022 Matthias Fruehauf - Update to 1.6.11
* Fri Aug 20 2021 Matthias Fruehauf - Update to 1.6.3
* Wed Jul 28 2021 Matthias Fruehauf - Update to 1.6.0
* Mon Jan 25 2021 Michael Vetter - Update to 1.4.15:
* Fix \'mu4e-interrupt-update-mail alias definition
* mu-msg-sexp: Improve list-post regexp
* Mon Jan 04 2021 Michael Vetter - Update to 1.4.14:
* lib: fix mu-msg-json build
* mu4e-view: Use \'mu4e not \"mu4e\" when extracting
* Fix `mu help` doesn\'t show the `init` command
* mu4e: avoid calendar charset error
* Disable `mm-verify-option` let-bounded in `mu4e~view-gnus`
* Mon Aug 10 2020 Michael Vetter - Update to 1.4.13:
* Bugfix release, no changes provided
* Mon Jul 27 2020 Michael Vetter - Update to 1.4.12:
* Bugfix release, no changes provided
* Wed Jun 10 2020 Michael Vetter - Update to 1.4.10:
* mu4e-headers: require mule-util for truncate-string-ellipsis
* Mon Jun 08 2020 Michael Vetter - Update to 1.4.9:
* mu4e: avoid trouble with truncate-string-to-width
* Mon Jun 01 2020 Michael Vetter - Update to 1.4.8:
* Strip properties from mu4e-completing-read-function results
* mu4e: remove easy-accounts / no-trash-providers for now
* Add missing space between signature verification and signers
* mu4e-maildir-shortcuts: update for today\'s functionality
* mu4e-maildir-shortcuts: update for today\'s functionality
* Sun May 17 2020 Michael Vetter - Update to 1.4.6:
* mu: always sort descending within threads
* mu-server: disable readline support for now
* Fix make-mu4e-context-account
* mu4e-compose: fix external use (`compose-mail\')
* mu4e: support \'no trash flag\' for all mark-for-trash
* Mon May 11 2020 Michael Vetter - Update to 1.4.5:
* typo in mu-query manpage
* mu4e: use :hide-unread in doc
* mu4e: better error when mu4e-mu-binary is not set
* mu: support --eval for server testing
* mu: don\'t verify signatures when it\'s not needed
* mu4e-bookmarks: improve documentation
* Make mu4e~view-message available to mu4e-view-mode-hook
* mu4e: change spacing in main view for info section
* mu4e.texi: Add note about s/mime
* Mon May 04 2020 Michael Vetter - Update to 1.4.4:
* mu: do a full index when the database is empty
* mu4e-proc: only rename when maildir is set
* mu-store: enlarge buffer for strftime
* mu4e: centralize mode-line context setting code
* mu4e: update documentation
* mu4e: start mu4e in compose-handler, when necessary
* Wed Apr 29 2020 Michael Vetter - Update to 1.4.3:
* mu4e-view: fix gnus-button click for emacs 26
* mu4e: Don\'t use (mu4e-root-maildir) with easy-accounts
* fix `mu4e-main-buffer-hide-personal-addresses\'
* mu4e-proc: ensure some booleans are nil
* mu4e: ask for context in mu4e~start
* Mon Apr 20 2020 Michael Vetter - Update to 1.4.1:
* ~/.mu -> ~/.cache/mu
* remove mentions of --rebuild
* properly close config group
* Sun Apr 19 2020 Alexander Graul -Update to 1.4: mu:
* Defaults to XDG Base Directory Specification
* New subcommand `mu init` to initialize database -- takes `--my-address` and `--maildir` parameters, `mu index` does not accept them anymore
* New subcommand `mu info` to display information about the database
* Contacts are now saved in the database instead of in a separate file
* `--xbatchsize` and `--autoupgrade` (for `mu index`) are removed, both are implicit now mu4e:
* Does not use `mu4e-maildir` and `mu4e-user-mail-address-list` variables anymore, uses information from `mu init`
* Performance improvements related to contacts handling
* Added gnus\' calendar-invitation handling
* Added support for custom headers
* Added experimental \"Account Setup Handler\"
* Org-mode support is enabled by default
* Speedbar support is disabled by default
* Messaged-id are added to draft messages (can be found with `mu4e-headers-skip-duplicates` enabled)
* Bookmarks are simple plists now (`make-mu4e-bookmark` was updated)
* Specific bookmarks can be hidden from main menu
* `mu4e-maildir-shortcuts` are simple plists now (old format is still recognized)
* Replying to mailing lists has been improved
* Shows unread/all counts for bookmarks in main menu (on by default)
* `mu4e-attachment-dir` is also used for composing messages
* `mu4e` <-> `mu` communication uses s-expressions now (includes a REPL for testing)
* Mon Apr 08 2019 mvetterAATTsuse.com- Update to 1.2: mu:
* Substantial (algorithmic) speed-up of message-threading
* The query-parser now generates better queries for wildcard searches, by using the Xapian machinery for that (when available) rather than tranforming into regexp queries
* The perl backend is hardly used and will be removed; for now we just disable it in the build
* Allow outputing messages in json format, closely following the sexp output. This adds an (optional) dependency on the Json-Glib library mu4e:
* Bump the minimal required emacs version to 24.4. This was already de-facto true, now it is enforced
* In mu4e-bookmarks, allow the `:query` element to take a function (or lambda) to dynamically generate the query string.
* There is a new message-view for mu4e, based on the Gnus\' article-view. This bring a lot of (but not all) of the very rich Gnus article-mode feature-set to mu4e, such as S/MIME-support, syntax-highlighting. Enable it with: (setq mu4e-view-use-gnus t)
* Bug fixes
* Tue Mar 05 2019 mvetterAATTsuse.com- bsc#1111950: Build lib in paralell the rest on one core