Revisions of maildir-utils

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 993675 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 34)
- Update to 1.8.8:
  * Update mu4e-action-add-org-contact for new contact format (#2306)
  * Ensure non-nil works (rather than only t) in mu4e-server (#2310)
  * Add some more unit tests for skipdups / related messages.
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 990950 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 33)
- Update to 1.8.7:
  * ensure the the "current message" is cleared with clearing the
    headers-view; also update mu4e-message-at-point to be stricter
  * only show messages in mu-find that exist
  * load mu4e-view earlier
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 989100 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 32)
- Update to 1.8.6:
  * Fix the the minimized main menu
  * Be less picky with maildirs with trailing /
  * Add mu4e-copy-thing-at-point, bind to c in view
  * Add more matching tests
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 986973 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 31)
- Update to 1.8.5:
  * some minor build updates
  * add a lispdir option
  * the 1.8.4 release & tag got mixed up, so we're going straight to 1.8.5
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 986622 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 30)
- Update to 1.8.3:
  * properly install info files
  * allow for alternative emacs binaries
  * extra tests
  * mu: propagate read marks to all with same message-id
  * small doc updates

- Update to 1.8.2:
  * handle some corner-case queries with special characters
  * allow searching for email address components
  * fix find with links generations
  * update doc versioning

- Update to 1.8.1:
  mu:
  * The server protocol (as used my mu4e) has seen a number of updates, to allow for faster rendering. As before, there’s no compatibility between minor release numbers (1.4 vs 1.6 vs 1.8) nor within development series (such as 1.7). However, within a stable release (such as all 1.6.x) the protocol won’t change (except if required to fix some severe bug; never happened in practice)
  * The processed number in the indexing statistics has been renamed into checked and describes the number of message files considered for updating, which is a bit more useful that the old value, which was more-or-less synonymous with the updated number (which are the message that got (re)parsed / (re)added to the database.  Basically, it counts all the messages for which we checked their timestamp.
  * The internals of the message handling in mu have been heavily reworked; much of this is not immediately visible but is an enabler for some new features.
  * Instead of passing --muhome, you can now also set an environment variable MUHOME.
  * The info command now includes information about the last indexing operation and the last database change that took place; note that the information may be slightly delayed due to database caching.
  * the verify command for checking signatures has been updated, and is more informative
  * a new command fields provides information about the message fields and flags for use in queries. The information is the same information that mu uses and so stays up to date.
  * a new message field changed, which refers to the time/date of the last time a message was changed (the file ctime)
  * new message flags personal to search for “personal” messages, which are defined as a message with at least one personal contact, and calendar for messages with calendar-invitations.
  * message sexps are now cached in the store, which makes delivering sexp-based search results (as used by mu4e) much faster.
  mu4e:
  * the old mu4e-view is gone; only the gnus-based one remains. This allowed for removing quite a bit of old code.
  * the mu4e headers rendering is much faster (a factor of 3+), which makes displaying big results snappier. This required some updates in the headers handling and in the server protocol. Separate from that, the cached message sexps (see the mu section) make getting the results much faster. This becomes esp. clear when there are a lot of query results.
  * “related” messages are now recognizable as such in the headers-view, with their own face, mu4e-related-face; by default with an italic slant.
  * For performance testing, you can set the variable mu4e-headers-report-render-time to t and mu4e will report the search/rendering speed of each query operation.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 980883 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 29)
- Update to 1.6.11:
  * mu-init: update manpage #2200.
  * indexer: don't wait when indexing does not progress #2233.
  * guile: add XAPIAN_CXXFLAGS #2236.
  * mu4e: don't loop mu4e-update-index when index is empty #2240.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 935567 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 28)
- Update to 1.6.10:
  * fix --terminate help display
  * make undo work across compose saves
  * ignore .update when store is empty
  * add xapian deps
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 928957 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 27)
- Update to 1.6.9:
  * Just a version bump because 1.6.8 had a mistake in them

- Update to 1.6.8:
  * mu-query: honor maxnum for threaded queries
  * lib/mu: fix a few leaks
  * guile: fix user script path detection

- Update to 1.6.7:
  * Add Emacs v29 support for enabling mu4e
  * mu-find: unbreak json output
  * build: detect wordexp
  * mu4e.texi: improve regexp example
  * mu int: improve docs for regexp addresses
  * mu4e.texi: Add regexp --my-address example

- Update to 1.6.6:
  * Fix mu-init manpage markup
  * Extracting attachments #2116
  * mu4e-view: remove overlays before erasing
  * mu4e-view: remove overlays when erasing
  * mu4e-server: rename from mu4e-proc
  * mu4e-utils: refactor into mu4e-helpers, separate files
  * mu4e-view: remove old view
  * vars: refactor variables
  * mu4e-search: split off search functionality in minor-mode
  * build: update coding-style settings
  * mu4e-context: make it a minor-mode
  * mu4e-context: fix some flycheck warnings
  * mu4e-helpers: split off from mu4e-utils
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 914603 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 26)
- Update to 1.6.5:
  * Create numbered backup of attached file when already exists (#2090)
  * Use and instead of progn and fix some long lines
  * Fix mu4e-view-save-attachments void variable
  * mu4e-headers: restore mark after update
  * view-gnus: Add S-SPC to scroll-down binding
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 913628 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 25)
- Update to 1.6.4:
  * mu4e: Add back the `h' keybinding to toggle HTML view in a gnus article
  * mu4e: toggle-html: use if-let/seq-find
  * mu4e-view-gnus: Fix some flycheck warnings (doc)
  * Create numbered backup of attached file when already exists #2090
  * Use and instead of progn and fix some long lines
  * mu4e-compose: regenerate Date: when user removes it
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 912426 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 24)
- Update to 1.6.3:
  * A few more updates -- lazy indexing and thread-subjects, org
    link config.

- Update to 1.6.2:
  * Some more fixes for problems found in the 1.6 series.

- Update to 1.6.1:
  * Fixes for some problems found by early adopters.
  NOTE: After upgrading, you need to call mu init, with your preferred
  parameters before you can use mu/mu4e. This is because the underlying
  database-schema has changed.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 866501 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 22)
- Update to 1.4.15:
  * Fix 'mu4e-interrupt-update-mail alias definition
  * mu-msg-sexp: Improve list-post regexp
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 860126 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 21)
- 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`
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 825263 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 20)
- Update to 1.4.13:
  * Bugfix release, no changes provided
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 822925 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
- Update to 1.4.12:
  * Bugfix release, no changes provided
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 813122 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 18)
- Update to 1.4.10:
  * mu4e-headers: require mule-util for truncate-string-ellipsis
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 812445 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
- Update to 1.4.9:
  * mu4e: avoid trouble with truncate-string-to-width
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 810523 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 16)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 806278 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 15)
- 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
Displaying revisions 21 - 40 of 54
openSUSE Build Service is sponsored by