2017-06-13 10:54:24 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2017-05-10 15:27:40 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 10 08:55:37 UTC 2017 - werner@suse.de
|
|
|
|
|
|
2017-05-10 15:36:08 +02:00
|
|
|
|
- Add patch mutt-1.8.2-from4crypt.diff
|
|
|
|
|
to fix crash in crypt.c if no From is found or set
|
2017-05-10 15:27:40 +02:00
|
|
|
|
|
2017-05-01 18:08:13 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 1 16:06:58 UTC 2017 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Switch form TokyoCabinet over to KyotoCabinet
|
|
|
|
|
|
2017-05-01 17:49:59 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2017-05-01 17:42:33 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 30 05:03:43 UTC 2017 - bwiedemann@suse.com
|
|
|
|
|
|
|
|
|
|
- call gzip -n to make build more reproducible
|
|
|
|
|
|
2017-04-29 18:16:09 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 29 16:14:43 UTC 2017 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Yet an other package split: now there is a mutt-lang
|
|
|
|
|
|
2017-04-29 17:50:29 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 29 15:50:04 UTC 2017 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Provide a hint on the package split
|
|
|
|
|
|
2017-04-28 18:38:30 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2017-04-28 16:47:43 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2017-03-06 11:38:16 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 6 10:37:24 UTC 2017 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Explicite add package documentation directory to file list
|
|
|
|
|
|
2017-03-02 12:43:10 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 2 11:42:45 UTC 2017 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Also now recommend urlscan
|
|
|
|
|
|
2016-11-23 11:17:15 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2016-11-23 11:40:24 +01:00
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-11-23 11:17:15 +01:00
|
|
|
|
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
|
|
|
|
|
|
2016-07-26 14:55:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2016-09-13 13:00:11 +02:00
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-07-26 14:55:44 +02:00
|
|
|
|
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
|
2016-07-26 15:47:01 +02:00
|
|
|
|
- Rename patch mutt-1.6.1.dif to mutt-1.6.2.dif
|
2016-07-26 14:55:44 +02:00
|
|
|
|
- Delete patch mutt-1.5.21-tinfo.dif
|
|
|
|
|
|
2016-06-13 11:33:22 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2016-06-02 08:59:09 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 2 06:58:11 UTC 2016 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Yet an other crash due keywords.patch (boo#982129)
|
|
|
|
|
|
2016-06-01 13:05:01 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 1 11:04:06 UTC 2016 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix crash due keywords.patch which stumble over not existing
|
2016-06-02 08:59:09 +02:00
|
|
|
|
standard mailbox (boo#982129)
|
2016-06-01 13:05:01 +02:00
|
|
|
|
|
2016-05-31 14:38:26 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 31 12:35:33 UTC 2016 - werner@suse.de
|
|
|
|
|
|
2016-05-31 15:01:39 +02:00
|
|
|
|
- Update to neomutt 20160530
|
2016-05-31 14:38:26 +02:00
|
|
|
|
- Avoid sidebar patch from bother other users (boo#982129)
|
2016-05-31 15:01:39 +02:00
|
|
|
|
- Remove patch patch-1.6.1.rr.compressed.bz2 as now part of neumutt
|
2016-05-31 14:38:26 +02:00
|
|
|
|
|
2016-05-20 17:15:40 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 20 15:14:52 UTC 2016 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Enable some of the new patches like sidebar (boo#980830)
|
2016-05-23 15:57:44 +02:00
|
|
|
|
- Add patch COLS-workaround.dif which should become removed once
|
|
|
|
|
the sidebar patch does not modify COLS anymore
|
2016-05-20 17:15:40 +02:00
|
|
|
|
|
2016-05-12 16:10:16 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2016-04-11 14:08:25 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2016-02-29 16:24:28 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2016-01-05 17:11:08 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2016-02-10 11:52:11 +01:00
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-01-05 17:11:08 +01:00
|
|
|
|
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
|
|
|
|
|
|
2015-09-11 17:37:14 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2015-01-26 17:35:10 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2014-12-04 13:05:09 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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()
|
|
|
|
|
|
2014-11-20 15:04:50 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 18 08:15:09 UTC 2014 - lnussel@suse.de
|
|
|
|
|
|
|
|
|
|
- handle text/html by default (bnc#899712)
|
2014-11-21 12:30:08 +01:00
|
|
|
|
that is add patch mutt-1.5.21-mailcap.diff
|
2014-11-20 15:04:50 +01:00
|
|
|
|
|
2014-03-25 09:49:31 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2013-08-05 19:47:22 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Aug 5 18:06:01 CEST 2013 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- BuildRequire libgcrpyt-devel instead of libgcrypt for > 12.3
|
|
|
|
|
|
2013-05-29 12:28:08 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 29 10:26:45 UTC 2013 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Enable mutt to parse e.g. PGP markers with CRLF
|
|
|
|
|
|
2013-04-18 14:59:24 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 18 12:54:39 UTC 2013 - werner@suse.de
|
|
|
|
|
|
2013-04-22 11:36:06 +02:00
|
|
|
|
- Add widechar.sidebar.dif as workaround: bnc#813498 - mutt crashes
|
|
|
|
|
in fgetwc in text_enriched_handler
|
2013-04-18 14:59:24 +02:00
|
|
|
|
|
2013-01-14 10:13:29 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
2013-01-14 12:00:38 +01:00
|
|
|
|
- Make it build with older products
|
2013-01-14 10:13:29 +01:00
|
|
|
|
|
2012-12-19 12:07:46 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 18 16:26:45 UTC 2012 - aginies@suse.com
|
|
|
|
|
|
|
|
|
|
- update sidebar to version 20120829
|
|
|
|
|
|
2012-09-22 01:00:54 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 18 15:47:45 UTC 2012 - vmiklos@suse.cz
|
|
|
|
|
|
|
|
|
|
- Add back lost sidebar color patch.
|
|
|
|
|
|
2012-07-07 15:21:53 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 21 10:04:20 UTC 2012 - asn@cryptomilk.org
|
|
|
|
|
|
|
|
|
|
- Update sidebar patch.
|
|
|
|
|
|
2012-05-29 16:28:57 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 29 14:10:05 UTC 2012 - puzel@suse.com
|
|
|
|
|
|
|
|
|
|
- fix build with automake-1.12
|
|
|
|
|
- add: automake-1.12.patch
|
|
|
|
|
|
2012-05-25 16:08:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 13 12:58:09 UTC 2012 - multiple1902@gmail.com
|
|
|
|
|
|
|
|
|
|
- Added patch automatically add a filename and description to PGP/MIME attachments.
|
|
|
|
|
|
2011-12-01 20:34:28 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 1 16:59:32 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- add automake as buildrequire to avoid implicit dependency
|
|
|
|
|
|
2011-11-27 16:51:57 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-11-22 13:59:05 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 22 12:58:28 UTC 2011 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Add patch to use libtinfo if available
|
|
|
|
|
|
2011-11-04 17:46:02 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 25 22:17:13 CEST 2011 - vmiklos@vmiklos.hu
|
|
|
|
|
|
|
|
|
|
- Add patch to be able to specify the color of the sidebar
|
|
|
|
|
|
2011-07-07 13:27:56 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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)
|
|
|
|
|
|
2011-06-20 15:25:42 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2011-04-15 14:17:38 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 15 14:15:02 CEST 2011 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Support offsets in 2gig mbox files even on 32bit architectures (bnc#676388)
|
|
|
|
|
|
2011-02-03 08:22:21 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 3 02:00:55 CET 2011 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- buildrequire gdbm-devel also on 11.4 to fix build
|
|
|
|
|
|
2011-02-02 09:49:41 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 2 09:47:43 CET 2011 - werner@suse.de
|
|
|
|
|
|
2011-02-03 11:37:48 +01:00
|
|
|
|
- Switch from buildrequires gpgme-devel to libgpgme-devel for 11.4
|
2011-02-02 09:49:41 +01:00
|
|
|
|
- Work around missing buildrequires of libgpgme-devel by adding
|
|
|
|
|
libassuan-devel for 11.4
|
|
|
|
|
|
2011-02-03 11:37:48 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 31 13:55:54 UTC 2011 - gber@opensuse.org
|
|
|
|
|
|
|
|
|
|
- recommend smtp_daemon since mutt has builtin SMTP support
|
|
|
|
|
|
2011-01-26 14:26:53 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2011-01-31 14:36:16 +01:00
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-02-03 11:37:48 +01:00
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-01-26 14:26:53 +01:00
|
|
|
|
Wed Jan 26 12:46:10 UTC 2011 - gber@opensuse.org
|
|
|
|
|
|
|
|
|
|
- modified desktop file so mutt can be used as the default mailto
|
|
|
|
|
handler
|
|
|
|
|
|
2010-11-26 20:14:54 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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.
|
|
|
|
|
|
2010-11-10 09:48:26 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2009-12-04 12:49:13 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2010-04-20 02:27:16 +02:00
|
|
|
|
Mon Apr 19 11:46:56 UTC 2010 - lnussel@suse.de
|
|
|
|
|
|
|
|
|
|
- fix build against openssl 1.0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-12-04 12:49:13 +01:00
|
|
|
|
Wed Dec 2 12:38:04 CET 2009 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Do not fold From lines into wrong format (bnc#559525)
|
|
|
|
|
|
2009-11-25 16:10:30 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 25 13:55:43 CET 2009 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Update for bnc#537141: do not add certificates with wrong hosts
|
|
|
|
|
|
2009-11-10 12:34:34 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Nov 3 19:09:32 UTC 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- updated patches to apply with fuzz=0
|
|
|
|
|
|
2009-09-10 13:14:16 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 9 13:43:58 CEST 2009 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix incorrectly handling of \0 character in SSL certificate (bnc#537141)
|
|
|
|
|
|
2009-07-16 18:09:08 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 15 13:46:07 CEST 2009 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Make gpgme work even with locale, patch from Evan McClain
|
|
|
|
|
(bnc#519628)
|
|
|
|
|
|
2009-04-21 12:47:27 +02:00
|
|
|
|
-------------------------------------------------------------------
|
2009-07-03 16:33:22 +02:00
|
|
|
|
Fri Jun 26 13:12:09 CEST 2009 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to mutt version 1.5.20 which include last fix
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-04-21 12:47:27 +02:00
|
|
|
|
Tue Apr 21 11:20:19 CEST 2009 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Upstream fix to make mutt showing new message count (bnc#487718)
|
|
|
|
|
|
2009-03-03 22:28:29 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2008-04-10 22:00:58 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 10 15:18:29 CEST 2008 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Avoid trouble with krb5-config
|
|
|
|
|
|
2007-12-06 01:55:43 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2007-12-21 10:26:06 +01:00
|
|
|
|
Thu Dec 20 20:00:30 CET 2007 - bwalle@suse.de
|
|
|
|
|
|
2007-12-21 13:50:15 +01:00
|
|
|
|
- updated to mutt version 1.5.17 the bug fix release
|
2007-12-21 10:26:06 +01:00
|
|
|
|
- updated sidebar patch to 1.5.17.sidebar.20071102
|
|
|
|
|
- updated compression patch to 1.5.17.rr.compressed.1
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-12-06 01:55:43 +01:00
|
|
|
|
Wed Dec 5 18:09:25 CET 2007 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- moved /etc/skel/.muttrc to this package
|
|
|
|
|
|
2007-09-20 14:19:16 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2007-06-21 22:44:15 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 21 14:05:33 CEST 2007 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to mutt version 1.5.16 the bug fix version
|
|
|
|
|
|
2007-06-03 21:54:37 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 1 14:03:12 CEST 2007 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to mutt version 1.5.15 due CVE-2007-1558 (bug #279843)
|
|
|
|
|
|
2007-03-23 21:24:57 +01:00
|
|
|
|
-------------------------------------------------------------------
|
2007-05-17 11:46:20 +02:00
|
|
|
|
Wed May 16 11:29:09 CEST 2007 - werner@suse.de
|
|
|
|
|
|
|
|
|
|
- Overflow: don't compare signed with unsigned (bug #275069)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-03-23 21:24:57 +01:00
|
|
|
|
Fri Mar 23 15:03:13 CET 2007 - rguenther@suse.de
|
|
|
|
|
|
|
|
|
|
- add gdbm-devel and ncurses-devel BuildRequires
|
|
|
|
|
|
2007-02-26 19:04:33 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Feb 26 15:10:11 CET 2007 - stbinner@suse.de
|
|
|
|
|
|
|
|
|
|
- fix build by including icon and .desktop into package
|
|
|
|
|
|
2007-01-16 00:26:03 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
2012-05-25 16:08:44 +02:00
|
|
|
|
of Mr. Carsten Höger
|
2007-01-16 00:26:03 +01:00
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
2012-05-25 16:08:44 +02:00
|
|
|
|
- Include patch from Joël Riou <joel.riou@normalesup.org> which
|
2007-01-16 00:26:03 +01:00
|
|
|
|
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.
|