Ana Guerrero 0d30cd3e5b Accepting request 1178323 from server:mail
- Update to mutt 2.2.13 (Bug fix release)
  * Fix smtp client to respect $use_envelope_from option. The code
    was only looking to see if $envelope_from_address had a value,
    not if $use_envelope_from was set.
    Add extra safety checks to make sure the mailbox value isn't NULL.
  * Fix smtp client $envelope_from_address possible dangling pointer.
    If the account-hook invoked by mutt_conn_find() modifies
    $envelope_from_address, envfrom could point no longer point to the
    address.
    Move the mutt_conn_find() before the code that determines the envelope
    from address.

OBS-URL: https://build.opensuse.org/request/show/1178323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=118
2024-06-03 15:45:26 +00:00
2022-09-12 08:51:14 +00:00
2021-07-14 11:16:47 +00:00
2021-07-14 11:16:47 +00:00
2022-09-12 08:51:14 +00:00
2024-06-03 12:25:03 +00:00
2024-06-03 12:25:03 +00:00
2024-06-03 12:25:03 +00:00
2022-01-11 11:02:02 +00:00
2024-06-03 12:25:03 +00:00
2021-07-13 14:48:01 +00:00

Since Mutt version 1.5.6 there's changes with regards to the $alternates
variable. It's no longer a variable, but a command.

When it before was: set alternates=foo@bar.org
It's now:           alternates foo@bar.org

It's elaborated in the alternates section of the manpage muttrc.5

Description
No description provided
Readme 4 MiB
Languages
Python 90%
Shell 10%