Revisions of maildir-utils

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1167921 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 53)
- Update to 1.12.4:
  * query when quitting emacs with unhandled marks in a headers buffer
  * fix mime-handling
  * update sent handling (simplifying it)
  * some internal improvements
  * number of small fixes / updates
  * documentation updates
  * re-enable a specific database lock; this makes indexing a bit slower,
    but hopefully avoids some db corruption.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1166274 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 52)
- Update to 1.12.3:
  * improve documentation / manpages
  * add --reindex option to 'mu index'
  * split off mu4e-complete-contact (for wider use)
  * work around some mail rendering issues with some emacs version
  * update some dependencies
  * fix some build warnings on older emacsen
  * fix musl build
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1158893 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 51)
- Update to 1.12.2:
  * fix guile loading path
  * respect message-cite-reply-position
  * bring back mu4e-message-goto-(top|bottom)
  * bring back mu4e-compose-context-switch
  * bring back mu4e-compose-attach-captured-message
  * improve manpages layout
  * flag messages with "list-unsubscribe" as MailingList messages
  * fix some build warnings
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1154557 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 50)
- Update to 1.12.1:
  * CLD2: add build option; ensure CLD2 is actually used
  * insist --maildir is absolute
  * tweak mu4e-compose; add 'display-buffer option for mu4e-compose-switch
  * fix typos, update mu4e documentation
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1150565 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 49)
- Update to 1.12.0:
  * Significant speedups in both mu and mu4e
  * Reworked message composition, closer to its Gnus origins which
	  adds many of its features
  * Overhauled the query parser; squashing a number of bugs/limitations,
	  incl. dealing with CJK messages
  * Experimental folding of message threads
  * Better and faster indexing of HTML messages
  * Experimental search by (human) language wit CLD2
	* For details see NEWS.org file
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1125110 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 48)
- Update to 1.10.8:
  * guile: fix module installation path
  * infodir: allow passing absolute path
  * mu4e-view: assign gnus-article-buffer (helps with some external
    programs)
  * mu4e: fix completion with non-quick keys (when using completion
    frameworks)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1108391 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 47)
- Update to 1.10.7:
  * Fix mu4e-compose-complete-addresses defcustom
  * Allow for specifying the guile dir (useful for distros)
    meson setup -Dguile-extension-dir= build
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1102597 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 46)
- Update to 1.10.6:
  * mu4e: clarify sortable fields in UI
  * mu4e: fix mu4e-view-refresh
  * guile: use the standard guile extension directory
  * mu: expand file paths in command-line options (e.g.,
    --maildir=~/Maildir) for shell that don't do so themselves (such as
    bash)
  * mu: set default batch-size to 50000 so we won't use too much memory
    (the old default broke systems with limited memory)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1097858 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 45)
- Update to 1.10.5:
  * in single-window mode, restore point after quitting headers-mode
  * check the part-type in Multipart (avoids an error in verifying
    unsigned messages with a signed attachment)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1094747 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 44)
- Update to 1.10.4:
  * contact/display-name: quote "names" with '@'
  * gmime-test: fix leak
  * mu4e: run mu4e-view-rendered-hook non-read-only (#2500)
  * mu4e: don't error out in mu4e-view-quit (#2487)
  * mu4e: add mu4e-fetch-field
  * message: remove control characters from subject (#2477)
  * meson.build: avoid clang build warning
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1082365 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 43)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1078170 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 42)
- Update to 1.10.2:
  * improve unit tests
  * fix threading issue with file-based logging
  * re-enable --after option for mu cfind
  * allow extracting message-parts from message (mu extract)
  * allow using relative message paths (view/extract/verify)
  Mu4e:
  * by default, don't reuse frame with composing in new frame
  * allow for disabling global modeline items
  * create random name for newly detached views
  * documentation update
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1076762 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 41)
- Update to 1.10.1:
  * defcustom typing updates
  * re-enable json output for mu-find
  * restore emacs27 compatibility (buffer-local-boundp)
  * avoid tramp cornercase for mu4e version check
  * handle function-type bookmarks again
  * restore terminal colors after error
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074565 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 40)
- Update to 1.10.0:
  mu:
  * a new command-line parser, which allows (hopefully!) for a better user
    interaction; better error checking and more
  * Invalid e-mail addresses are no longer added to the contacts-cache.
  * The cfind command gained --format=json, which makes it easy to further
    process contact information, e.g. using jq. See the manpage for more details.
  * The init command learned --reinit to reinitialize the database
    with the setings of an exisitng one
  * The script command is gone, and integrated with mu directly, i.e. the
    scripts (when enabled) are directly visible in the mu output. Also see
    the Guile section.
  * The extract command gained the --uncooked option to tell it to not replace
    spaces with dashes in extracted filenames (and a few other things).
  * Revamped manpages which are now generated from org descriptions
  * Standardize on PCRE-flavored regular expressions throughout mu.
  * Experimental: as bit of a hack, html message bodies are processed as if
    they were plain text, similar how “old mu” would do it (1.6.x and earlier).
    A nicer solution would be to convert to text, but this something for the future.
  * the MSYS2 (Windows) builds is experimental now; some things may not work;
    see e.g. https://github.com/djcb/mu/issues?q=is%3Aissue+label%3Amsys, but
    we welcome efforts to fix those things.
  mu4e:
  * emacs 26.3 or higher is now required for mu4e
  * mu4e-view-mode-hook now fires before the message is rendered. If you have
    hook-functions that depend on the message contents, you should use the new mu4e-view-rendered-hook.
  * mu4e window management has been completely reworked and cleaned up, affecting
    the message loading as well as the window-layout. As a user-visible feature, there’s
    now the z binding (mu4e-view-detach), to ‘detach’ view and alllow for keeping multiple
    views around; see the manual entry for further details.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1061865 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 39)
- Update to 1.8.14:
  * create mu cache path if needed
  * fix empty 'To:' header on reply to icalendar invitation
  * use const char* from for time_to_string (avoids crash in some configs)
  * mu4e-headers: appease byte-compiler
  * mu4e-headers: fallback to :subject for :thread-subject
  * mu-query-match-decider: add 'Related' to flags (rather than replace)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1040532 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 38)
- Update to 1.8.13:
  * Make server buffer invisible

- Update to 1.8.12:
  * Fix mu-headers-toggle-setting user feedback
  * Improve browse-url-handlers
  * Update some tests, avoid compiler warnings
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1031034 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 37)
- Update to 1.8.11:
  * Use fake message-ids when empty
  * Add explicit check for charconv header
  * Fix outdated doc for mime part actions
  * mu-view: be clearer when no text-body found
  * Fix mu4e-header-thread-first-child-prefix copy-pasta
  * Ensure mime-parts are utf8
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1003709 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 36)
- Update to 1.8.10:
  * Fix build with emacs 29 snapshots
  * Use save-excursion around toggling html
  * Install guile scripts and fix bindings
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 996446 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 35)
- Update to 1.8.9:
  * Work around some Protonmail-specific (mis)behavior with messages
    References; add some tests
  * Fix probleem with mu4e~view-message being nillified when it shouldn't.
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.
Displaying revisions 1 - 20 of 53
openSUSE Build Service is sponsored by