SHA256
1
0
forked from pool/aerc

6 Commits

Author SHA256 Message Date
55faaed076 Accepting request 1240677 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1240677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aerc?expand=0&rev=16
2025-01-28 13:59:32 +00:00
Braun
1f394b2b76 - Update to upstream version 0.20.1
* Fixed: :sign and :encrypt descriptions overflow the review screen.
  * Fixed: some messages are hidden when using client side threading.

OBS-URL: https://build.opensuse.org/package/show/server:mail/aerc?expand=0&rev=37
2025-01-27 23:41:47 +00:00
beebfbe269 Accepting request 1240313 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1240313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aerc?expand=0&rev=15
2025-01-27 19:52:48 +00:00
Braun
ed69d27e77 - Update to upstream version 0.20.0
* copy-to now supports multiple destination folders.
  * All commands that involve composing messages (:compose, :reply, :recall,
    :unsubscribe and :forward) now have a new -s flag to skip opening the text
    editor and go directly to the review screen. Previously, this flag was
    restricted to calendar invitations response commands (:accept,
    :accept-tentative and :decline).
  * copy-to-replied now properly works without having copy-to also set.
  * copy-to-replied creates empty messages when copy-to is also set.
  * The address-book completion popovers now again appear under the field being
    completed.
  * The new-message bell is now rung again for threaded directories as well.
  * The "default" styleset status line background has been reset to the default
    color (light or dark, depending on your terminal color scheme) in order to
    make error, warning or success messages more readable.
  * Key bindings in the compose review screen are now displayed in the order in
    which they are defined in the [compose::review] section of binds.conf.
  * It is now possible to explicitly hide key bindings from the compose review
    screen by using a special " # -" annotation.

OBS-URL: https://build.opensuse.org/package/show/server:mail/aerc?expand=0&rev=35
2025-01-26 01:02:00 +00:00
72fb002a5b Accepting request 1237950 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1237950
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aerc?expand=0&rev=14
2025-01-15 16:44:08 +00:00
Braun
aee32aba93 - Update to upstream version 0.19.0
* New :redraw command to force a repaint of the screen.
  * New head and tail templates functions for strings.
  * New {{.AccountFrom}} template variable.
  * Replying to all will include the Sender in Cc.
  * Add -b flag to the :view command to open messages in a background tab.
  * AERC_ACCOUNT and AERC_FOLDER are now available in the signature command
    environment.
  * Filters will receive the actual COLUMNS and LINES values.
  * The :forward command now sets the forwarded flag.
  * Forwarded messages can now be searched for and filtered in notmuch and
    maildir.
  * Forwarded messages can be styled differently in the message list.
  * Forwarded messages can be identified with the {{.IsForwarded}} template.
  * The :flag command now sets/unsets/toggle the forwarded tag.
  * The notmuch backend now honors the forwarded flag, setting the "passed" tag.
  * The maildir backend now honors the forwarded/passed flag.
  * Auto-switch projects based on the message subject for the :patch command.
  * New :echo command that prints its arguments with templates resolved.
  * New use-envelope-from option in accounts.conf.
  * Command completion now displays descriptions next to completion items.
  * New completion_description style object in style sets used for rendering
    completion item descriptions.
  * :import-mbox can now import data from an URL.
  * Dynamic message list style can now match on multiple email headers.
  * The JMAP backend now supports full thread fetching and caching
    (limited within a single mailbox).
  * :expand-folder and :collapse-folder can now act on a non selected folder.
  * Filters commands can now provide their own paging by prefixing them with a
    "!" character. Doing so will disable the configured [viewer].pager and
    connect them directly to the terminal.
  * Reply to addresses in From and Reply-To headers with ":reply -f".
  * Fixed builtin calendar filter showing empty attendee list.
  * Terminal-based pinentry programs (e.g. pinentry-curses) now work properly.
  * Notmuch searches which explicitly contain tags from exclude-tags now return
    messages.
  * Invitations now honor the -a flag for :send.
  * Remove unwanted less than symbol from In-Reply-To header when Message-ID
    uses folding.
  * Aliases are now taken into account correctly when replying to own messages
    such as from the Sent folder or via a mailing list.
  * Some SMTP servers do not strip Bcc headers. aerc now removes them before
    sending emails to avoid leaking private information. A new strip-bcc = false
    option can be used in accounts.conf to revert to previous behaviour
    (preserve Bcc headers in outgoing messages).
  * There should no longer be any duplicates in recipient lists when replying.
  * GPG signatures and encrypted parts now use CRLF line endings as required by
    RFC 5322.
  * Template function quote only prefixes with a space if at quote depth 1.
  * Templates passed to the :reply command using the `-T` flag can now make use
    of {{.OriginalText}}.
  * The location of the command history file has changed to
    ${XDG_STATE_HOME:-$HOME/.local/state}/aerc/history.
  * Tab completions for text fields are run asynchronously. In-flight requests
    are cancelled when new input arrives.
  * Path completion now uses the normal filtering mechanism, respecting case
    sensitivity and the fuzzy completion option.
  * The html filter is now enabled by default, making w3m a weak runtime
    dependency. If it is not installed, viewing HTML emails will fail with an
    explicit error.
  * The default text/html filter will now run w3m in interactive mode.
  * The builtin html and html-unsafe filters can now take additional arguments
    that will be passed to w3m. This can be used to enable inline images when
    viewing text/html parts (e.g.: text/html = ! html-unsafe -sixel).
  * The templates exec commands is now executed with the filters exec $PATH
    similar to filter commands.
  * The default quoted_reply template now converts text/html parts to plain text
    before quoting them.

OBS-URL: https://build.opensuse.org/package/show/server:mail/aerc?expand=0&rev=33
2025-01-14 23:49:07 +00:00
5 changed files with 111 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78408b3fe7a4991a6097c961c348fb7583af52dff80cbfcd99808415cf3d7586
size 447348

3
aerc-0.20.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbfbf2cc4f6e251731698d6d1b7be4e88835b4e089d55e3254d37d450700db07
size 474975

View File

@@ -1,3 +1,105 @@
-------------------------------------------------------------------
Mon Jan 27 22:27:28 UTC 2025 - Hannes Braun <apple.hannes@gmail.com> - 0.20.1
- Update to upstream version 0.20.1
* Fixed: :sign and :encrypt descriptions overflow the review screen.
* Fixed: some messages are hidden when using client side threading.
-------------------------------------------------------------------
Sat Jan 25 23:44:42 UTC 2025 - Hannes Braun <apple.hannes@gmail.com> - 0.20.0
- Update to upstream version 0.20.0
* copy-to now supports multiple destination folders.
* All commands that involve composing messages (:compose, :reply, :recall,
:unsubscribe and :forward) now have a new -s flag to skip opening the text
editor and go directly to the review screen. Previously, this flag was
restricted to calendar invitations response commands (:accept,
:accept-tentative and :decline).
* copy-to-replied now properly works without having copy-to also set.
* copy-to-replied creates empty messages when copy-to is also set.
* The address-book completion popovers now again appear under the field being
completed.
* The new-message bell is now rung again for threaded directories as well.
* The "default" styleset status line background has been reset to the default
color (light or dark, depending on your terminal color scheme) in order to
make error, warning or success messages more readable.
* Key bindings in the compose review screen are now displayed in the order in
which they are defined in the [compose::review] section of binds.conf.
* It is now possible to explicitly hide key bindings from the compose review
screen by using a special " # -" annotation.
-------------------------------------------------------------------
Tue Jan 14 23:37:03 UTC 2025 - Hannes Braun <apple.hannes@gmail.com> - 0.19.0
- Update to upstream version 0.19.0
* New :redraw command to force a repaint of the screen.
* New head and tail templates functions for strings.
* New {{.AccountFrom}} template variable.
* Replying to all will include the Sender in Cc.
* Add -b flag to the :view command to open messages in a background tab.
* AERC_ACCOUNT and AERC_FOLDER are now available in the signature command
environment.
* Filters will receive the actual COLUMNS and LINES values.
* The :forward command now sets the forwarded flag.
* Forwarded messages can now be searched for and filtered in notmuch and
maildir.
* Forwarded messages can be styled differently in the message list.
* Forwarded messages can be identified with the {{.IsForwarded}} template.
* The :flag command now sets/unsets/toggle the forwarded tag.
* The notmuch backend now honors the forwarded flag, setting the "passed" tag.
* The maildir backend now honors the forwarded/passed flag.
* Auto-switch projects based on the message subject for the :patch command.
* New :echo command that prints its arguments with templates resolved.
* New use-envelope-from option in accounts.conf.
* Command completion now displays descriptions next to completion items.
* New completion_description style object in style sets used for rendering
completion item descriptions.
* :import-mbox can now import data from an URL.
* Dynamic message list style can now match on multiple email headers.
* The JMAP backend now supports full thread fetching and caching
(limited within a single mailbox).
* :expand-folder and :collapse-folder can now act on a non selected folder.
* Filters commands can now provide their own paging by prefixing them with a
"!" character. Doing so will disable the configured [viewer].pager and
connect them directly to the terminal.
* Reply to addresses in From and Reply-To headers with ":reply -f".
* Fixed builtin calendar filter showing empty attendee list.
* Terminal-based pinentry programs (e.g. pinentry-curses) now work properly.
* Notmuch searches which explicitly contain tags from exclude-tags now return
messages.
* Invitations now honor the -a flag for :send.
* Remove unwanted less than symbol from In-Reply-To header when Message-ID
uses folding.
* Aliases are now taken into account correctly when replying to own messages
such as from the Sent folder or via a mailing list.
* Some SMTP servers do not strip Bcc headers. aerc now removes them before
sending emails to avoid leaking private information. A new strip-bcc = false
option can be used in accounts.conf to revert to previous behaviour
(preserve Bcc headers in outgoing messages).
* There should no longer be any duplicates in recipient lists when replying.
* GPG signatures and encrypted parts now use CRLF line endings as required by
RFC 5322.
* Template function quote only prefixes with a space if at quote depth 1.
* Templates passed to the :reply command using the `-T` flag can now make use
of {{.OriginalText}}.
* The location of the command history file has changed to
${XDG_STATE_HOME:-$HOME/.local/state}/aerc/history.
* Tab completions for text fields are run asynchronously. In-flight requests
are cancelled when new input arrives.
* Path completion now uses the normal filtering mechanism, respecting case
sensitivity and the fuzzy completion option.
* The html filter is now enabled by default, making w3m a weak runtime
dependency. If it is not installed, viewing HTML emails will fail with an
explicit error.
* The default text/html filter will now run w3m in interactive mode.
* The builtin html and html-unsafe filters can now take additional arguments
that will be passed to w3m. This can be used to enable inline images when
viewing text/html parts (e.g.: text/html = ! html-unsafe -sixel).
* The templates exec commands is now executed with the filters exec $PATH
similar to filter commands.
* The default quoted_reply template now converts text/html parts to plain text
before quoting them.
-------------------------------------------------------------------
Mon Jul 29 22:51:52 UTC 2024 - Hannes Braun <apple.hannes@gmail.com> - 0.18.2

View File

@@ -1,7 +1,7 @@
#
# spec file for package aerc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 Hannes Braun
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: aerc
Version: 0.18.2
Version: 0.20.1
Release: 0
Summary: An email client for terminals
License: GPL-3.0-or-later
@@ -33,8 +33,8 @@ BuildRequires: make
BuildRequires: notmuch-devel >= 0.37
BuildRequires: scdoc
BuildRequires: zstd
Recommends: dante
Recommends: w3m
Requires: dante
Requires: w3m
%description
aerc is an email client that runs in terminals.

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccea98b48656571253a4c94b37c598458c171c1b2304a256821f553c4385cf83
size 2471416
oid sha256:7a6056bcfc753a5302ace2d9700f03365e17fc87be819e256c3c31a807f4ca37
size 2391913