2897 lines
115 KiB
Plaintext
2897 lines
115 KiB
Plaintext
-------------------------------------------------------------------
|
||
Mon Jun 3 12:11:28 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- 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.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 23 09:10:55 UTC 2024 - pgajdos@suse.com
|
||
|
||
- Use %patch -P N instead of deprecated %patchN.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 20 09:53:45 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Only suggest smtp daemon at runtime. Nevertheless if not
|
||
installed user will face a a warning.
|
||
- Move /etc/Muttrc to /usr/share/mutt/Muttrc
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 9 07:41:57 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Require a smtp daemon at build and runtime to work around
|
||
missing system /var/mail/ directory (boo#1216035)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 27 13:42:36 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Submit latest mutt 2.2.12 to SLE-15-SP6 for jira#PED-5580
|
||
* Drop patches for boo#1172906, boo#1172935, CVE-2020-14093,
|
||
and CVE-2020-14154 now upstream
|
||
- 3e88866dc60b5fa6aaba6fd7c1710c12c1c3cd01.patch
|
||
+ Prevent possible IMAP MITM via PREAUTH response.
|
||
- mutt-1.10.1-backport-mutt_ssl_gnutls-1.14.3.dif
|
||
to port mutt_ssl_gnutls.c from mutt 1.14.3 back
|
||
+ expired certs not properly rejected with GnuTLS
|
||
+ Side effect is support of TLSv1_3 is supported by gnutls
|
||
* Drop patch for bsc#1173197 c547433cdf2e79191b15c6932c57f1472bfb5ff4.dif
|
||
now upstream
|
||
- Fix CVE-2020-14954: STARTTLS buffering issue allowing man
|
||
in the middle attack of IMAP, SMTP and POP3
|
||
* Drop patch for bsc#1179035, CVE-2020-28896.patch now upstream
|
||
- incomplete connection termination could lead to sending
|
||
credentials over unencrypted connections
|
||
* Drop patch for bsc#1179113 and boo#1179461 nofreeze-c72f740a.patch
|
||
now upstream
|
||
- Avoid that message with a million tiny parts can freeze MUA
|
||
for several minutes
|
||
* Drop patch for bsc#1181221, CVE-2021-3181 mutt-colon.patch now
|
||
upstream
|
||
- recipient parsing memory leak. This patch combines three
|
||
smaller commits
|
||
* Drop patch for bsc#1198518, CVE-2022-1328 uudecode-e5ed080c.patch
|
||
- fix a buffer overflow in uudecoder
|
||
* Drop patches now upstream
|
||
- CVE-2023-4874-part1.patch (bsc#1215189 for CVE-2023-4874)
|
||
- CVE-2023-4874-part2.patch (bsc#1215189 for CVE-2023-4874)
|
||
- CVE-2023-4875.patch (bsc#1215191 for CVE-2023-4875)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 12 07:15:52 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 2.2.12 (bsc#1215189 for CVE-2023-4874,
|
||
bsc#1215191 for CVE-2023-4875)
|
||
* 2.2.12 (2023-09-09):
|
||
Bug fix release.
|
||
* 2.2.11 (2023-08-18):
|
||
Bug fix release.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 17 06:49:36 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Use astrix instead of german u umlaut as point
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 3 19:43:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 2.2.10:
|
||
* Bug fix release.
|
||
* $message_id_format %r and %z expandos use a URL-safe Base64 encoding:
|
||
'-' and '_' instead of '+' and '/'.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 4 14:27:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 2.2.9:
|
||
* Document the <1234> key syntax for bind.
|
||
* Fix non-printable keyname printing to use <octal> syntax.
|
||
* Move AM_PATH_GPG_ERROR before AM_PATH_GPGME.
|
||
* Update gpgme autoconf files to the latest versions.
|
||
* Adjust manual concerning IMAP Fcc in batch mode.
|
||
* Add explicit void to 0-parameter function definitions.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 12 08:50:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Refresh offsets of patches
|
||
* aw.listreply.diff
|
||
* mutt-1.10.1-imap.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 7 15:52:06 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
||
- enable optional verbose debugging at run-time (boo#1203184)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 9 19:05:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 2.2.7:
|
||
* This is a bug-fix release, fixing a $edit_headers bug on MacOS, along with
|
||
a few other small bugs. It also tightens the $query_command parser to
|
||
accept a single tab between fields, and changes $pager to accept a %s
|
||
expando.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jun 25 20:25:53 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 2.2.6:
|
||
* This is a bug-fix release, fixing a variety of small issues
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jun 4 08:27:54 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 2.2.5:
|
||
* fixing two issues with libgsasl authentication.
|
||
* fixing some regressions with Maildir/mh mailbox path normalization that were
|
||
added in 2.2.0. Please see the UPDATING file for more details.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 19 10:50:23 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 2.2.3 (bsc#1198518 for CVE-2022-1328)
|
||
* Fix read past end of buf in is_mmnoask().
|
||
* Fix strlen() assigns to be of type size_t where obvious.
|
||
* Flush iconv() in mutt_convert_string().
|
||
* Add convert_string() size check.
|
||
* Fix integer overflow in mutt_convert_string().
|
||
* Fix uudecode cleanup on unexpected eof.
|
||
* Fix uudecode buffer overflow.
|
||
* automatic post-release commit for mutt-2.2.2
|
||
* Protect prompt completion memcpy() calls with a NULL check.
|
||
* Fix mutt.man formatting.
|
||
* Fix query menu tagging behavior.
|
||
* Fix some mailbox prompts to use mailbox history ring.
|
||
* automatic post-release commit for mutt-2.2.1
|
||
* Fix ambiguity in translation
|
||
* Update the Polish translation for Mutt 2.2.0
|
||
* Improve Turkish translations
|
||
* Fix mutt_paddstr() to properly filter unprintable chars.
|
||
* Change mailto_allow to be exact match only.
|
||
* Filter headers passed via the command line.
|
||
* Fix mbox.man asctime(3) reference.
|
||
* Clarify description of $local_date_header
|
||
* Don't queue IMAP close commands.
|
||
* Update Finnish translation.
|
||
* Updated Catalan translation.
|
||
* Updated Russian translation.
|
||
* Updated Ukrainian translation.
|
||
* Fix argc==0 handling.
|
||
* Update de.po.
|
||
* Update Turkish translations.
|
||
* Update Czech translation for mutt-2.2.0
|
||
* Update translation files copyright string.
|
||
* Updated French translation.
|
||
* Fix $status_format documentation of $sort_thread_groups expando.
|
||
* Update source file copyright lines based on commit history.
|
||
* Update manual and program copyright notices.
|
||
* Updated French translation.
|
||
* Add very basic cd path completion.
|
||
* Simplify the mutt_select_file() call for MUTT_CMD completion.
|
||
* Add memcpy on MUTT_CMD completion to invoke the file selector.
|
||
* Enable $rfc2047_parameters by default.
|
||
* Set environ for sendmail execvp() call.
|
||
* Updated French translation.
|
||
* Convert SMTP cyrus sasl to use buffers.
|
||
* Move hard_redraw() after sendmail invocation.
|
||
* Revert "Add $reply_prefix."
|
||
* Add config.h dependency for keymap_defs.h generation.
|
||
* Force resort_init if $reply_regexp changes.
|
||
* Add $reply_prefix.
|
||
* Localize $reply_regexp.
|
||
* Fix $reply_regexp default value.
|
||
* Fix manual generation string_unescape() of backslash values.
|
||
* Improve Turkish translations
|
||
* Add pager REDRAW_FLOW redraw flag when popping a menu.
|
||
* Merge branch 'stable'
|
||
* Add new gsasl files to POTFILES.in.
|
||
* Add GNU SASL support for authentication.
|
||
* Add mutt_socket_buffer_readln().
|
||
* Merge branch 'stable'
|
||
* simplify envelope subject handling code a little
|
||
* Update de.po
|
||
* Fix sidebar counters with $maildir_trash.
|
||
* Improve the statusbar modified flag for $maildir_trash.
|
||
* Ignore $delete when sync'ing with $maildir_trash set.
|
||
* Fix unused variable warning.
|
||
* Allow an empty To: address prompt.
|
||
* Convert COLOR_DEFAULT constant to -1.
|
||
* [Fix] poll to use PollFdsCount and no PollFdsLen
|
||
* Add a few mutt variable configure dependency comments.
|
||
* Fix color object case insensitive comparisons.
|
||
* Correct multipart/alternative manual section slightly.
|
||
* Add internal mutt_ctime() implementation.
|
||
* Improve pattern compiler whitespace skipping.
|
||
* Updated French translation.
|
||
* Remove trailing slashes when opening maildir/mh mailboxes.
|
||
* Note that IMAP mailboxes polling doesn't support flag counts.
|
||
* Add $attach_save_charset_convert quadoption.
|
||
* Remove unneeded type save/restores around mutt_decode_attachment().
|
||
* Improve smime_verify_one() error handling and general flow.
|
||
* Assert mutt_decode_attachment() doesn't modify body fields.
|
||
* Don't use subtraction for qsort numeric value comparisons.
|
||
* Fix alias menu multi-select documentation.
|
||
* Implement <select-entry> as <display-message> in index menu.
|
||
* Use km_error_key() in index only for OP_NULL.
|
||
* Generate URLs with user/password as parsed.
|
||
* Ensure embedded IMAP passwords are stored in context->path.
|
||
* Updated French translation.
|
||
* Fix yesorno help prompt printing of choice.
|
||
* Add $compose_confirm_detach_first, default set.
|
||
* Add a comment about msn_seqset generation and header cache holes.
|
||
* Use cms utility for SMIME encryption/decryption.
|
||
* Improve conststrings.c generation, mainly for GNU Autoconf 2.71.
|
||
* Updated French translation.
|
||
* Merge branch 'stable'
|
||
* Update Esperanto translation.
|
||
* Add robustness checks to file attach functions.
|
||
* Prompt for password when using encrypted client certificate
|
||
* Lazily update header colors after a thread-flag update.
|
||
* Add $sort_thread_groups for top-level thread sorting.
|
||
* Make index sort compare functions independent from config variables.
|
||
* Improve generic menu type handling.
|
||
* Break the menu OPS/funcs and keybindings into separate tables.
|
||
* Enable nonl() mode for ncurses. closes #362.
|
||
* Revert "Silence strfcpy() warning in dotlock_deference_symlink()."
|
||
* Use memccpy() in the strfcpy macro if it's available.
|
||
* Fix typo in comment and function name: deference -> dereference.
|
||
* Silence strfcpy() warning in dotlock_deference_symlink().
|
||
* Add dprint for a backtick expansion with non-0 exit code.
|
||
* Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.
|
||
* Rewrite mutt_apply_replace() to use buffers.
|
||
* Increase scratch buf size in mutt_canonical_charset().
|
||
* Change hdrline make_from(_addr) to use snprintf for from.
|
||
* Silence compiler warning in _mutt_buffer_select_file().
|
||
* Use memcpy in fseek_last_message() instead of strncpy.
|
||
* Fix mutt_sasl buffer size to hold ip_port strings.
|
||
* Silence imap_make_date() warning by switching to a BUFFER.
|
||
* Silence compiler "may be uninitialized" warnings.
|
||
* Updated French translation.
|
||
* Add a help choice '?' to the yes or no prompt for quadoptions.
|
||
* Filter out group delimiters for encrypt keylist generation.
|
||
* contrib/markdown2html: properly deal with lead-ins
|
||
* contrib/markdown2html: properly deal with missing context
|
||
* contrib/markdown: fix bug when dealing with quotelead classes
|
||
* Exit with a failure for any usage or version write error.
|
||
* Really fix usage and version write error checking.
|
||
* Fix usage and version write error checking.
|
||
* Add usage and version write error checking.
|
||
* Check stdout is a terminal in curses mode.
|
||
* Add a hard redraw after oauth authentication.
|
||
* Fix classic pgp decrypt_part() hard redraw on error.
|
||
* Reset SIGPIPE signal handler in child process before exec().
|
||
* Add $pager_skip_quoted_context option.
|
||
* Updated French translation.
|
||
* Suggested translation changes.
|
||
* Directly add full mailbox to GPG search hints.
|
||
- Port patches mainly hunk offsets
|
||
* aw.listreply.diff
|
||
* mutt-1.10.1-imap.patch
|
||
* mutt-1.13.3.dif
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.6.1-opennfs.dif
|
||
* mutt-Fix-SIGQUIT-handling.patch
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 7 10:22:43 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- For iconv glibc-locale should be installed
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 11 10:50:42 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 2.1.5
|
||
* This is a bug-fix release, fixing two SMTP authentication
|
||
issues, a crash bug on NetBSD, and a couple other issues.
|
||
* Mutt 2.1.4 was released on December 11, 2021. This is a bug-fix
|
||
release, fixing a performance issue when used with DavMail.
|
||
* Mutt 2.1.3 was released on September 10, 2021. This is a
|
||
bug-fix release, fixing some of the fixes in the last release. IMAP
|
||
and QRESYNC users are advised to upgrade.
|
||
* Mutt 2.1.2 was released on August 24, 2021. This is an
|
||
important bug-fix release, fixing a potential data-loss IMAP
|
||
bug, a couple QRESYNC bugs, and a few other issues. IMAP users
|
||
are strongly advised to upgrade.
|
||
* Mutt 2.1.1 was released on July 12, 2021. This is a bug-fix
|
||
release, fixing some redraw issues and a problem with the new List
|
||
Menu for mbox mailboxes.
|
||
* Mutt 2.1.0 was released on June 12, 2021. This release has new
|
||
features and bug fixes.
|
||
! The -d option allows a negative number. If negative, debug files are
|
||
not rotated. The debug level is the absolute value.
|
||
+ <view-pager> in the attachment menu uses a copiousoutput mailcap
|
||
entry, or falls back to raw text.
|
||
+ <view-mailcap>, <view-pager>, and <view-text> functions added to the
|
||
compose menu.
|
||
+ <view-alt-pager> in the compose menu allows previewing the output
|
||
of the $send_multipart_alternative_filter the way <view-pager> does.
|
||
+ <list-action>, bound to Esc-L in the index and pager menu, brings
|
||
up a menu of operations to perform on mailing list emails, such as
|
||
subscribe/unsubscribe.
|
||
+ <skip-headers>, bound to 'H' in the pager, will skip to the first
|
||
blank line following the headers.
|
||
! ~h patterns over IMAP and POP3 will only download the headers of the
|
||
message. However with message caching enabled (via $message_cachedir)
|
||
the whole message will still be downloaded.
|
||
+ $ssl_verify_host_override allows manually specifying the host name
|
||
to verify a server certificate against.
|
||
! --enable-hcache, with no particular backend enabled, will scan in
|
||
the order: kyotocabinet, tokyocabinet, lmdb, qdbm, gdbm, bdb.
|
||
! $allow_ansi understands 256-color ANSI escape sequences.
|
||
+ $message_id_format can be used to specify a custom message-id
|
||
format. Since it's a format string, this can also use a filter.
|
||
Please use this option with care, as Mutt won't check if your
|
||
message-id is legal.
|
||
! mailboxes -nonotify will poll a mailbox for new mail, but will not
|
||
trigger new mail notifications (e.g. $beep_new or $new_mail_command).
|
||
! $reverse_name affects tagged reply/forward/compose-to-sender
|
||
actions too.
|
||
! ANSI sequences are filtered for inline-forwarded autoview content,
|
||
in addition to replies.
|
||
! $forward_decrypt is now a quadoption, defaulting 'yes' for backward
|
||
compatibility.
|
||
! Pattern functions, (e.g. search and limit) can be interrupted with
|
||
ctrl-c.
|
||
! The default mailto_allow list now includes cc, in-reply-to, and
|
||
references.
|
||
+ $sort_browser_mailboxes controls mailbox browsing, and defaults
|
||
"unsorted". $sort_browser now only controls directory browsing.
|
||
! $sort_browser and $sort_browser_mailboxes "unsorted" now means the
|
||
order added (e.g. specified in the muttrc). Switching back to
|
||
"unsorted" will now resort in that order (previously it was a no-op.)
|
||
! In the browser ".." is excluded from sorting and kept at the top.
|
||
! Temp filenames generated for mailcap invocation now allow non-ascii
|
||
characters.
|
||
+ $local_date_header, when unset, causes the date in the Date header
|
||
to be formatted using the GMT timezone.
|
||
- Port patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* mutt-1.10.1-imap.patch
|
||
* mutt-1.13.3.dif
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
- Add keyring and signing of the tarball
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 14 11:07:24 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Add mutt_oauth2.py ported to python 3.6
|
||
- If required the package will include a backport to support
|
||
fromisoformat of the python class datetime
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 13 14:37:42 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Correct gpg usage of skeleton muttrc
|
||
- Append the gpg usage to system wide Muttrc (boo#1188235)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 7 07:09:24 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 2.0.7
|
||
* Update UPDATING file for 2.0.7.
|
||
* Fix seqset iterator when it ends in a comma (boo#1185705, CVE-2021-32055)
|
||
* Filter unprintables for 2231 encoded continuations too.
|
||
* Turn off pylint in gitlab-ci.
|
||
* Check if mutt_prepare_template() fails for -H command line arg.
|
||
* Fix resolve_types() newline removal and restoration.
|
||
* automatic post-release commit for mutt-2.0.6
|
||
- Fix offset of patch mutt-1.5.21-mailcap.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 18 05:08:57 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
||
- mutt 2.0.6:
|
||
* Fix problems with hook processors
|
||
* Fix pattern compilation error for ~( !~>(~P) )
|
||
* Fix contrib/markdown2html crash
|
||
* Fix yesorno prompt for autocrypt account creation
|
||
* Correctly handle CTRL-G on remaining background_edit sessions
|
||
prompt
|
||
- remove self-obsoletion on muttssl, last use in 2000.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 22 16:52:40 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
||
- mutt 2.0.5:
|
||
* CVE-2021-3181: recipient parsing memory leak (boo#1181221)
|
||
* fix other memory leak in IMAP code
|
||
* Fix color overlay when HAVE_COLOR is unset
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 31 08:26:40 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
||
- mutt 2.0.4:
|
||
* Fix smtp debug segfault on invalid SmtpAuthenticators list
|
||
* Fix header cache BDB version checking
|
||
* Fix offset to use LOFF_T in a couple places
|
||
* Ensure idata->check_status is cleared on mailbox close
|
||
* Abort IMAP open if condstore/qresync updates fetch fails
|
||
- drop upstreamed bug-676388-largefile.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Dec 5 17:42:33 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
||
- mutt 2.0.3:
|
||
* Fix pager dropped input on SigWinch flag handling
|
||
* Fix REPLY_TO environment variable handling
|
||
* Fix undefined NULL pointer arithmetic
|
||
* Fix exact-address recording of last value
|
||
* Fix exact-address handling when addr->personal is set
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 20 22:13:06 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
||
- update to 2.0.2:
|
||
* CVE-2020-28896: Ensure IMAP connection is closed after a
|
||
connection error to avoid sending credentials over an
|
||
unencrypted connection boo#1179035
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 10 09:10:53 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- update to 2.0.0 (2020-11-07):
|
||
+ Domain-literal support for email addresses, e.g user@[IPv6:fcXX:...]
|
||
! Buffy completion only occurs for the "change-folder" set of functions.
|
||
It has been disabled for <attach-message>, <write-fcc>, the fcc
|
||
mailbox prompt, and the autocrypt scan mailbox prompt.
|
||
! The "save/copy message to mailbox" set of functions use the "mailbox"
|
||
history list, instead of the "filename" list.
|
||
! Message-ID extraction permits values missing angle brackets and '@'
|
||
to allow properly threading the garbage sent by some providers.
|
||
Mutt will add missing angle brackets when sending out replies, however.
|
||
! When adding multiple attachments, via <attach-file> in the compose menu,
|
||
the browser menu can be exiting via <quit> after tagging the files.
|
||
Previously, <select-entry> had to be used.
|
||
! ctrl-p/ctrl-n are by default bound to <history-up>/<history-down> in the
|
||
editor menu.
|
||
+ The "cd" command allows changing the current working directory.
|
||
As part of this, Mutt expands relative paths internally. There
|
||
may be a change to some "prettified" relative paths because of this.
|
||
! Some configuration variable default values are localizable by
|
||
translators. Currently these are: $attribution, $compose_format,
|
||
$forward_attribution_intro, $forward_attribution_trailer, $status_format,
|
||
$ts_icon_format, $ts_status_format.
|
||
+ Mutt will try to automatically reconnect to an IMAP mailbox on error,
|
||
and will merge unsync'ed changes if possible.
|
||
! $crypt_protected_headers_subject defaults to "...", following the
|
||
protected headers revised specification.
|
||
! Date, From, To, Cc, and Reply-To headers are stored as protected headers.
|
||
+ XOAUTH2 support. Please see the manual, contrib script mutt_oauth2.py,
|
||
and mutt_oauth.py.README for more details.
|
||
+ $tunnel_is_secure, default set, assumes a connection via $tunnel is
|
||
encrypted. Unsetting this will cause $ssl_starttls and $ssl_force_tls
|
||
to be respected.
|
||
+ Patterns are tab-completable in the editor menu.
|
||
! $reply_to is consulted before $reply_self.
|
||
+ $copy_decode_weed, default unset, controls header weeding for <decode-copy>
|
||
and <decode-save>.
|
||
+ $pipe_decode_weed, default set, enables header weeding for <pipe-message>.
|
||
+ $print_decode_weed, default set, enables header weeding for <print-message>.
|
||
! format=flowed attachments are space-unstuffed when viewed, saved,
|
||
piped, and printed.
|
||
+ The "run" command will execute MuttLisp. $muttlisp_inline_eval, if set, will
|
||
execute unquoted parenthesized command arguments as MuttLisp. Please see
|
||
the manual for more details about both.
|
||
+ $cursor_overlay, when set, will overlay the indicator, tree,
|
||
sidebar_highlight, and sidebar_indicator colors onto the current line.
|
||
"default" colors will be overridden and attributes will be merged.
|
||
! The message-id generation algorithm uses a random number instead of
|
||
the step counter and PID.
|
||
! $ssl_force_tls defaults set. (Trying this again for 2.0).
|
||
! $hostname is set *after* muttrc processing. It can be manually set
|
||
in the muttrc to avoid using DNS calls to obtain the FQDN.
|
||
+ $attach_save_dir specifies a directory to use when saving attachments.
|
||
- Port the patches to mutt 2.0.0
|
||
* aw.listreply.diff
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.10.1-imap.patch
|
||
* mutt-1.13.3.dif
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.6.1-opennfs.dif
|
||
* mutt-Fix-SIGQUIT-handling.patch
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 17 19:00:58 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||
|
||
- update to 1.14.7:
|
||
* Bug fix release.
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Aug 15 06:32:50 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
||
- mutt 1.14.6:
|
||
* fix bug where atimes were not being properly reset for mailbox
|
||
entries
|
||
* Remove $ssl_starttls check for IMAP PREAUTH
|
||
* Don't check IMAP PREAUTH encryption if $tunnel is in use
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 22 13:57:52 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to 1.14.4 - bug-fix release (boo#1173197, CVE-2020-14954)
|
||
* Fix STARTTLS response injection attack.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 15 15:05:52 UTC 2020 - Werner Fink <werner@suse.de>
|
||
|
||
- Update to 1.14.3 - bug-fix release (boo#1172906, boo#1172935,
|
||
CVE-2020-14093, CVE-2020-14154)
|
||
* Prevent possible IMAP MITM via PREAUTH response.
|
||
* expired where certs not properly rejected with GnuTLS
|
||
* Fix GnuTLS interactive prompt short-circuiting.
|
||
* Abort GnuTLS certificate check if a cert in the chain is rejected.
|
||
* Fix GnuTLS tls_verify_peers() checking.
|
||
* Fix GNUTLS_E_NO_CERTIFICATE_FOUND check to be against verify_ret
|
||
instead of certstat.
|
||
* Fix gnutls_strerror() call to use verify_ret instead of certstat.
|
||
- Modify/refresh patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.10.1-imap.patch
|
||
* mutt-1.13.3.dif
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.5.9i-pgpewrap.diff
|
||
* mutt-1.6.1-opennfs.dif
|
||
* mutt-Fix-SIGQUIT-handling.patch
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 25 11:54:08 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||
|
||
- Update to 1.14.1:
|
||
* bug-fix release, fixing a documentation build issue and a few other small bugs
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 4 12:09:39 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||
|
||
- Update to version 1.14.0
|
||
* $imap_check_subscribed will fetch the set of subscribed folders from
|
||
your server on connection.
|
||
* IMAP server-side simple string search using '=' instead of '~'.
|
||
('=' also provides local simple string search.)
|
||
* IMAP IDLE support and $imap_idle
|
||
* <rename-mailbox> function
|
||
* S/MIME support. Please see contrib/smime.rc for suggested settings.
|
||
* GPGME support via $crypt_use_gpgme
|
||
* Ability to encrypt postponed messages. See $postpone_encrypt and
|
||
$postpone_encrypt_as.
|
||
* GnuPG fingerprints are used internally when possible.
|
||
* $crypt_opportunistic_encrypt automatically enables/disables encryption
|
||
based on message recipients.
|
||
* IDNA support. Options $idn_decode and $idn_encode control whether
|
||
mutt will decode and encode international domains using IDNA.
|
||
* SMTPUTF8 support. Support for utf-8 domains without IDNA encoding.
|
||
To use this, unset idn_encode.
|
||
* $assumed_charset, $attach_charset, $ignore_linear_white_space
|
||
* Header caching for IMAP and Maildir. See $header_cache for more details.
|
||
* Internal ESMTP relay support. See $smtp_url.
|
||
* $mail_check_recent controls whether all unread mail or only new mail
|
||
since the last mailbox visit will be reported as new
|
||
* Support for saving history across sessions. See $save_history,
|
||
$history_file.
|
||
* More search patterns:
|
||
+ thread patterns. Use ~(...) to match all threads that
|
||
contain a message that matches ...
|
||
+ ~l matches all known lists, ~u only subscribed.
|
||
+ ~$ pattern matches unreferenced messages.
|
||
+ ~V pattern matches cryptographically verified messages.
|
||
* Improved flowed text support: $reflow_text, $reflow_wrap,
|
||
$reflow_space_quotes.
|
||
* $braille_friendly option will place the cursor at the beginning of
|
||
the current line in menus.
|
||
* Full large file support.
|
||
* Terminal status-line (TS) support, a.k.a. xterm title. see the
|
||
following variables: $ts_enabled, $ts_icon_format, $ts_status_format
|
||
* Generic spam detection: new configuration commands: 'spam' and
|
||
'nospam', new options: $spam_separator, new expando: %H (for
|
||
$index_format), new pattern: ~H pattern
|
||
* New command line options:
|
||
+ -A command line option for alias expansion.
|
||
+ -D will print the value of all variables.
|
||
+ -E command line option to edit draft and include files.
|
||
+ -Q queries configuration variables
|
||
* New functions:
|
||
+ you can edit threads via <break-thread> and <link-threads>
|
||
+ <buffy-list> lists mailboxes with new mail.
|
||
+ <what-key> displays the keycode for a key press.
|
||
+ <next-new-then-unread> and <previous-new-then-unread>
|
||
+ <tag-prefix-cond> and <cond-end>
|
||
* $resume_draft_files and $resume_edited_draft files control how
|
||
draft files are processed.
|
||
* $narrow_tree makes the thread tree narrower.
|
||
* new and changed hooks: reply-hook, send2-hook. crypt-hook can be
|
||
specified multiple times for the same regexp.
|
||
* The $alternates option has turned into the 'alternates' command.
|
||
* mime_lookup command specifies a list of MIME types that should not
|
||
be treated according to their mailcap entry
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 20 10:29:04 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||
|
||
- Update to version 1.13.5 (2020-03-28)
|
||
* Fix use-after-free in mutt_str_replace()
|
||
* Fix format string parameters.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 18 09:23:40 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||
|
||
- Update to version 1.13.4 (2020-02-15)
|
||
* $ssl_force_tls reverted to default unset. Defaulting this set
|
||
was overly optimistic, and caused breakage.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 30 13:54:17 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Be aware that it might be that the version is not found (boo#1162245)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 28 13:42:02 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Add version check, that is if installed mutt version does not
|
||
fit the installing version then do notify message
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 28 10:13:24 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Add a notify message about behaviour/variable changes to inform
|
||
users about these (thanks to Roger Whittaker)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 14 14:53:05 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 1.13.3 (2020-01-07):
|
||
* Fix crash when polling a closed ssl connection.
|
||
* Turn off auto-clear outside of autocrypt initialization.
|
||
* automatic post-release commit for mutt-1.13.2
|
||
* Revert "Fixes unchecked return from link() in dotlock.c"
|
||
* automatic post-release commit for mutt-1.13.1
|
||
* Fix segv in IMAP postponed menu caused by reopen_allow.
|
||
* Fix imap postponed mailbox use-after-free error.
|
||
* Rename sidebar mailbox shortcuts option and default off.
|
||
* Make shortpath/indent code guards explicit.
|
||
* Create $sidebar_relative_shortpath_indent, default unset.
|
||
* Fix new option order in the manual.
|
||
* Add $sidebar_use_mb_shortcuts to turn off shortcuts.
|
||
* Minor documentation fixes.
|
||
* automatic post-release commit for mutt-1.13.0
|
||
* Change "Prf Enc" to "Prf Encr".
|
||
* Update de.po
|
||
* Update copyright year
|
||
* Update ja.po
|
||
* Clarify $write_bcc documentation.
|
||
* Add a bit more documentation about sending.
|
||
* Updated Catalan translation.
|
||
* Updated Czech translation.
|
||
* Updated Russian translation.
|
||
* Updated Ukrainian translation.
|
||
* Updated Danish translation.
|
||
* Update de.po
|
||
* Fix $fcc_attach to not prompt in batch mode.
|
||
* Change $send_multipart_alternative to run in batch mode on ask-yes.
|
||
* allow autoview preview of multipart/alternative content
|
||
* add view-alt function, so now we have
|
||
+ view-alt "v"
|
||
+ view-alt-text "Esc v"
|
||
+ view-alt-mailcap "V"
|
||
* Fix __attribute__((warn_unused_result)) issue in query.c
|
||
* Fix __attribute__((warn_unused_result)) issue in help.c
|
||
* Fix __attribute__((warn_unused_result)) warning in enter.c
|
||
* Fixes unchecked return from link() in dotlock.c
|
||
* Update patchlist.sh to support `guilt' patch queues
|
||
* Add gcc comments for fallthrough case statements.
|
||
* Add $count_alternatives to count attachments inside alternatives.
|
||
* Remove nonreentrant calls from exit_handler()
|
||
* Add markdown2html contrib script.
|
||
* Remove input buffer flush on sigwinch in index.
|
||
* Fix sigwinch race in the index and menu processor.
|
||
* Change $write_bcc to default off.
|
||
* Block multipart type alternatives generation.
|
||
* s/Mercurial/Git/ in INSTALL
|
||
* Ensure APP_PGP flag is enabled for autocrypt.
|
||
* Add ability to generate multipart/alternative using a filter script.
|
||
* Create multipart/mixed helpers.
|
||
* mutt_parse_content_type: work around annoying charset behaviour from Outlook
|
||
* Convert smime_decrypt_mime() to use buffer pool.
|
||
* Convert smime_handle_entity() to use buffers.
|
||
* Convert smime_verify_one() to use buffer pool.
|
||
* Convert smime_sign_message() to use buffer pool.
|
||
* Convert smime_build_smime_entity() to use buffer pool.
|
||
* Convert smime_invoke_import() and helpers to use buffer pool.
|
||
* Convert smime_verify_sender() and helpers to use buffer pool.
|
||
* Convert smime_get_candidates() to use buffer pool.
|
||
* Convert mutt_write_fcc() to use buffer pool.
|
||
* Convert _mutt_bounce_message to use buffer pool.
|
||
* Convert send_msg() $sendmail_wait to use buffer pool.
|
||
* Convert transform_to_7bit() to use buffer pool.
|
||
* Convert mutt_message_to_7bit() to use buffer.
|
||
* Convert fcc to a buffer.
|
||
* Convert send_message() to use buffer pool.
|
||
* Add typelen parameter to rfc1524_mailcap_lookup().
|
||
* Convert rfc1524_mailcap_lookup() to use buffer pool for path.
|
||
* Convert mutt_attach_reply() to use buffer pool.
|
||
* Convert attach_forward_msgs() to use buffer pool.
|
||
* Convert attach_forward_bodies to use buffer pool.
|
||
* Convert attach_fmt %f to use buffer pool.
|
||
* Convert mutt_num_postponed() maildir check to use buffer pool.
|
||
* Convert pop_fetch_message() to use buffer pool.
|
||
* Convert pop_read_header() to use buffer pool.
|
||
* Convert pgp_find_hash to use buffer pool.
|
||
* Convert pgp_make_key_attachment() to use buffer pool.
|
||
* Remove make_key_attachment parameter.
|
||
* Convert pgp_select_key() to use buffer pool.
|
||
* Convert pgp_traditional_encryptsign() to use buffer pool.
|
||
* Convert pgp_encrypt_message() to use buffer pool.
|
||
* Convert pgp_encrypted_handler() to use buffer pool.
|
||
* Convert pgp_decrypt_mime() to use buffer pool.
|
||
* Convert pgp_decrypt_part() to use buffer pool.
|
||
* Convert pgp_extract_keys_from_attachment() to use buffer pool.
|
||
* Convert pgp_verify_one() to use buffer pool.
|
||
* Convert pgp_check_traditional_one_body() to use buffer pool.
|
||
* Clean up pager change folder aborts to return to pager.
|
||
* Remove menu->menu hack when redirecting pager ops through index.
|
||
* Stable branch quick fix for pager change-mailbox push/exec bug.
|
||
* Convert pgp_app_handler to use buffer pool.
|
||
* Convert msg_search to use buffer.
|
||
* Convert mx_close_mailbox() to use buffer pool.
|
||
* Reduce line buffer size in mx_get_magic().
|
||
* Convert mutt_save_confirm() to use buffer pool.
|
||
* Removed unused mutt_expand_link()
|
||
* Change ssl_init to use buffer pool for rand filename.
|
||
* Convert mbox_sync_mailbox() to use buffer pool.
|
||
* Update mime fields when piping a message with $pipe_decode set.
|
||
* Add new browse-mailboxes function in index and pager.
|
||
* Convert main() to use buffers for paths.
|
||
* Add sticky browser behavior for sorting.
|
||
* Convert start_debug() to use buffer pool.
|
||
* Convert set/reset and source_rc to use buffers for paths.
|
||
* Convert parse_path_(un)list to use buffer pool for path.
|
||
* Change message cache id to use SHORT_STRING.
|
||
* Convert imap_cachepath() and callers to use buffers.
|
||
* Convert imap_open_new_message() to use buffer pool.
|
||
* Convert save-hook and fcc-hook to use buffer pool internally.
|
||
* Convert mutt_parse_hook() to use buffer pool.
|
||
* Convert shrink_histfile() tempfile to use buffer pool.
|
||
* Convert mutt_help() to use buffer for tempfile.
|
||
* Convert mutt_edit_headers() to use buffer pool.
|
||
* Fix built-in pager checks for help and attachments.
|
||
* Memcpy header cache fetch values to ensure alignment.
|
||
* Convert hcache delete and open calls to use buffer pool.
|
||
* Convert hcache fetch and store raw to use buffer pool.
|
||
* Convert hcache_open to use buffer pool.
|
||
* Convert hcache db4 lockfile to buffer.
|
||
* Convert run_decode_and_handler() to use buffer pool.
|
||
* Convert edit_one_message() to use buffer pool.
|
||
* Convert mutt_error_history to use buffer pool.
|
||
* Convert crypt_extract_keys and signed handler to use buffers.
|
||
* Convert crypt-gpgme to use BUFFER for tempfiles.
|
||
* Fix memory leak in compose write-fcc function.
|
||
* Convert compress setup_paths() to use buffer.
|
||
* Remove nonull check from _mutt_enter_fname()
|
||
* Convert compose menu fname variable to buffer.
|
||
* Convert buffer callers of mutt_get_field() to use buffer version.
|
||
* Create mutt_buffer_get_field().
|
||
* Convert compose check_attachments() to use buffer pool.
|
||
* Fix mutt_save_message() "enter_fname()" to use buffer version.
|
||
* Convert mutt_complete() to use the buffer pool.
|
||
* Improve sidebar indentation and shortpath behavior.
|
||
* Convert print_attachment_list to use buffer pool.
|
||
* Convert recvattach save_attachment functions to use buffer pool.
|
||
* Convert mutt_save_message() to use buffer pool.
|
||
* Convert mutt_display_message() to buffer pool.
|
||
* Change browser <display-filename> to show full_path.
|
||
* Convert remaining mutt_encode_path() call to use BUFFER.
|
||
* Add $browser_sticky_cursor default set.
|
||
* Rename browser fields to display_name and full_path.
|
||
* Convert bcache to use buffer pools.
|
||
* Fix memory leak when attaching messages.
|
||
* Reuse the static space_stuff function for unstuffing.
|
||
* Remove manual note about space-stuffing only once.
|
||
* Re-enable and cleanup format-flowed space stuffing.
|
||
* Properly revert on an autocrypt postpone failure.
|
||
* de.po: proper translation for term collapse
|
||
* Clean up the autocrypt doc a bit more.
|
||
* Update autocrypt keyring documentation.
|
||
* Fix --with-sqlite3 test for autocrypt.
|
||
* Add $ssl_use_tlsv1_3 config variable, default set.
|
||
* Add size display configuration variables.
|
||
* Fix LibreSSL build.
|
||
* Update POTFILES.in.
|
||
* Add checks for buffered OpenSSL or GnuTLS data when polling.
|
||
* Mention base64 keydata being stored in the autocrypt database.
|
||
* Move LIBAUTOCRYPT before MUTTLIBS to fix building issues.
|
||
* Add autocrypt and sqlite3 to .gitlab-ci.yml.
|
||
* Add L10N comment about autocrypt menu help line abbreviations.
|
||
* Add a note about autocrypt first-run and macros.
|
||
* Add autocrypt documentation about shared key and keyring strategies.
|
||
* Minor autocrypt manual section updates.
|
||
* Enabled writing protected subject with autocrypt too.
|
||
* Turn off macro processing during autocrypt initialization.
|
||
* Allow nested setting of OPTIGNOREMACROEVENTS.
|
||
* Add $autocrypt_reply.
|
||
* Automatically clear screen when popping the last menu.
|
||
* Add ability to create autocrypt account from an existing key.
|
||
* Don't try to decrypt autocrypt messages if the option is off.
|
||
* Manual typo fix.
|
||
* Add autocrypt README file
|
||
* Add documentation for the autocrypt feature.
|
||
* Add option to scan mailboxes during first run.
|
||
* Add more translation string comments for autocrypt.
|
||
* Basic autocrypt account menu.
|
||
* Convert peer_update to just pass the peer object.
|
||
* Improve gen-map-doc work on multi-word maps.
|
||
* Add account->enabled checks.
|
||
* Add prefer-encrypt prompt during account creation.
|
||
* Add AUTOCRYPT header to imap fetch list.
|
||
* Add L10N translation message comments.
|
||
* Add autocrypt source files to POTFILES.in
|
||
* Print an error message if an autocrypt key can't be found.
|
||
* Handle autocrypt message decryption.
|
||
* Slightly improve the gossip header key update.
|
||
* Fix process_gossip_headers() to look at the right envelope.
|
||
* Autocrypt outgoing emails.
|
||
* Postpone work:
|
||
+ Change mutt_protect() to have a postpone parameter. Remove the
|
||
manual toggling of the SIGN bit outside the call when postponing.
|
||
|
||
+ Since autocrypt doesn't set the SIGN bit, this allows us to turn off
|
||
signing inside mutt_protect() for both normal and autocrypt mode.
|
||
|
||
+ Set the autocrypt postpone key in AutocryptDefaultKey.
|
||
|
||
* Write autocrypt and gossip headers in outgoing emails.
|
||
* Add autocrypt line to the compose menu.
|
||
* Add another HEADER security bit for autocrypt.
|
||
* Change gossip header address comparison to use normalized addresses.
|
||
* Change autocrypt_db normalization to return ADDRESS.
|
||
* Add gossip header processing.
|
||
* Convert to use sqllite3_prepare_v3().
|
||
* Process autocrypt headers.
|
||
* Add autocrypt header parsing to mutt_parse_rfc822_line().
|
||
* Convert parse_parameters() for autocrypt header usage:
|
||
+ change to use a BUFFER to accomodate large autocrypt keydata
|
||
attribute values.
|
||
+ Autocrypt header parameters are not rfc2231 compliant. Rather
|
||
than rolling another very similar function, just change the
|
||
existing one to allow space separation.
|
||
* Add initial autocrypt account setup.
|
||
* Factor out mutt_edit_address() in send.c.
|
||
* Start autocrypt gpgme.
|
||
* Add database and schema initialization.
|
||
* Add autocrypt config vars.
|
||
* Initial autoconf and makefile setup for autocrypt.
|
||
* Add a comment to the OPTIGNOREMACROEVENTS km_dokey() change.
|
||
* Change OPTIGNOREMACROEVENTS to actuallly ignore macros instead of throwing errors on macros
|
||
* Added * option to unattachments command
|
||
* Add builds.sr.ht CI manifests
|
||
* Fix a reference to HeaderCachePageSize.
|
||
* Omit User-Agent: header by default
|
||
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.
|
||
* Convert $header_cache_pagesize to type DT_LNUM.
|
||
* Convert Commands to use the union pointer_long_t too.
|
||
* Fix the makedoc program to cope with the new MuttVars format.
|
||
* Convert MuttVars.data and .init to use a union type.
|
||
* Detail the documentation of %l for index_format.
|
||
* Add NULL checks to rfc1524_free_entry().
|
||
* Clean up mutt_print_attachment() cleanup.
|
||
* Remove mutt_rfc1524_expand_filename() return value and checks.
|
||
* Remove unnecessary strcmp for mutt_view_attachment().
|
||
* Remove NULL and 0 INITVAL declarataions.
|
||
* Combine DT_STR and DT_PATH in mutt_set_default().
|
||
* Remove UL "" initialization from init.h.
|
||
* Allow imap_cmd_finish() to both expunge and fetch new mail.
|
||
* Check for GNU Make to allow version.h FORCE target.
|
||
* Change --disable-doc to only skip manual generation.
|
||
* Remove EXTRACT_MACROS check from EXTRACT_NUMBER in regex.
|
||
* Rename --with-regex to --with-bundled-regex.
|
||
* Remove undefined left-shift on negative value from regex.c.
|
||
* Change mutt_addr_is_user() to no for a NULL address.
|
||
* Turn on $ssl_force_tls by default.
|
||
* make OP_HALF_{UP,DOWN} behave symmetric.
|
||
- Post the patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.10.1-imap.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.6.1-opennfs.dif
|
||
* mutt-Fix-SIGQUIT-handling.patch
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
- Port and rename patch mutt-1.12.2.dif whic is now mutt-1.13.3.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 14 08:46:14 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 1.12.2 (2019-09-21):
|
||
+ $fcc_before_send, when set, causes Fcc to occur before sending instead of
|
||
afterwards. When set, the message is saved as-sent; please see the
|
||
documentation for details.
|
||
! $ssl_use_tlsv1 and $ssl_use_tlsv1_1 now default to unset.
|
||
+ $auto_subscribe, when set, automatically adds an email with the List-Post
|
||
header to the subscribe list.
|
||
! Fcc now occurs after sending a message. If the fcc fails, mutt will prompt
|
||
to try again, or to try another mailbox.
|
||
+ Basic protected header ("memory hole") support added for the Subject header.
|
||
See the config vars: $crypt_protected_headers_read,
|
||
$crypt_protected_headers_save, $crypt_protected_headers_subject,
|
||
and $crypt_protected_headers_write.
|
||
! Color names can be prefixed with "light" in addition to "bright". "bright"
|
||
colors are bold face, while "light" are non-bold.
|
||
! Color commands can now include an attribute (e.g. bold, underline).
|
||
! $pgp_use_gpg_agent defaults set.
|
||
+ <descend-directory> in the browser menu allows entering nested maildir
|
||
directories.
|
||
+ <group-chat-reply> replies to all, but preserves To recipients in the reply.
|
||
+ $include_encrypted, default unset, prevents separately encrypted contents
|
||
from being included in a reply. This helps to prevent a decryption oracle
|
||
attack.
|
||
! With gpgme >= 1.11, recipient keys with a trailing '!' now force subkey use,
|
||
as with classic gpg.
|
||
! In send mode, %{charset} mailcap expansion uses the current charset of the
|
||
file.
|
||
+ $imap_fetch_chunk_size allows fetching new headers in groups of this size.
|
||
This might help with timeouts during opening of huge mailboxes.
|
||
If you have huge mailboxes, you should also try $imap_qresync.
|
||
! <toggle-write> can be invoked from the pager too.
|
||
+ The $forward_attachments quadoption allows including attachments in
|
||
inline-forwards (i.e. $mime_forward unset, $forward_decode set.)
|
||
- Add patch mutt-Fix-SIGQUIT-handling.patch for boo#1156477e
|
||
* Mutt has an option to ask before quitting on ^C but quits immediately on ^4
|
||
- Port main patch, that is mutt-1.10.0.dif becomes now mutt-1.12.2.dif
|
||
- Refresh patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.10.1-imap.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
Note that the new <group-chat-reply> function behaves the same way without
|
||
hard setting the option send_group_reply_to
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.5.9i-pgpewrap.diff
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Nov 10 13:34:03 UTC 2019 - Michal Suchanek <msuchanek@suse.de>
|
||
|
||
Fix SIGQUIT handling (boo#1156477).
|
||
+ mutt-Fix-SIGQUIT-handling.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Feb 23 17:41:10 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 1.11.3
|
||
* This is a bug-fix release, fixing compilation with LibreSSL
|
||
and various other bug fixes.
|
||
* Show top-level decoded smime text/plain parts.
|
||
* Improve attachment menu for s/mime parts. (closes #113)
|
||
* Fix tunnels to also retry and write full buffer.
|
||
* Fix raw socket read/write to follow expected behavior.
|
||
* Fix gnutls tls_socket_write() to properly retry.
|
||
* Update the muttrc man page with added commands.
|
||
* Wrap ssl init calls for LibreSSL too.
|
||
- Modify the patches
|
||
* mutt-1.10.0.dif
|
||
* mutt-1.5.23-carriage-return.path
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 15 07:19:42 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 1.11.2
|
||
* This is a bug-fix release, fixing compilation with the latest
|
||
OpenSSL version and various other bug fixes.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 2 14:14:18 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
||
|
||
- Update to mutt 1.11.1
|
||
* Bug fix release.
|
||
* IMAP retrieves the Sender header by default. It doesn't need to be added
|
||
to $imap_headers.
|
||
* inotify is used for local mailbox monitoring on Linux. Configuration flag
|
||
--disable-filemonitor turns this off.
|
||
* OAUTHBEARER support for IMAP, SMTP and POP via
|
||
$imap_oauth_refresh_command, $smtp_oauth_refresh_command, and
|
||
$pop_oauth_refresh_command.
|
||
* $pgp_timeout and $smime_timeout support 32-bit numbers.
|
||
* <check-stats> manually updates mailbox statistics, the same way
|
||
$mail_check_stats does when set.
|
||
* Thread limited views, e.g. ~(pattern), now show new mail as it arrives.
|
||
* Command line argument -z and -Z options also work for IMAP mailboxes.
|
||
* $imap_condstore and $imap_qresync enable IMAP CONDSTORE and QRESYNC
|
||
support, respectively. QRESYNC should provide much faster mailbox opening.
|
||
* $abort_noattach skips quoted lines (as defined by $quote_regexp and
|
||
$smileys).
|
||
* Initial IMAP header downloading can be aborted with ctrl-c.
|
||
* <compose-to-sender> composes a message to the sender of the selected
|
||
message, in the index or attachment menu.
|
||
* Address book queries ($query_format) now support multibyte characters.
|
||
* Finnish translation.
|
||
* pgpring has been renamed to mutt_pgpring.
|
||
* Certificate prompts show sha-256 instead of md5 fingerprints.
|
||
* Non-threaded $sort_aux "reverse-" settings now work properly.
|
||
* The manual can be generated and installed in GNU Info format.
|
||
* index-format-hook and the new %@name@ expando for $index_format enable
|
||
dynamic index formats using pattern matching against the current message.
|
||
This can be used, for example, to format dates based on the age of
|
||
the message.
|
||
* Relative date matching allows hour, minute, and second units: HMS.
|
||
- Remove patch truncate.patch as it seems to be superfluous now
|
||
- Add patch mutt-1.10.1-imap.patch to enable mutt to change imap folders
|
||
- Modify the patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.10.0.dif
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.6.1-opennfs.dif
|
||
* mutt.spec
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 17 09:46:59 UTC 2018 - werner@suse.de
|
||
|
||
- Update to mutt 1.10.1 (boo#1101428)
|
||
This is an important bug-fix release, fixing a code injection
|
||
and a couple path traversal vulnerabilities.
|
||
This also covers
|
||
* CVE-2018-14363 bnc#1101566
|
||
* CVE-2018-14362 bnc#1101567
|
||
* CVE-2018-14361 bnc#1101568
|
||
* CVE-2018-14360 bnc#1101569
|
||
* CVE-2018-14359 bnc#1101570
|
||
* CVE-2018-14358 bnc#1101571
|
||
* CVE-2018-14357 bnc#1101573
|
||
* CVE-2018-14356 bnc#1101576
|
||
* CVE-2018-14355 bnc#1101577
|
||
* CVE-2018-14354 bnc#1101578
|
||
* CVE-2018-14353 bnc#1101581
|
||
* CVE-2018-14352 bnc#1101582
|
||
* CVE-2018-14351 bnc#1101583
|
||
* CVE-2018-14350 bnc#1101588
|
||
* CVE-2018-14349 bnc#1101589
|
||
- Modified patches
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* truncate.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 5 11:41:44 UTC 2018 - werner@suse.de
|
||
|
||
- Skip neomutt now (boo#1094717)
|
||
* There exists a package neomutt
|
||
* mutt-1.10.0 uses a lot of extensions now like compessed folders
|
||
and header caching, but still misses things like notmuch
|
||
- Modified patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.5.9i-pgpewrap.diff
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
- Renamed patch: mutt-1.9.1.dif becomes mutt-1.10.0.dif
|
||
- Deleted patches mutt-1.9.0-1.9.1.patch neomutt-c030a8b.patch
|
||
- Add patch truncate.patch to avoid truncated buffers due snprintf
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Oct 24 14:33:00 UTC 2017 - werner@suse.de
|
||
|
||
- Add patch mutt-1.9.0-1.9.1.patch which is a backport of the
|
||
mutt upstream patch diff-1.9.0-1.9.1 to neomutt 20170912
|
||
- Rename patch mutt-1.9.0.dif which now becomes mutt-1.9.1.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 4 07:55:59 UTC 2017 - werner@suse.de
|
||
|
||
- Add patch neomutt-c030a8b.patch from upstream commit to fix
|
||
boo#1061343
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 15 09:07:55 UTC 2017 - werner@suse.de
|
||
|
||
- Update to neomutt 20170912 which updates to mutt 1.9.0
|
||
NeoMutt
|
||
Add guix build support
|
||
Only match real mailboxes when looking for new mail
|
||
Fix the printing of ncurses version in -v output
|
||
Bind editor <delete> to delete-char
|
||
Fix overflowing colours
|
||
Fix empty In-Reply-To generation
|
||
Trim trailing slash from completed dirs
|
||
Add guix-neomutt.scm
|
||
Fix setting custom query_type in notmuch query
|
||
Better curses identification
|
||
Use the system's wchar_t support
|
||
Use the system's md5 tool (or equivalent)
|
||
Clean up configure.ac
|
||
Teach gen-map-doc about the new opcode header
|
||
Rename functions (snake_case)
|
||
Rename constants/defines (UPPER_CASE)
|
||
Create library of shared functions
|
||
Much tidying
|
||
Rename globals to match user config
|
||
Drop unnecessary functions/macros
|
||
Use a standard list implementation
|
||
Coverity fixes
|
||
Use explicit NUL for string terminators
|
||
Drop OPS* in favour of opcodes.h
|
||
Upstream
|
||
Fix menu color calls to occur before positioning the cursor
|
||
When guessing an attachment type, don't allow text/plain if there is a null character
|
||
Add $imap_poll_timeout to allow mailbox polling to time out
|
||
Handle error if REGCOMP in pager fails when resizing
|
||
Change recvattach to allow nested encryption
|
||
Fix attachment check_traditional and extract_keys operations
|
||
Add edit-content-type helper and warning for decrypted attachments
|
||
Add option to run command to query attachment mime type
|
||
Add warning about using inline pgp with format=flowed
|
||
- Rename patch mutt-1.8.3.dif which becomes now mutt-1.9.0.dif
|
||
- Modify the patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.5.9i-pgpewrap.diff
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Aug 10 08:03:38 UTC 2017 - tchvatal@suse.com
|
||
|
||
- Switch to hunspell as default spell-checking software wrt
|
||
fate#323578
|
||
- Write SUSE in the skel.muttrc instead of SuSE
|
||
- Use the right folder for unpacking instead of symlink
|
||
* fixes quilt setup
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 13 10:38:57 UTC 2017 - olaf@aepfle.de
|
||
|
||
- If built with gnutls, set ssl_ca_certificates_file to avoid
|
||
warning about "server cert signed using an insecure algorithm"
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 12 09:26:50 UTC 2017 - olaf@aepfle.de
|
||
|
||
- Add buildconditional for openssl/gnutls
|
||
Disable gnutls, there can be only one of them and openssl was used
|
||
- Use pkgconfig to refer to openssl/gnutls
|
||
- Remove uneeded builddeps and recommends for smtp_daemon by
|
||
specifying the path to sendmail
|
||
- Remove uneeded builddep for ispell by specifying the path to it
|
||
- Update doc builddeps: add opensp, libxslt-tools, w3m
|
||
drop docbook_4,libxml2,libxslt,lynx,sgml-skel,xli
|
||
- Remove unneeded builddeps: fdupes,glibc-i18ndata,libassuan,
|
||
libcom_err,libgcrypt,libgpg-error
|
||
- Wrap desktop files handing in suse_version
|
||
- Remove included krb5-config, the copy in the devel pkg is good enough
|
||
- Use configure macro for ordinary autoconf result
|
||
- Build manual.txt with w3m to properly dump tables
|
||
- Move Requires perl-Expect to doc pkg, make it a Recommends
|
||
- Consistent suse_version for shared-mime-info usage
|
||
- Unconditional libgpgme usage
|
||
- Unconditional autoreconf
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jun 13 08:21:30 UTC 2017 - werner@suse.de
|
||
|
||
- Update to neomutt 20170609 which updates to mutt 1.8.3
|
||
+ Warn on bindkey aliasing
|
||
+ Drop PATCHES, tidy 'mutt -v' output
|
||
+ Add %z format strings to index_format
|
||
+ Add debug_level/debug_file options
|
||
+ Fix nntp group selection
|
||
+ Fix status color
|
||
+ Tidy up S/MIME contrib
|
||
+ Do not try to create Maildir if it is an NNTP URI
|
||
+ Fix missing NONULL for mutt.set() in Lua
|
||
+ Fix German PGP shortkeys
|
||
+ Remove feature muttrc files
|
||
+ Merge README.notmuch into manual
|
||
+ Remove unneded scripts
|
||
+ Remove README.SECURITY
|
||
+ Remove BEWARE and devel-notes.txt
|
||
+ Update Makefiles
|
||
+ Delete TODO files
|
||
+ Remove legacy files
|
||
+ Don't generate vim-neomutt syntax file
|
||
+ Remove LaTeX/pdf manual generation
|
||
+ Add missing docs for expandos
|
||
+ Fix sidebar howto examples
|
||
+ Remove some upstream references
|
||
+ Drop refs to patches
|
||
+ Improve PR template and CONTRIBUTING.md
|
||
+ Fix list items in newbie-tutorial's Mailing List Guidelines
|
||
+ Remove configure options that no longer exist
|
||
+ fix newbie tutorial
|
||
+ document signing tags / releases
|
||
+ config: drop unused paginate command
|
||
+ script: split tests up into several
|
||
+ convert credits page to markdown
|
||
+ simpify 404 page
|
||
+ improve newbie tutorial
|
||
+ remove help.html and integrate its content elsewhere
|
||
+ make: "graphviz" program is needed for generating diagram
|
||
+ improve getting started guide // include legacy files
|
||
+ dev: add list of architectures/operating systems
|
||
+ numerous small fixes
|
||
+ Remove typedefs and rename ~130 structs
|
||
+ Add separate hcache dir
|
||
+ Move crypto files to ncrypt dir
|
||
+ Split up mutt.h, protos.h
|
||
+ Always build: sidebar, imap, pop, smtp, compressed, nntp
|
||
+ Remove --enable-mailtool configure option
|
||
+ Make dotlock optional
|
||
+ Change gpgme requirement back to 1.1.0
|
||
+ Remove check_sec.sh
|
||
+ Fix safe_calloc args
|
||
+ Remove unused macros
|
||
+ Remove unused option: SmimeSignOpaqueCommand
|
||
+ Move configure-generated files
|
||
+ Update distcheck build flags
|
||
+ Drop obsolete iconv check
|
||
+ Unused prototypes - unsupported systems
|
||
+ Drop many configure tests for things defined in POSIX:2001
|
||
+ Kill useless crypthash.h file
|
||
+ Run clang-format on the code
|
||
+ Fail early if ncursesw cannot be found
|
||
+ Add names prototype arguments
|
||
+ Abbreviate pointer tests against NULL
|
||
+ Initialise pointers to NULL
|
||
+ Reduce the scope of for loop variables
|
||
+ Coverity: fix defects
|
||
+ Convert all exec calls to use mutt_envlist(), remove setenv function
|
||
+ Note that mbox-hooks are dependent on $move
|
||
+ Refresh header color when updating label
|
||
+ Remove glibc-specific execvpe() call in sendlib.c
|
||
+ Add color commands for the compose menu headers and security status
|
||
+ Fix sidebar count updates when closing mailbox
|
||
+ Don't modify LastFolder/CurrentFolder upon aborting a change folder operation
|
||
+ Change message modifying operations to additively set redraw flags
|
||
+ Improve maildir and mh to report flag changes in mx_check_mailbox()
|
||
+ Add $header_color_partial to allow partial coloring of headers
|
||
+ Rename REDRAW_SIGWINCH to REDRAW_FLOW
|
||
+ Create R_PAGER_FLOW config variable flag
|
||
+ Turn IMAP_EXPUNGE_EXPECTED back off when syncing
|
||
+ Add $history_remove_dups option to remove dups from history ring
|
||
+ Also remove duplicates from the history file
|
||
+ Don't filter new entries when compacting history save file
|
||
+ Move the IMAP msn field to IMAP_HEADER_DATA
|
||
+ Fix imap expunge to match msn and fix index
|
||
+ Fix cmd_parse_fetch() to match against MSN
|
||
+ Start fixing imap_read_headers() to account for MSN gaps
|
||
+ Add msn_index and max_msn to find and check boundaries by MSN
|
||
+ Properly adjust fetch ranges when handling new mail
|
||
+ Small imap fetch fixes
|
||
+ Don't abort header cache evaluation when there is a hole
|
||
+ Fix mfc overflow check and uninitialized variable
|
||
+ Fix potential segv if mx_open_mailbox is passed an empty string
|
||
+ Don't clean up idata when closing an open-append mailbox
|
||
+ Don't clean up msn idata when closing an open-append mailbox
|
||
+ Fix memory leak when closing mailbox and using the sidebar
|
||
+ Change imap body cache cleanup to use the uid_hash
|
||
+ Convert classic s/mime to space delimit findKeys output
|
||
+ Add self-encrypt options for PGP and S/MIME
|
||
+ Change $postpone_encrypt to use self-encrypt variables first
|
||
+ Automatic post-release commit for mutt-1.8.3
|
||
+ Add note about message scoring and thread patterns
|
||
+ unbind mappings before overwriting in vim-keys
|
||
+ latest coverity issues (#624)
|
||
+ don't pass colour-codes to filters
|
||
+ Don't set a colour unless it's been defined.
|
||
+ crash if no from is set or founds
|
||
+ ifdef command
|
||
+ fix translations
|
||
+ fix some remaining translation problems
|
||
+ explain binding warnings
|
||
+ don't document unsupported arches
|
||
+ fix make git_ver.h
|
||
+ allow xsltproc and w3m calls to fail
|
||
+ fix make dist
|
||
+ Add a mutt_endwin() before invoking $sendmail
|
||
+ Restore setenv function
|
||
+ Fix tag-prefix to not abort on $timeout
|
||
+ Change km_dokey() to return -2 on a timeout/sigwinch
|
||
+ Enable TEXTDOMAINDIR override to make translation testing easier
|
||
+ Fix "format string is not a string literal" warnings
|
||
- Modifyed and ported patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
- Delete patch mutt-1.8.2-from4crypt.diff now upstream
|
||
- Renamed patch mutt-1.8.2.dif which becomes mutt-1.8.3.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 10 08:55:37 UTC 2017 - werner@suse.de
|
||
|
||
- Add patch mutt-1.8.2-from4crypt.diff
|
||
to fix crash in crypt.c if no From is found or set
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 1 16:06:58 UTC 2017 - werner@suse.de
|
||
|
||
- Switch form TokyoCabinet over to KyotoCabinet
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Apr 30 23:32:51 UTC 2017 - thorsten.behrens@cib.de
|
||
|
||
- Remove warning
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Apr 30 23:26:06 UTC 2017 - thorsten.behrens@cib.de
|
||
|
||
- Make header cache work again, using TokyoCabinet as backend
|
||
- Remove now-obsolete configure parameters
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Apr 30 05:03:43 UTC 2017 - bwiedemann@suse.com
|
||
|
||
- call gzip -n to make build more reproducible
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Apr 29 16:14:43 UTC 2017 - werner@suse.de
|
||
|
||
- Yet an other package split: now there is a mutt-lang
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Apr 29 15:50:04 UTC 2017 - werner@suse.de
|
||
|
||
- Provide a hint on the package split
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 28 16:27:15 UTC 2017 - werner@suse.de
|
||
|
||
- Move some extend documentation about mutt in a seperate package
|
||
- Remove mutt-1.5.21.de.po as mutt now have a de.po as well
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 28 14:37:01 UTC 2017 - werner@suse.de
|
||
|
||
- Update to neomutt 20170421 which updates to mutt 1.8.2
|
||
1.8.2 Bug fix release.
|
||
1.8.1 Bug fix release.
|
||
1.8.0
|
||
- $locale has been removed. Mutt now respects the LC_TIME setting
|
||
instead. See also $attribution_locale.
|
||
+ $attribution_locale can be used to override the date formatting in
|
||
attribution strings. When unset, Mutt will use the locale
|
||
environment, but note the default value of $date_format has a
|
||
leading '!' which says to use the C-locale.
|
||
! Message-id and mail-followup-to headers are now preserved for recalled
|
||
messages.
|
||
+ <unsidebar_whitelist> added to complement <sidebar_whitelist>.
|
||
! The pager position is reset to the top when toggling header-weed.
|
||
! IMAP messages moved to $trash via server-side copy are marked as read.
|
||
+ <root-message> jumps to the root message of a thread.
|
||
! Piped text attachments are charset converted.
|
||
+ Added %F to $attach_format, to show the content-disposition filename.
|
||
%d will fall back to %F which will fall back to %f.
|
||
+ <rename-attachment> allows an attachment name to be changed, without
|
||
modifying the underlying file's name.
|
||
! Mutt will look for the user's muttrc additionally in
|
||
$XDG_CONFIG_HOME/mutt/.
|
||
+ Compressed mbox and mmdf files are now supported via open-hook,
|
||
close-hook, and append-hook. See contrib/sample.muttrc-compress
|
||
for suggested settings. Note this is a compile-time option:
|
||
--enable-compressed.
|
||
+ When $flag_safe is set, flagged messages cannot be deleted.
|
||
+ The '@' pattern modifier can be used to limit matches to known aliases.
|
||
+ <mark-message> creates a hotkey binding to a specific message. The hotkey
|
||
prefix is specified via $mark_macro_prefix.
|
||
+ <setenv> and <unsetenv> can be used to add/remove environment variables
|
||
passed to children.
|
||
! Mutt will now use the built-in OpenSSL SSL_set_verify() callback
|
||
to verify certificates. This allows better support for verifying
|
||
chains, including alternative chain support.
|
||
+ $uncollapse_new controls whether a thread will be uncollapsed when a new
|
||
message arrives.
|
||
! $to_chars and $status_chars now accept multibyte characters.
|
||
+ <subjectrx> allows replacing matching subjects with something else.
|
||
This can be used to declutter subject lines in the index.
|
||
+ <edit-label> can be used to add, change, or delete a message's X-Label.
|
||
! Pattern expressions with ~y support label tab completion.
|
||
+ The header cache now also supports Kyoto Cabinet and LMDB as
|
||
backend databases.
|
||
1.7.2 (2016-12-04):
|
||
! Bug fix release. No features were modified or added.
|
||
! Fixes for OpenSSL 1.1. Versions less than 0.9.6 are no longer supported.
|
||
1.7.1 (2016-10-08):
|
||
! Bug fix release. No features were modified or added.
|
||
1.7.0 (2016-08-18):
|
||
! Improved alignment when using multi-column characters with
|
||
soft-fill (%*X) and right-justified (%>X) format strings.
|
||
+ The COLUMNS environment variable will be set to the width of the
|
||
pager when invoking display filters. This can be used in
|
||
copiousoutput mailcap entries to allow their output to match the
|
||
pager width.
|
||
+ The sidebar patch has been merged. Please watch for airborne
|
||
bovine. See the documentation for all the options, or simply
|
||
enable it with 'set sidebar_visible'.
|
||
+ $mail_check_stats and $mail_check_stats_interval control whether,
|
||
and how often, to scan for unread, flagged, and total message
|
||
counts when checking for new mail in mailboxes. These statistics
|
||
can be displayed in the sidebar and browser.
|
||
+ $trash, when set, specifies the path of the folder where mails
|
||
marked for deletion will be moved, instead of being irremediably
|
||
purged.
|
||
+ The <purge-message> function can be used to delete an entry and
|
||
bypass the trash folder.
|
||
+ $folder_format has new format strings %m and %n, to display
|
||
total and unread message counts for mailboxes. Note that
|
||
$mail_check_stats should be enabled to use these.
|
||
! When browsing IMAP, %N will now display 'N', instead of the unread
|
||
message count. Please use %n to display unread messages.
|
||
- Removed obsolete patches
|
||
* COLS-workaround.dif
|
||
* mutt-1.6.2-gpgme_set_sender.patch
|
||
- Modifyed and ported patches
|
||
* aw.listreply.diff
|
||
* bsc907453-CVE-2014-9116-jessie.patch
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.5.23-carriage-return.path
|
||
* mutt-1.5.9i-pgpewrap.diff
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
- Renamed patch
|
||
* mutt-1.6.2.dif becomes mutt-1.8.2.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 6 10:37:24 UTC 2017 - werner@suse.de
|
||
|
||
- Explicite add package documentation directory to file list
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Mar 2 11:42:45 UTC 2017 - werner@suse.de
|
||
|
||
- Also now recommend urlscan
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 23 10:39:04 UTC 2016 - werner@suse.de
|
||
|
||
- Add patch mutt-1.6.2-gpgme_set_sender.patch
|
||
that is avoid name space clash with gpgme_set_sender() from gpgme
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 23 10:13:49 UTC 2016 - werner@suse.de
|
||
|
||
- Rename patch mutt-1.5.23-cariage-return.path to
|
||
mutt-1.5.23-carriage-return.path
|
||
- Extend patch mutt-1.5.23-carriage-return.path
|
||
Be sure that also signed messages from Android can be verified
|
||
by gpgme interface of mutt
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 13 10:05:16 UTC 2016 - werner@suse.de
|
||
|
||
- Update to neomutt 20160826
|
||
Build:
|
||
Disable fmemopen until bug is fixed
|
||
Contrib:
|
||
Keybase portability improvements Joshua Jordi (@JakkinStewart)
|
||
Keybase Integration - Joshua Jordi (@JakkinStewart)
|
||
Bug Fixes:
|
||
Fix notmuch crash toggling virtual folders
|
||
Fix display of pager index when sidebar toggled
|
||
Sidebar's inbox occasionally shows zero/wrong value
|
||
Fix crash opening a second compressed mailbox
|
||
Config:
|
||
Look for /etc/NeoMuttrc and ~/.neomuttrc
|
||
Docs:
|
||
Fix broken links, typos
|
||
Update project link
|
||
Fix version string in the manual
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 26 12:36:47 UTC 2016 - werner@suse.de
|
||
|
||
- Update to mutt version 1.6.2 (2016-07-01):
|
||
* send.c: Check $pgp_autoinline and $pgp_replyinline if oppenc is set.
|
||
(closes #3846)
|
||
* The first oppenc call takes place after the initial checks of
|
||
$pgp_autoline and $pgp_replyinline, and doesn't go through the pgp
|
||
menu.
|
||
* Therefore, check for $pgp_autoline and $pgp_replyinline if oppenc is
|
||
set too, to avoid oppenc enabling encryption without INLINE being
|
||
set in those cases.
|
||
* a6a4d6ed0f19 previously cleaned things up so that it is safe to set
|
||
INLINE even if encryption isn't enabled.
|
||
* keymap.c: Fix infinite loop when help is bound to a named key
|
||
combination.
|
||
* Commit a07e8215a0ef introduced a bug in km_error_key, which is
|
||
called when an unbound key is pressed.
|
||
* If help is bound to a sequence containing named keys (e.g. <esc>),
|
||
the raw (untokenized) string would be pushed back into the unget
|
||
buffer. This could lead to an infinite loop of unbound key presses
|
||
triggering more unbound keys being put into the unget buffer.
|
||
* Change km_error_key to tokenize the string before putting it in the
|
||
unget buffer.
|
||
* Much thanks to Jiri Bohac for his bug report, analysis, and initial
|
||
patch!
|
||
- Update to neomutt 20160723
|
||
New Features
|
||
New Mail Command - Execute a command on receipt of new mail
|
||
vim-keybindings - Mutt config for vim users
|
||
LMDB - In-memory header caching database
|
||
SMIME Encrypt to Self - Secure storage of sensitive email
|
||
Bug Fixes
|
||
rework mutt_draw_statusline()
|
||
fix cursor position after sidebar redraw
|
||
Add sidebar_format flag ‘%n’ to display ‘N’ on new mail.
|
||
fix index_format truncation problem
|
||
Fix compiler warnings due to always true condition
|
||
Change sidebar next/prev-new to look at buffy->new too.
|
||
Change the default for sidebar_format to use %n.
|
||
sidebar “unsorted” order to match Buffy list order.
|
||
Include ncurses tinfo library if found.
|
||
Sidebar width problem
|
||
sidebar crash for non-existent mailbox
|
||
Temporary compatibility workaround
|
||
Reset buffy->new for the current mailbox in IMAP.
|
||
version.sh regression
|
||
crash when notmuch tries to read a message (boo#986534)
|
||
status line wrapping
|
||
- Modify patches
|
||
* COLS-workaround.dif
|
||
* aw.listreply.diff
|
||
* bug-676388-largefile.patch
|
||
* mutt-1.5.15-wrapcolumn.diff
|
||
* mutt-1.5.20-sendgroupreplyto.diff
|
||
* mutt-1.5.21-mailcap.diff
|
||
* mutt-1.6.1-opennfs.dif
|
||
* patch-1.5.24.vk.pgp_verbose_mime
|
||
* widechar.sidebar.dif
|
||
- Rename patch mutt-1.6.1.dif to mutt-1.6.2.dif
|
||
- Delete patch mutt-1.5.21-tinfo.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 13 09:27:36 UTC 2016 - werner@suse.de
|
||
|
||
- Update to neomutt 20160611
|
||
- Temporarily disable $sidebar_refresh_time
|
||
Unfortunately, this was causing too many problems.
|
||
It will be fixed and re-enabled as soon as possible.
|
||
- Fix several crashes, on startup, in Keywords
|
||
- Reflow text now works as it should
|
||
- Lots of typos fixed
|
||
- Compress config bug prevented it working
|
||
- Some minor bug-fixes from mutt/default
|
||
- Single quote at line beginning misinterpreted by groff
|
||
- Setting $sidebar_width to more than 128 would cause bad things to happen.
|
||
- Fix alignment in the compose menu.
|
||
- Fix sidebar buffy stats updating on mailbox close.
|
||
- Modify patch mutt-1.6.1.dif, that is skip upstream of neo as now
|
||
part of neo
|
||
- Adopt patches COLS-workaround.dif, aw.listreply.diff,
|
||
bug-676388-largefile.patch, mutt-1.5.21-tinfo.dif,
|
||
mutt-1.6.1-opennfs.dif, and patch-1.5.24.vk.pgp_verbose_mime
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 2 06:58:11 UTC 2016 - werner@suse.de
|
||
|
||
- Yet an other crash due keywords.patch (boo#982129)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 1 11:04:06 UTC 2016 - werner@suse.de
|
||
|
||
- Fix crash due keywords.patch which stumble over not existing
|
||
standard mailbox (boo#982129)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 31 12:35:33 UTC 2016 - werner@suse.de
|
||
|
||
- Update to neomutt 20160530
|
||
- Avoid sidebar patch from bother other users (boo#982129)
|
||
- Remove patch patch-1.6.1.rr.compressed.bz2 as now part of neumutt
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 20 15:14:52 UTC 2016 - werner@suse.de
|
||
|
||
- Enable some of the new patches like sidebar (boo#980830)
|
||
- Add patch COLS-workaround.dif which should become removed once
|
||
the sidebar patch does not modify COLS anymore
|
||
|
||
-------------------------------------------------------------------
|
||
Thu May 12 13:50:14 UTC 2016 - werner@suse.de
|
||
|
||
- Update to mutt version 1.6.1 (2016-05-01):
|
||
! Bug fix release. No features were modified or added.
|
||
- Add and use neomutt-patches-20160502.tar.gz from
|
||
http://www.neomutt.org/
|
||
- Modify the patches
|
||
aw.listreply.diff
|
||
bsc907453-CVE-2014-9116-jessie.patch
|
||
bug-676388-largefile.patch
|
||
mutt-1.5.15-wrapcolumn.diff
|
||
mutt-1.5.20-sendgroupreplyto.diff
|
||
mutt-1.5.21-mailcap.diff
|
||
mutt-1.5.21-tinfo.dif
|
||
mutt-1.5.23-cariage-return.path
|
||
mutt-1.5.9i-pgpewrap.diff
|
||
patch-1.5.24.vk.pgp_verbose_mime
|
||
widechar.sidebar.dif
|
||
- Modify and rename the patches
|
||
mutt-1.6.0-opennfs.dif becomes mutt-1.6.1-opennfs.dif
|
||
mutt-1.6.0.dif becomes mutt-1.6.1.dif
|
||
patch-1.6.0.rr.compressed.bz2 becomes patch-1.6.1.rr.compressed.bz2
|
||
- Remove the patches
|
||
patch-1.6.0.sidebar.20160411.patch
|
||
nion.sidebar-color.diff
|
||
now upstream or part of neomutt patch collection
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 11 12:04:29 UTC 2016 - werner@suse.de
|
||
|
||
- Update to mutt version 1.6.0 (2016-04-04):
|
||
+ Enabled utf-8 mailbox support for IMAP.
|
||
+ New expandos %r and %R for comma separated list of To: and Cc:
|
||
recipients respectively.
|
||
+ Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]).
|
||
! $use_idn has been renamed to $idn_decode.
|
||
+ $idn_encode controls whether outgoing email address domains will
|
||
be IDNA encoded. If your MTA supports it, unset to use utf-8
|
||
email address domains.
|
||
+ The S/MIME message digest algorithm is now specified using the
|
||
option $smime_sign_digest_alg. Note that $smime_sign_command
|
||
should be modified to include "-md %d". Please see
|
||
contrib/smime.rc.
|
||
+ $reflow_space_quotes allows format=flowed email quotes to be
|
||
displayed with spacing between them.
|
||
! multipart draft files are now supported.
|
||
+ The "-E" command line argument causes mutt to edit draft or include files.
|
||
All changes made in mutt will be saved back out to those files.
|
||
+ $resume_draft_files and $resume_edited_draft_files control how
|
||
mutt processes draft files.
|
||
+ For classic gpg mode, $pgp_decryption_okay should be set to verify
|
||
multipart/encrypted are actually encrypted. Please see
|
||
contrib/gpg.rc for the suggested value.
|
||
! mailto URL header parameters by default are now restricted to
|
||
'body' and 'subject'.
|
||
+ mailto_allow and unmailto_allow can be used to add or remove
|
||
allowed mailto header parameters.
|
||
! The method of setting $hostname has been changed. Rather than
|
||
scanning /etc/resolv.conf, the domain will now be determined using
|
||
DNS calls.
|
||
- Modfied patches
|
||
aw.listreply.diff
|
||
patch-1.5.24.vk.pgp_verbose_mime
|
||
- Ported patches
|
||
mutt-1.5.24.dif becomes mutt-1.6.0.dif
|
||
mutt-1.5.24-opennfs.dif becomes mutt-1.6.0-opennfs.dif
|
||
patch-1.5.24.rr.compressed.bz2 becomes patch-1.6.0.rr.compressed.bz2
|
||
patch-1.5.24.sidebar.20151111.patch becomes patch-1.6.0.sidebar.20160411.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 29 15:22:58 UTC 2016 - werner@suse.de
|
||
|
||
- Add perl(Expect) as requirement for mutt due to the fact that a
|
||
useful helper script below the samples depends on this (boo#968699)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 12 08:46:42 UTC 2016 - vmiklos@collabora.co.uk
|
||
|
||
- Fix patch-1.5.24.sidebar.20151111.patch to shorten
|
||
imaps://imap.example.com/INBOX correctly to INBOX, not to NBOX. (boo#961470)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 22 09:44:55 UTC 2015 - vmiklos@collabora.co.uk
|
||
|
||
- Update patch-1.5.24.sidebar.20140412.patch to
|
||
patch-1.5.24.sidebar.20151111.patch
|
||
+ Updated patch for pristine mutt-1.5.24 source package.
|
||
+ Corrected the version info in PATCHES for mutt-1.5.24 and added two small
|
||
patches courtesy of mutt user flatcap. The patch makes %S optional in
|
||
sidebar_format_str and the other patch fixes a problem with viewing an imap
|
||
folder that gets deleted by another user which causes a mutt crash.
|
||
- Modified patches
|
||
+ aw.listreply.diff
|
||
+ nion.sidebar-color.diff
|
||
+ patch-1.5.24.vk.pgp_verbose_mime
|
||
+ widechar.sidebar.dif
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 11 15:14:48 UTC 2015 - werner@suse.de
|
||
|
||
- Update to mutt version 1.5.24
|
||
+ terminal status-line (TS) support, a.k.a. xterm title. see the
|
||
following variables: $ts_enabled, $ts_icon_format, $ts_status_format
|
||
! $ssl_use_sslv3 is disabled by default.
|
||
! command-line arguments: -H now combines template and command-line
|
||
address arguments.
|
||
! GnuPG signature name is set to signature.asc
|
||
+ New color object "prompt" added.
|
||
+ Ability to encrypt postponed messages. See $postpone_encrypt and
|
||
$postpone_encrypt_as.
|
||
! History ring now has a scratch buffer.
|
||
! mail-key is implemented for GPGME. (Requires a recent GPGME).
|
||
! Removed GPG_AGENT_INFO check for GnuPG 2.1 compatibility. Please
|
||
set pgp_use_gpg_agent if using GnuPG 2.1 or later.
|
||
! $smime_encrypt_with now defaults to aes256.
|
||
! GnuPG fingerprints are used internally when possible.
|
||
"--with-fingerprint" should be added to $pgp_list_pubring_command and
|
||
$pgp_list_secring_command to enable this. Please see contrib/gpg.rc.
|
||
Fingerprints may also be used at the prompts for key selection.
|
||
+ $crypt_opportunistic_encrypt automatically enables/disables encryption
|
||
based on message recipients.
|
||
! Attachments for signed, unencrypted emails may be deleted.
|
||
! Multiple crypt-hooks may be defined for the same regexp.
|
||
This means multiple keys may be used for a recipient.
|
||
+ $crypt_confirmhook allows the confirmation prompt for crypt-hooks to
|
||
be disabled.
|
||
+ $ssl_ciphers allows the SSL ciphers to be directly set.
|
||
! sime_keys better handles importing certificate chains.
|
||
! sime_keys now records certificate purposes (sign/encrypt). Run
|
||
"sime_keys refresh" to update smime index files.
|
||
+ $maildir_check_cur polls the maildir "cur" directory for new mail.
|
||
- Ported patches
|
||
patch-1.5.21.vk.pgp_verbose_mime becomes patch-1.5.24.vk.pgp_verbose_mime
|
||
patch-1.5.23.rr.compressed.bz2 becomes patch-1.5.24.rr.compressed.bz2
|
||
patch-1.5.23.sidebar.20140412.patch becomes patch-1.5.24.sidebar.20140412.patch
|
||
mutt-1.5.21-opennfs.dif becomes mutt-1.5.24-opennfs.dif
|
||
mutt-1.5.23.dif becomes mutt-1.5.24.dif
|
||
- Modfied patches
|
||
nion.sidebar-color.diff
|
||
widechar.sidebar.dif
|
||
- Removed patch
|
||
patch-1.5.23.xtitles.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 26 16:22:08 UTC 2015 - werner@suse.de
|
||
|
||
- Update to mutt version 1.5.23 which is a security bugfix release
|
||
as well as add support for TLS 1.1/1.2
|
||
- Remove the patches automake-1.12.patch,
|
||
mutt-1.5.20-gpgme_set_locale.patch, and mutt-CVE-2014-0467.patch
|
||
- Replace the patches
|
||
patch-1.5.23.rr.compressed.bz2 with patch-1.5.21.rr.compressed.1.bz2
|
||
mutt-1.5.21.sidebar.20120829.patch with patch-1.5.23.sidebar.20140412.patch
|
||
patch-1.5.5.1.nt.xtitles.3.ab.1 with patch-1.5.23.xtitles.patch
|
||
mutt-1.5.21.dif with mutt-1.5.23.dif
|
||
- Modify the patches aw.listreply.diff, bug-676388-largefile.patch,
|
||
and bsc907453-CVE-2014-9116-jessie.patch
|
||
- Build with PIE
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 4 12:03:10 UTC 2014 - werner@suse.de
|
||
|
||
- Add patch bsc907453-CVE-2014-9116-jessie.patch to fix bsc#907453
|
||
CVE-2014-9116: heap-based buffer overflow in mutt_substrdup()
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 18 08:15:09 UTC 2014 - lnussel@suse.de
|
||
|
||
- handle text/html by default (bnc#899712)
|
||
that is add patch mutt-1.5.21-mailcap.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Mar 17 13:24:35 UTC 2014 - meissner@suse.com
|
||
|
||
- mutt-CVE-2014-0467.patch: fixed a buffer overflow during header display.
|
||
CVE-2014-0467 / bnc#868115
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 5 18:06:01 CEST 2013 - ro@suse.de
|
||
|
||
- BuildRequire libgcrpyt-devel instead of libgcrypt for > 12.3
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 29 10:26:45 UTC 2013 - werner@suse.de
|
||
|
||
- Enable mutt to parse e.g. PGP markers with CRLF
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 18 12:54:39 UTC 2013 - werner@suse.de
|
||
|
||
- Add widechar.sidebar.dif as workaround: bnc#813498 - mutt crashes
|
||
in fgetwc in text_enriched_handler
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 14 09:11:05 UTC 2013 - werner@suse.de
|
||
|
||
- Remove spurious blank line from new patch to make older patch(1)
|
||
also work with this
|
||
- Make it build with older products
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 18 16:26:45 UTC 2012 - aginies@suse.com
|
||
|
||
- update sidebar to version 20120829
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 18 15:47:45 UTC 2012 - vmiklos@suse.cz
|
||
|
||
- Add back lost sidebar color patch.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 21 10:04:20 UTC 2012 - asn@cryptomilk.org
|
||
|
||
- Update sidebar patch.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 29 14:10:05 UTC 2012 - puzel@suse.com
|
||
|
||
- fix build with automake-1.12
|
||
- add: automake-1.12.patch
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 13 12:58:09 UTC 2012 - multiple1902@gmail.com
|
||
|
||
- Added patch automatically add a filename and description to PGP/MIME attachments.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 1 16:59:32 UTC 2011 - coolo@suse.com
|
||
|
||
- add automake as buildrequire to avoid implicit dependency
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 24 00:44:07 UTC 2011 - vmiklos@vmiklos.hu
|
||
|
||
- Add patch to introduce a new (optional) check when
|
||
replying to messages originating from a mailing list
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 22 12:58:28 UTC 2011 - werner@suse.de
|
||
|
||
- Add patch to use libtinfo if available
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Oct 25 22:17:13 CEST 2011 - vmiklos@vmiklos.hu
|
||
|
||
- Add patch to be able to specify the color of the sidebar
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 7 11:26:18 UTC 2011 - werner@suse.de
|
||
|
||
- Update patch for Mutt Ticket #3288 and check for empty headers
|
||
in mx_update_context() (bnx#704359)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 20 15:11:39 CEST 2011 - werner@suse.de
|
||
|
||
- Add patches for the following Mutt Tickets:
|
||
#1771: pipe-mime
|
||
#2179: score-match
|
||
#3240: imapuser
|
||
#3261: readonly-open
|
||
#3288: mx_update_context-segfault
|
||
#3293: dont-recode-saved-attachments
|
||
#3300: gpgme-1.2
|
||
#3324: smimekeys-tmpdir
|
||
#3326: emptycharset
|
||
#3335: thread-segfault
|
||
#3339: smime_keys-chaining
|
||
#3371: ansi-escape-segfault
|
||
#3378: references
|
||
#3457: pop3-segfault
|
||
#3459: split-fetches
|
||
#3483: header-strchr
|
||
#3496: no-implicit_autoview-for-text-html
|
||
#3506: gnutls-CN-validation
|
||
#3515: gnutls-deprecated-set-priority
|
||
#3516: gnutls-deprecated-verify-peers
|
||
with ticket #3506 bnc#700648 becomes fixed, with ticket #3496
|
||
the autoview regression for text/html should be fixed.
|
||
- Add one line more for sidebar if displayed on top
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Apr 15 14:15:02 CEST 2011 - werner@suse.de
|
||
|
||
- Support offsets in 2gig mbox files even on 32bit architectures (bnc#676388)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 3 02:00:55 CET 2011 - ro@suse.de
|
||
|
||
- buildrequire gdbm-devel also on 11.4 to fix build
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 2 09:47:43 CET 2011 - werner@suse.de
|
||
|
||
- Switch from buildrequires gpgme-devel to libgpgme-devel for 11.4
|
||
- Work around missing buildrequires of libgpgme-devel by adding
|
||
libassuan-devel for 11.4
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 31 13:55:54 UTC 2011 - gber@opensuse.org
|
||
|
||
- recommend smtp_daemon since mutt has builtin SMTP support
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 31 14:30:26 CET 2011 - werner@suse.de
|
||
|
||
- Fix the orther sidebar patch as it is broken with MALLOC_CHECK=1
|
||
now static buffers are used instead (re)alloced arrays.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 26 13:47:31 UTC 2011 - gber@opensuse.org
|
||
|
||
- fix build by removing Makefiles from contrib
|
||
- added missing %mime_database_post/%mime_database_postun
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 26 12:46:10 UTC 2011 - gber@opensuse.org
|
||
|
||
- modified desktop file so mutt can be used as the default mailto
|
||
handler
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 26 19:44:20 CET 2010 - pth@suse.de
|
||
|
||
- Update and fix the german translation.
|
||
- Update all translations so that the user edits the right translation.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 4 15:28:59 CET 2010 - werner@suse.de
|
||
|
||
- Update to mutt version 1.5.21 which include last three fixes
|
||
* Beside this better support of S/MIME certificates
|
||
- Use an other sidebar patch found for OpenBSD
|
||
- Update our patches
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 10 20:37:10 UTC 2010 - guido+opensuse.org@berhoerster.name
|
||
|
||
- add proper category to desktop file
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Apr 19 11:46:56 UTC 2010 - lnussel@suse.de
|
||
|
||
- fix build against openssl 1.0
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 2 12:38:04 CET 2009 - werner@suse.de
|
||
|
||
- Do not fold From lines into wrong format (bnc#559525)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 25 13:55:43 CET 2009 - werner@suse.de
|
||
|
||
- Update for bnc#537141: do not add certificates with wrong hosts
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 3 19:09:32 UTC 2009 - coolo@novell.com
|
||
|
||
- updated patches to apply with fuzz=0
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Sep 9 13:43:58 CEST 2009 - werner@suse.de
|
||
|
||
- Fix incorrectly handling of \0 character in SSL certificate (bnc#537141)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 15 13:46:07 CEST 2009 - werner@suse.de
|
||
|
||
- Make gpgme work even with locale, patch from Evan McClain
|
||
(bnc#519628)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 26 13:12:09 CEST 2009 - werner@suse.de
|
||
|
||
- Update to mutt version 1.5.20 which include last fix
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 21 11:20:19 CEST 2009 - werner@suse.de
|
||
|
||
- Upstream fix to make mutt showing new message count (bnc#487718)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 3 17:17:51 CET 2009 - werner@suse.de
|
||
|
||
- updated to mutt version 1.5.19 mostly a bugfix release
|
||
- updated sidebar patch to 1.5.18.sidebar.20080611
|
||
* make it work with 1.5.19
|
||
* make sidebar-fix also work
|
||
- updated compression patch to patch-1.5.19.rr.compressed
|
||
- enable smtp support
|
||
- enable mixmaster support
|
||
- use regex(7) of glibc
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 10 15:18:29 CEST 2008 - werner@suse.de
|
||
|
||
- Avoid trouble with krb5-config
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 20 20:00:30 CET 2007 - bwalle@suse.de
|
||
|
||
- updated to mutt version 1.5.17 the bug fix release
|
||
- updated sidebar patch to 1.5.17.sidebar.20071102
|
||
- updated compression patch to 1.5.17.rr.compressed.1
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 5 18:09:25 CET 2007 - ro@suse.de
|
||
|
||
- moved /etc/skel/.muttrc to this package
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 20 13:05:05 CEST 2007 - werner@suse.de
|
||
|
||
- Replace handmade sidebar patch with oringnal one
|
||
- Set check_mbox_sizes to make mutt backward compatible (#326697)
|
||
- Use imap_force_ssl alias for ssl_force_tls even in 10.3
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 21 14:05:33 CEST 2007 - werner@suse.de
|
||
|
||
- Update to mutt version 1.5.16 the bug fix version
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 1 14:03:12 CEST 2007 - werner@suse.de
|
||
|
||
- Update to mutt version 1.5.15 due CVE-2007-1558 (bug #279843)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 16 11:29:09 CEST 2007 - werner@suse.de
|
||
|
||
- Overflow: don't compare signed with unsigned (bug #275069)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 23 15:03:13 CET 2007 - rguenther@suse.de
|
||
|
||
- add gdbm-devel and ncurses-devel BuildRequires
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 26 15:10:11 CET 2007 - stbinner@suse.de
|
||
|
||
- fix build by including icon and .desktop into package
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 16 12:31:53 CET 2006 - werner@suse.de
|
||
|
||
- Make sidebar fix smarter by not breaking new status (bug #221599)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 9 14:17:25 CET 2006 - werner@suse.de
|
||
|
||
- Do security check for opening files on NFS file systems (#210159)
|
||
- Reenable SASL and GSSAPI
|
||
- Make LOGIN work even if SASL is enabled
|
||
- Make mutt use ispell again
|
||
- Update the sidebar patch
|
||
- Avoid reads of mailboxes if no sidebar is enabled (#215261)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Sep 15 15:12:20 CEST 2006 - werner@suse.de
|
||
|
||
- Enable libgpgme (bug #203486)
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 28 14:22:33 CEST 2006 - werner@suse.de
|
||
|
||
- Add sidebar patch to mutt to have the mailboxes around
|
||
- Make the old variable imap_force_ssl an alias to ssl_force_tls
|
||
for older SuSE distributions
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Aug 17 18:13:30 CEST 2006 - werner@suse.de
|
||
|
||
- Update to mutt 1.5.13
|
||
* Various fixes in imap handling
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 17 16:54:25 CEST 2006 - werner@suse.de
|
||
|
||
- Update to mutt 1.5.12
|
||
* Include previous security fixes
|
||
* Fix bug in curses handling
|
||
* Better caching of mail bodies
|
||
* Remove memory leaks
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 29 12:52:57 CEST 2006 - werner@suse.de
|
||
|
||
- Update to mutt 1.5.11
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 28 13:49:59 CEST 2006 - werner@suse.de
|
||
|
||
- Fix mutt IMAP buffer overflow in namespace parsing (bug #188872)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 25 21:38:29 CET 2006 - mls@suse.de
|
||
|
||
- converted neededforbuild to BuildRequires
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 16 14:16:36 CET 2006 - mmj@suse.de
|
||
|
||
- Compile with -fstack-protector
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 29 16:50:24 CET 2005 - sbrabec@suse.cz
|
||
|
||
- Don't package icon already present in desktop-data-SuSE.
|
||
Cleans rpm -V output.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 10 12:55:59 CEST 2005 - mmj@suse.de
|
||
|
||
- Readd -fno-strict-aliasing
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 3 09:35:52 CEST 2005 - mmj@suse.de
|
||
|
||
- Signatures with no newline should not cause mutt to think
|
||
it's a changed message [#117451]
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 28 19:11:22 CEST 2005 - mmj@suse.de
|
||
|
||
- Add patch to set term window title bar with the mbox name [#98557]
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jul 24 17:10:09 CEST 2005 - mmj@suse.de
|
||
|
||
- Fix segfault with S/Mime [#87177]
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 8 15:21:45 CEST 2005 - mmj@suse.de
|
||
|
||
- Remove bogus hunk from imap race fix patch
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 27 12:53:44 CEST 2005 - mmj@suse.de
|
||
|
||
- Add patch from Thomas Glanzmann to fix imap crashes
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 9 14:44:09 CEST 2005 - mmj@suse.de
|
||
|
||
- Add patch for wrapcolumn by Manfred Hollstein
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Mar 15 08:58:46 CET 2005 - mmj@suse.de
|
||
|
||
- Update to 1.5.9
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 28 19:27:52 CET 2005 - mmj@suse.de
|
||
|
||
- Make sure a pointer is not NULL before we start referencing it
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 14 11:02:37 CET 2005 - mmj@suse.de
|
||
|
||
- Update to 1.5.8
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 11 12:01:51 CET 2005 - mmj@suse.de
|
||
|
||
- Disable inode sort due to recommendations from the header
|
||
cache developer
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Feb 4 10:07:17 CET 2005 - mmj@suse.de
|
||
|
||
- Update header cache patch and fix build in PLUS
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 2 10:11:30 CET 2005 - mmj@suse.de
|
||
|
||
- Rename mmdf.5 -> mmdf_mutt.5 to not conflict with tin
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 1 12:56:39 CET 2005 - mmj@suse.de
|
||
|
||
- Update to 1.5.7
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 11 23:32:26 CET 2005 - mmj@suse.de
|
||
|
||
- Fix plain auth for sasl with patch from HEAD [#49573]
|
||
- Update header cache patch to latest
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 17 12:02:43 CET 2004 - mmj@suse.de
|
||
|
||
- Package pixmaps
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Oct 23 14:30:21 CEST 2004 - mmj@suse.de
|
||
|
||
- Switch heimdal-* to kerberos-devel-packages in #nfb as pr. requst
|
||
of Mr. Carsten Höger
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 31 17:08:54 CEST 2004 - mmj@suse.de
|
||
|
||
- Update to a new version with bugfixes of the header cache patch
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Aug 18 10:55:15 CEST 2004 - mmj@suse.de
|
||
|
||
- Apply a new version of the header cache patch that also supports
|
||
IMAP.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 2 12:51:22 CEST 2004 - mmj@suse.de
|
||
|
||
- Using upstream fix for problem with stat() on source files
|
||
which could contain extra chars such as pipe [#42658]
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jun 5 07:16:30 CEST 2004 - mmj@suse.de
|
||
|
||
- Enable idn support [#41456]
|
||
|
||
-------------------------------------------------------------------
|
||
Thu May 13 15:34:58 CEST 2004 - mmj@suse.de
|
||
|
||
- Add maildir header cache patch from
|
||
Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
|
||
- Don't remove buildroot in %install
|
||
- Don't strip when installing
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 21 20:58:10 CEST 2004 - mmj@suse.de
|
||
|
||
- When requiring postfix, don't install sendmail
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 15 07:48:32 CEST 2004 - mmj@suse.de
|
||
|
||
- Add the contrib/ directory to the documentation [#38955]
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 26 11:08:47 CET 2004 - mmj@suse.de
|
||
|
||
- Add # postfix to neededforbuild
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 16 14:57:49 CET 2004 - mmj@suse.de
|
||
|
||
- People are going to ask over and over again about the alternates
|
||
error, even though it's documented in the manual page, so install
|
||
/usr/share/doc/packages/mutt/README.alternates
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 4 22:49:20 CET 2004 - mmj@suse.de
|
||
|
||
- Readd cast that got lost when 99% of a patch was merged upstream
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Feb 4 22:18:28 CET 2004 - mmj@suse.de
|
||
|
||
- Update to 1.5.6
|
||
- Include patch from Joël Riou <joel.riou@normalesup.org> which
|
||
adds a variable config_charset that one may define in a rc file
|
||
that contains non ascii characters (aliases files for
|
||
instance). Where a rc file is sourced, the commands are
|
||
converted from this encoding, so that it works well if you are
|
||
used to working in UTF8 xterms but sometimes have to use a
|
||
latin-encoded terminal.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Nov 17 09:06:15 CET 2003 - mmj@suse.de
|
||
|
||
- Use rr.compressed for 1.5.5.1 from the author
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 5 22:38:27 CET 2003 - mmj@suse.de
|
||
|
||
- Update to mutt-1.5.5.1i which includes the missing files
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 5 13:32:25 CET 2003 - mmj@suse.de
|
||
|
||
- Update to mutt-1.5.5i which is the last planned development snap-
|
||
shot.
|
||
- Remove included/obsoleted patches
|
||
- Don't strip explicitly
|
||
- For now include snprintf.c and regex.c, they were forgotten in the
|
||
mutt tarball.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 15 15:59:21 CEST 2003 - mmj@suse.de
|
||
|
||
- Don't build as root
|
||
- Cleanup specfile a bit
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 18 11:00:32 CEST 2003 - mmj@suse.de
|
||
|
||
- Fix head syntax [#31228]
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 9 16:25:26 CEST 2003 - pthomas@suse.de
|
||
|
||
- Fix for real :(
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 9 10:06:21 CEST 2003 - pthomas@suse.de
|
||
|
||
- Fix the type-punning patch.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Sep 4 17:04:09 CEST 2003 - sndirsch@suse.de
|
||
|
||
- fixed attaching signature; ".signature" must be "~/.signature"
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Aug 16 16:19:21 CEST 2003 - adrian@suse.de
|
||
|
||
- install desktop file from kappfinder
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 15 09:39:04 CEST 2003 - ro@suse.de
|
||
|
||
- changed neededforbuild: cyrus-sasl
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Aug 13 19:48:39 CEST 2003 - pthomas@suse.de
|
||
|
||
- Fix all cases of (unnecessary) type-punning, thus no need for
|
||
-fno-strict-aliasing.
|
||
- Include stdlib.h in lib.h for declaration of exit.
|
||
- Fix permissions for mutt-1.4.1i-authsasl.diff
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Aug 13 17:45:23 CEST 2003 - mmj@suse.de
|
||
|
||
- Add a better fix from Brendan Cully to fix [#25026]
|
||
- Add -fno-strict-aliasing
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Jul 26 06:56:55 CEST 2003 - kukuk@suse.de
|
||
|
||
- cryus-sasl2 was renamed to cyrus-sasl
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 16 10:51:26 CEST 2003 - mmj@suse.de
|
||
|
||
- Add patch from Brendan Cully to fix DIGEST-MD5 sasl
|
||
authentication. [#25026]
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 11 10:19:44 CEST 2003 - mmj@suse.de
|
||
|
||
- Rename mbox.5 to mbox_mutt.5 to avoid conflict with tin
|
||
- Use %find_lang macro
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jun 2 13:47:49 CEST 2003 - mmj@suse.de
|
||
|
||
- Add script from Mike Fabian to handle UTF-8 encodings back and
|
||
forth [#27140]
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 13 12:41:27 CEST 2003 - mmj@suse.de
|
||
|
||
- Use %defattr
|
||
- Package muttbug
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 15 10:19:42 CEST 2003 - ro@suse.de
|
||
|
||
- fixed neededforbuild
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 21 14:16:23 CET 2003 - mmj@suse.de
|
||
|
||
- Update to 1.4.1 which primarily fixes the imap/utf7.c buffer-
|
||
overflow.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jan 24 00:47:38 CET 2003 - mmj@suse.de
|
||
|
||
- Add --enable-buffy-size which got lost because the maintainer
|
||
kept several versions around
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 23 23:18:19 CET 2003 - mmj@suse.de
|
||
|
||
- Add patch to use sasl2 instead og sasl
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jan 6 00:06:01 CET 2003 - mmj@suse.de
|
||
|
||
- Below action was not A Good Thing[tm] for all, so made it a
|
||
configure option again.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 15 07:56:36 CET 2002 - mmj@suse.de
|
||
|
||
- Fold the group reply patch in to always be default behaviour
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 8 01:03:59 CET 2002 - mmj@suse.de
|
||
|
||
- Apply fresh 1.4 compressed folder patch instead of 1.3.99 repatch
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Nov 2 11:30:35 CET 2002 - mmj@suse.de
|
||
|
||
- Better version from ME of longline patch
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Nov 1 20:13:25 CET 2002 - mmj@suse.de
|
||
|
||
- Add patch from Michael Elkins to allow lines > 255 [#16030]
|
||
- Make patches have a unique name
|
||
- Trim the neededforbuild
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 31 15:57:22 CEST 2002 - ro@suse.de
|
||
|
||
- changed neededforbuild <slang> to <slang slang-devel>
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 31 11:06:44 CEST 2002 - mmj@suse.de
|
||
|
||
- Disabled patches that broke IMAP support.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed May 29 19:55:01 CEST 2002 - mmj@suse.de
|
||
|
||
- Updated to the next STABLE Mutt release 1.4, which includes
|
||
improved IMAP and POP support. Better maildir handling,
|
||
improved threading. And lots more, which is better summarized
|
||
on http://www.mutt.org
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 28 22:29:18 CEST 2002 - mmj@suse.de
|
||
|
||
- Added a patch to allow longer lines [Bug #16030]
|
||
- Added a patch to allow mailboxes > 2 GB [Bug #16356]
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 14 11:55:36 CEST 2002 - mmj@suse.de
|
||
|
||
- Added a patch from Matthias Eckermann to include the original
|
||
To: field in the new To: when doing group reply, and the boolean
|
||
'send_group_reply_to' is set.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri May 3 12:27:57 CEST 2002 - mmj@suse.de
|
||
|
||
- Update to 1.3.99 which is just bugfix release towards 1.4
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 3 13:15:08 CEST 2002 - mmj@suse.de
|
||
|
||
- automake/autoconf fix. Use AC_LIBOBJ instead of LIBOBJS.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 20 09:10:34 MET 2002 - mmj@suse.de
|
||
|
||
- Fix segfault in pgpewrap when invoked with incorrect arguments.
|
||
Fixes Bug #15213, patch from axboe@
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 13 16:31:34 MET 2002 - mmj@suse.de
|
||
|
||
- Make /etc/Muttrc %config(noreplace)
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 13 15:56:04 MET 2002 - mmj@suse.de
|
||
|
||
- Updated to 1.3.28
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Feb 24 19:06:25 MET 2002 - mmj@suse.de
|
||
|
||
- Re-added patches known to work very well, but that was left out
|
||
to evaluate vanilla 1.3.27i:
|
||
- Compressed folder support
|
||
- Iconv patch that fixes qp problems in multibyte locales
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Feb 14 17:24:33 CET 2002 - schwab@suse.de
|
||
|
||
- Don't add /usr/include to include search path.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Feb 4 21:15:09 CET 2002 - mmj@suse.de
|
||
|
||
- Updated to newest beta-release 1.3.27
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 2 14:15:37 CET 2002 - poeml@suse.de
|
||
|
||
- add patch-1.2,3.rfc822_terminate.1 which fixes a remote
|
||
exploitable string buffer overflow
|
||
(minus hunks #8 and #10 which are already in 1.3.22.1)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 18 16:45:30 CEST 2001 - bjacke@suse.de
|
||
|
||
- fix a possible segfault for a certain search pattern
|
||
- fix a possible crash scenario when using gpg and attachments
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 4 18:34:55 CEST 2001 - bjacke@suse.de
|
||
|
||
- fix some memory leaks in imap code
|
||
- fix bug where non-regular files could be attached
|
||
- po updates
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Sep 2 01:09:41 CEST 2001 - bjacke@suse.de
|
||
|
||
- update to 1.3.22.1
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Aug 24 00:44:20 CEST 2001 - bjacke@suse.de
|
||
|
||
- update to 1.3.21 which fixes some MH bugs and others
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Aug 13 15:51:59 CEST 2001 - ro@suse.de
|
||
|
||
- changed neededforbuild <sp_libs> to <sp-devel>
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jul 26 17:53:25 CEST 2001 - bjacke@suse.de
|
||
|
||
- update to 1.3.20
|
||
- patched to speed up mbox-sort from n^2 to n*log(n)
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 28 19:43:18 CEST 2001 - bjacke@suse.de
|
||
|
||
- another l10n fix
|
||
- save manuals gzipped
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 25 18:49:59 CEST 2001 - mfabian@suse.de
|
||
|
||
- remove "fuzzy" in header of ja.po. When the header is marked
|
||
as "fuzzy", the charset will not be written to the .mo file
|
||
and mutt will not show Japanese messages correctly.
|
||
- don't convert string received from gettext again, the new
|
||
version of gettext already does the conversion to the charset
|
||
of the current locale.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Apr 19 14:48:03 CEST 2001 - bjacke@suse.de
|
||
|
||
- fixed a buffer underrun
|
||
- fixed possible segfault (#6979)
|
||
- redisabled buffy fix
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Mar 25 22:01:47 CEST 2001 - bjacke@suse.de
|
||
|
||
- update to 1.3.16i
|
||
- dropped superfluous additional options patch
|
||
- add compressed folder patch
|
||
- activated buffy fix to circumvent recent NFS a-time problems
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 31 17:15:51 CET 2001 - bjacke@suse.de
|
||
|
||
- fixed version in specfile
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jan 25 16:45:35 CET 2001 - bjacke@suse.de
|
||
|
||
- dropped tmp patch wich did more bad than good
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 10 19:23:53 CET 2001 - bjacke@suse.de
|
||
|
||
- fixed latest fix
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 9 06:31:16 CET 2001 - bjacke@suse.de
|
||
|
||
- applied tmp file patch
|
||
- added smtp_daemon to requires
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Dec 18 13:34:35 CET 2000 - bjacke@suse.de
|
||
|
||
- merged muttssl and mutt
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Dec 11 14:59:15 CET 2000 - bjacke@suse.de
|
||
|
||
- enable fcntl and disable flock locking
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Nov 28 18:59:47 CET 2000 - bjacke@suse.de
|
||
|
||
- update to 1.3.12i due to glibc 2.2 locale issues
|
||
- fixed neededforbuild (bug 4254)
|
||
- minor specfile changes
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 4 16:24:17 CEST 2000 - vinil@suse.cz
|
||
|
||
- czech po file corrected
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 31 16:31:02 CEST 2000 - werner@suse.de
|
||
|
||
- Update to 1.2.5i due bug fixes (IMAP, SIGSEGV in curs_main.c)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jul 7 12:23:47 CEST 2000 - werner@suse.de
|
||
|
||
- Update to 1.2.4i due to fixes (IMAP, SSL, ...) done in 1.2.3
|
||
and 1.2.4
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Jun 29 20:17:07 CEST 2000 - werner@suse.de
|
||
|
||
- Split spec of mutt and muttssl to avoid conflicts during build
|
||
- Use different build root to avoid mixed versions
|
||
- Update to 1.2.2i to avoid bugs in SSL code, core dumps, and
|
||
mailbox corruption
|
||
|
||
-------------------------------------------------------------------
|
||
Mon May 15 14:25:02 CEST 2000 - werner@suse.de
|
||
|
||
- Update to new version 1.2i
|
||
* move changes to 1.2i
|
||
* enable SSL for imap
|
||
* add *.rc from contrib path to doc (samples for pgp using)
|
||
- Split mutt into mutt and muttssl
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Mar 8 15:02:41 CET 2000 - werner@suse.de
|
||
|
||
- Disable --enable-exact-address because it fools the users by
|
||
asking questions for nothing.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Feb 22 15:13:27 CET 2000 - werner@suse.de
|
||
|
||
- Fix programming bug: ncurses now does what the docu says.
|
||
Therefore use_default_color() should be called only once
|
||
after start_color().
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 25 20:35:23 CET 2000 - werner@suse.de
|
||
|
||
- New version 1.0.1i with some minor bug fixes
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 25 17:18:51 CET 2000 - kasal@suse.de
|
||
|
||
- urlview moved to a new package
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 18 19:37:52 CET 2000 - werner@suse.de
|
||
|
||
- /usr/man -> /usr/share/man
|
||
- target is ${RPM_ARCH}-suse-linux and nothing more
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jan 18 19:08:24 CET 2000 - werner@suse.de
|
||
|
||
- New mutt version 1.0i
|
||
* patch for two letter year (e.g. 00)
|
||
- New urlview version
|
||
* A SuSE url_handler.sh script
|
||
* A SuSE urlview.conf
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Oct 18 18:22:25 CEST 1999 - garloff@suse.de
|
||
|
||
- highlight_unread sometimes didn't work. Fixed.
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 14 18:06:37 CEST 1999 - garloff@suse.de
|
||
|
||
- Added contrib/Pine.rc and Mush.rc to as %docs
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Oct 13 23:00:43 CEST 1999 - garloff@suse.de
|
||
|
||
- Two new options: "delete_tilde" and "highlight_unread".
|
||
The meaning is obvious ...
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Oct 1 16:41:55 CEST 1999 - werner@suse.de
|
||
|
||
- Added gpg in neededforbuild to get both pgp and gpg
|
||
path included into mutt.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 28 22:39:27 CEST 1999 - werner@suse.de
|
||
|
||
- Put urlview into mutt package
|
||
- Use changes Muttrc instead of my.Muttrc
|
||
* there is no variable web_browser anymore
|
||
- Require ispell to get spell feature
|
||
- A few sample muttrc and urlview(rc) for aaa_skel
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Sep 28 14:36:28 CEST 1999 - ro@suse.de
|
||
|
||
- update to 1.0pre3
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
||
|
||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Jul 20 12:51:51 MEST 1999 - florian@suse.de
|
||
|
||
- update to 0.95.6i
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Apr 14 17:35:05 MEST 1999 - ro@suse.de
|
||
|
||
- use gettext in neededforbuilt (builtin won't work)
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 6 12:56:03 MEST 1999 - ro@suse.de
|
||
|
||
- update to 0.95.4i
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Dec 3 18:33:14 MET 1998 - bs@suse.de
|
||
|
||
- added sp and sp_libs to neededforbuild
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 2 21:04:00 MET 1998 - bs@suse.de
|
||
|
||
- use sgmtools instead of linuxdoc for build
|
||
|
||
----------------------------------------------------------------------------
|
||
Wed Jul 29 15:46:29 MEST 1998 - florian@suse.de
|
||
|
||
- add security patch
|
||
|
||
----------------------------------------------------------------------------
|
||
Sun Jul 19 18:06:39 MEST 1998 - florian@suse.de
|
||
|
||
- update to version 0.93.1i
|
||
|
||
----------------------------------------------------------------------------
|
||
Thu Feb 5 11:14:17 MET 1998 - florian@suse.de
|
||
|
||
- update to version 0.89.1
|
||
|
||
----------------------------------------------------------------------------
|
||
Thu Oct 9 19:08:47 MEST 1997 - florian@suse.de
|
||
|
||
- update to version 0.85
|
||
|
||
----------------------------------------------------------------------------
|
||
Tue May 20 14:10:37 MEST 1997 - florian@suse.de
|
||
|
||
|
||
- update to version 0.74
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
|
||
|
||
|
||
- update to new version 0.69
|
||
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Tue Jan 28 14:37:08 CET 1997 - florian@suse.de
|
||
|
||
|
||
- update to new version 0.59
|
||
|
||
- pgp-support is enabled
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Tue Nov 26 20:15:03 CET 1996 - florian@suse.de
|
||
|
||
|
||
- update to version 0.52
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Sat Nov 16 20:28:43 CET 1996 - florian@suse.de
|
||
|
||
|
||
- update to version 0.51
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Mon Nov 11 01:29:48 CET 1996 - florian@suse.de
|
||
|
||
|
||
- update to version 0.50
|
||
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Sat Nov 2 17:35:11 CET 1996 - florian@suse.de
|
||
|
||
|
||
- update to version 0.49
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Tue Oct 22 22:14:08 MEST 1996 - florian@suse.de
|
||
|
||
|
||
- Neue Version 0.48.1 mit vielen Veraenderungen.
|
||
|
||
- Anpassungen fuer eine korrekte Host-Absenderadresse.
|
||
|
||
- Umstieg auf non-sgid-mail spool-Verzeichnis.
|
||
|
||
|
||
|
||
----------------------------------------------------------------------------
|
||
Sat Sep 21 01:18:40 MET DST 1996 - florian@suse.de
|
||
|
||
|
||
- update to newer version
|
||
|
||
|
||
-----------------------------------------------------------------------
|
||
Mon Sep 2 03:06:07 MET DST 1996
|
||
|
||
|
||
new version.
|