Revisions of maildir-utils

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1218735 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 56)
- Update to 1.12.7:
  * many documentation fixes
  * mu4e: fix some mu4e-compose-captured-message corner case (#2745)
  * mu4e: fix 'user-agent' field (#2750)
  * few tiny tweaks
  * However biggest change is regarding mu's "threadiness" with respect to
    Xapian. For a while, some people, ran into Xapian database
    corruptions (I've seen it very occasionally, some people more often);
    issue #2706.
    I don't know the precise cause, but it seems to be related to using
    threads with Xapian; the mu code in this area hasn't changed much, so
    perhaps newer Xapian versions are less forgiving? Anyway, this is all
    speculation. Database corruption with mu is not catastrophic, since you
    can always rebuild it without data-loss; however, it's still annoying
    and we'd obviously want to avoid that.
    1.12.7 includes a change to make the database access single-threaded
    again, which seems to help for this problem. We're really returning to
    the behavior some older versions of mu, with the difference that now
    you'll get a message in mu4e
    Cannot handle command while indexing, please retry later.
    Hope that doesn't inconvenience people too much. Might have a deeper
    look into when I have some more time and not in the 1.12.x series.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1189969 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 55)
- Update to 1.12.6:
  * improved documentation: man-pages, mu4e reference manual, README
  * new function mu4e-save-message, to save a copy of the message at
    point
  * reduce logging a bit
  * fix mu4e-compose-pre-hook which broke with the 1.12.5 changes
  * fix bookmark support (bookmark-make-record-function)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1171850 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 54)
- Update to 1.12.5:
  * Rework message composition; split off parts into mu4e-draft.el
    This tries harder to maintain the current buffer as expected
  * This fixes e.g. emacs-report-bug handling
  * New hook mu4e-compose-post-hook for tweaking what mu4e does when
    we're done with a message (after sending, cancelling, ...).
    By default, it tries to close the frame if needed, and restore
    the window configuration. See its docstring.
  * Better handle forwarding of encoded messages
  * Don't remove non-mu4e completion in composer
  * Integrate iCalendar support with message-composition
  * Handle mu4e-sent-messages-behavior correctly when it's a function
  * Better support NetBSD
  * Support some file systems that don't put the file type in d_type
  * Improve documentation
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
Displaying revisions 1 - 20 of 56
openSUSE Build Service is sponsored by