Revisions of maildir-utils

buildservice-autocommit accepted request 993675 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 67)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 66)
- 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.
buildservice-autocommit accepted request 990950 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 65)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 64)
- 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
buildservice-autocommit accepted request 989100 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 63)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 62)
- 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
buildservice-autocommit accepted request 986973 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 61)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 60)
- 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
buildservice-autocommit accepted request 986622 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 59)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 58)
- 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.
buildservice-autocommit accepted request 980883 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 57)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 56)
- 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.
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 55)
- Update to 1.6.10:
  * fix --terminate help display
  * make undo work across compose saves
  * ignore .update when store is empty
  * add xapian deps
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 54)
- 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
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 53)
- 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
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 52)
- 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
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 51)
- 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.
buildservice-autocommit accepted request 866501 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 49)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 48)
- Update to 1.4.15:
  * Fix 'mu4e-interrupt-update-mail alias definition
  * mu-msg-sexp: Improve list-post regexp
Displaying revisions 41 - 60 of 107
openSUSE Build Service is sponsored by