70563a2
Summary: A text mode mail user agent
cvsdist a5273ac
Name: mutt
e6e0371
Version: 1.5.17
ef32619
Release: 2%{?dist}
3b51500
Epoch: 5
e6e0371
# The entire source code is GPLv2+ except
e6e0371
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
e6e0371
License: GPLv2+ and Public Domain
cvsdist a5273ac
Group: Applications/Internet
70563a2
Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
cvsdist 6dfa23d
Source1: mutt_ldap_query
70563a2
Patch2: mutt-1.5.13-nodotlock.patch
e6e0371
Patch3: mutt-1.5.16-muttrc.patch
e6e0371
Patch4: mutt-1.5.17-manual.patch
ef32619
Patch5: mutt-1.5.17-maildirnull.patch
ef32619
Patch6: mutt-1.5.17-updating.patch
ef32619
Patch7: mutt-1.5.17-mailto.patch
ef32619
Patch8: mutt-1.5.17-batchsend.patch
cvsdist a5273ac
Url: http://www.mutt.org/
e6e0371
Requires: mailcap urlview
70563a2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
70563a2
BuildRequires: /usr/sbin/sendmail
70563a2
BuildRequires: cyrus-sasl-devel db4-devel gnutls-devel krb5-devel ncurses-devel
e6e0371
BuildRequires: libidn-devel gettext
e6e0371
# required to build documentation
e6e0371
BuildRequires: docbook-style-xsl libxslt lynx
cvsdist a5273ac
cvsdist a5273ac
%description
cvsdist ec1c9f6
Mutt is a text-mode mail user agent. Mutt supports color, threading,
cvsdist a5273ac
arbitrary key remapping, and a lot of customization.
cvsdist a5273ac
cvsdist ec1c9f6
You should install mutt if you have used it in the past and you prefer
cvsdist ec1c9f6
it, or if you are new to mail programs and have not decided which one
cvsdist ec1c9f6
you are going to use.
cvsdist a5273ac
cvsdist a5273ac
%prep
e6e0371
%setup -q
cvsdist 65715c2
# Thou shalt use fcntl, and only fcntl
70563a2
%patch2 -p1 -b .nodl
70563a2
%patch3 -p1 -b .muttrc
70563a2
%patch4 -p1 -b .manual
ef32619
%patch5 -p1 -b .maildirnull
ef32619
%patch6 -p1 -b .updating
ef32619
%patch7 -p1 -b .mailto
ef32619
%patch8 -p1 -b .batchsend
70563a2
70563a2
install -p -m644 %{SOURCE1} mutt_ldap_query
cvsdist a5273ac
cvsdist a5273ac
%build
70563a2
%configure \
cvsdist a5273ac
	--enable-pop --enable-imap \
e6e0371
	--enable-smtp \
70563a2
	--with-gnutls \
70563a2
	--with-gss \
cvsdist 65715c2
	--with-sasl \
f7c664a
	--with-idn \
70563a2
	--enable-inodesort \
70563a2
	--enable-hcache \
70563a2
	--with-docdir=%{_docdir}/%{name}-%{version}
70563a2
make %{?_smp_mflags}
cvsdist fbd586b
cvsdist a5273ac
%install
cvsdist a5273ac
rm -rf $RPM_BUILD_ROOT
70563a2
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist a5273ac
cvsdist a5273ac
# we like GPG here
cvsdist a5273ac
cat contrib/gpg.rc >> \
70563a2
	$RPM_BUILD_ROOT%{_sysconfdir}/Muttrc
70563a2
cvsdist fbd586b
grep -5 "^color" contrib/sample.muttrc >> \
70563a2
	$RPM_BUILD_ROOT%{_sysconfdir}/Muttrc
cvsdist a5273ac
70563a2
# and we use aspell
70563a2
cat >> $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc <
cvsdist a5273ac
# use aspell
70563a2
set ispell="%{_bindir}/aspell --mode=email check"
70563a2
70563a2
source %{_sysconfdir}/Muttrc.local
cvsdist a5273ac
EOF
cvsdist a5273ac
70563a2
echo "# Local configuration for Mutt." > $RPM_BUILD_ROOT%{_sysconfdir}/Muttrc.local
8d6dc8c
cvsdist afd25de
# remove unpackaged files from the buildroot
70563a2
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/{*.dist,mime.types}
bb6c192
rm -f $RPM_BUILD_ROOT%{_bindir}/{flea,muttbug}
bb6c192
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{flea,muttbug,mutt_dotlock}.1*
70563a2
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/{mbox,mmdf}.5*
cvsdist afd25de
cvsdist 6dfa23d
%find_lang %{name}
cvsdist 6dfa23d
cvsdist a5273ac
%clean
cvsdist a5273ac
rm -rf $RPM_BUILD_ROOT
cvsdist a5273ac
cvsdist 6dfa23d
%files -f %{name}.lang
cvsdist a5273ac
%defattr(-,root,root)
70563a2
%config(noreplace) %{_sysconfdir}/Muttrc
70563a2
%config(noreplace) %{_sysconfdir}/Muttrc.local
70563a2
%doc COPYRIGHT ChangeLog GPL NEWS README* UPDATING mutt_ldap_query
70563a2
%doc contrib/*.rc contrib/sample.* contrib/ca-bundle.crt contrib/colors.*
70563a2
%doc doc/manual.txt doc/smime-notes.txt
cvsdist a5273ac
%{_bindir}/mutt
cvsdist a5273ac
%{_bindir}/pgpring
cvsdist a5273ac
%{_bindir}/pgpewrap
70563a2
%{_bindir}/smime_keys
cvsdist a5273ac
%{_mandir}/man1/mutt.*
cvsdist a5273ac
%{_mandir}/man5/muttrc.*
cvsdist a5273ac
cvsdist a5273ac
%changelog
ef32619
* Fri Nov 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-2.fc7
ef32619
- don't ignore $from in batch send mode (#392861)
ef32619
- check Maildir for not being NULL when expanding '='-paths
ef32619
- prevent mailto parsing buffer overflow by ignoring too long header
ef32619
- use strtok_r() to parse mailto: links, not strtok()
ef32619
- update UPDATING
ef32619
e6e0371
* Thu Nov 08 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.17-1.fc7
e6e0371
- update to 1.5.17
e6e0371
- update license tag
e6e0371
- split urlview off, fix requires
e6e0371
c1fe953
* Thu May 31 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-4
c1fe953
- validate msgid in APOP authentication (CVE-2007-1558)
c1fe953
- fix overflow in gecos field handling (CVE-2007-2683)
c1fe953
fd63f20
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-3
fd63f20
- fix building
fd63f20
b404056
* Mon Mar 19 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-2
b404056
- add check_mbox_size configuration variable; if enabled, file size is used
b404056
  instead of access time when checking for new mail
b404056
- bind delete key to delete-char (#232601)
b404056
afae25d
* Fri Feb 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.14-1
afae25d
- update to 1.5.14
afae25d
f7c664a
* Thu Feb 15 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.13-2.20070212cvs
f7c664a
- update to latest CVS
f7c664a
- enable libidn support (#228158)
f7c664a
70563a2
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 5:1.5.13-1.20070126cvs
70563a2
- update to 1.5.13, and latest CVS (#168183, #220816)
70563a2
- spec cleanup
70563a2
992b61a
* Wed Dec 06 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-5
992b61a
- use correct fcc folder with IMAP (#217469)
992b61a
- don't require smtpdaemon, gettext
992b61a
34d0205
* Tue Oct 31 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-4
34d0205
- fix POP authentication with latest cyrus-sasl (#212816)
34d0205
1743c76
* Tue Oct 24 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-3
1743c76
- fix insecure temp file creation on NFS (#211085, CVE-2006-5297)
1743c76
feb05ff
* Thu Aug 03 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-2
feb05ff
- fix a SASL authentication bug (#199591)
feb05ff
bb6c192
* Mon Jul 17 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.2-1
bb6c192
- update to 1.4.2.2
bb6c192
- fix directories in manual.txt (#162207)
bb6c192
- drop bcc patch (#197408)
bb6c192
- don't package flea
bb6c192
07ee101
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-7.1
07ee101
- rebuild
07ee101
350f163
* Thu Jun 29 2006 Miroslav Lichvar <mlichvar@redhat.com> 5:1.4.2.1-7
350f163
- fix a buffer overflow when processing IMAP namespace (#197152, CVE-2006-3242)
350f163
4a25d7e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-6.2.1
4a25d7e
- bump again for double-long bug on ppc(64)
4a25d7e
d30c625
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 5:1.4.2.1-6.2
d30c625
- rebuilt for new gcc4.1 snapshot and glibc changes
d30c625
757f410
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
757f410
- rebuilt
757f410
d22c4c2
* Wed Nov  9 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-6
d22c4c2
- rebuild against new ssl libs
d22c4c2
c7a2bd3
* Thu Oct 27 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-5
7759519
- add patch from 1.5 branch to fix SASL logging (#157251, #171528)
7759519
4ae9522
* Fri Aug 26 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-3
4ae9522
- add patch from 1.5 branch to fix base64 decoding (#166718)
4ae9522
85f0a79
* Mon Mar  7 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-2
85f0a79
- rebuild against new openssl
cb3d88e
- fix build with gcc4
85f0a79
8d6dc8c
* Thu Jan 27 2005 Bill Nottingham <notting@redhat.com> 5:1.4.2.1-1
8d6dc8c
- update to 1.4.2.1 (#141007, <moritz@barsnick.net>)
8d6dc8c
- include a /etc/Muttrc.local for site config (#123109)
8d6dc8c
- add <f2> as a additional help key for terminals that use <f1> internally
8d6dc8c
  (#139277)
8d6dc8c
bd0ce12
* Wed Sep 15 2004 Nalin Dahyabhai <nalin@redhat.com> 5:1.4.1-10
bd0ce12
- expect the server to prompt for additional auth data if we have some to
bd0ce12
  send (#129961, upstream #1845)
bd0ce12
- use "pop" as the service name instead of "pop-3" when using SASL for POP,
bd0ce12
  per rfc1734
bd0ce12
cvsdist 2804f39
* Fri Aug 13 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-9
cvsdist 2804f39
- set write_bcc to no by default (since we ship exim)
cvsdist 2804f39
- build against sasl2 (#126724)
cvsdist 2804f39
cvsdist 2804f39
* Mon Jun 28 2004 Bill Nottingham <notting@redhat.com>
cvsdist 2804f39
- remove autosplat patch (#116769)
cvsdist 2804f39
cvsdist d6a5d22
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d6a5d22
- rebuilt
cvsdist d6a5d22
cvsdist 1bc6b22
* Tue Jun  8 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-7
cvsdist 1bc6b22
- link urlview against ncursesw (fixes #125530, indirectly)
cvsdist 1bc6b22
cvsdist b8818f1
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b8818f1
- rebuilt
cvsdist b8818f1
cvsdist b8818f1
* Tue Jan 27 2004 Bill Nottingham <notting@redhat.com> 5:1.4.1-5
cvsdist b8818f1
- add patch to fix menu padding (CAN-2004-0078, #109317)
cvsdist b8818f1
cvsdist f553685
* Mon Aug 18 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-4
cvsdist f553685
- rebuild against ncursesw
cvsdist f553685
cvsdist f553685
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 5:1.4.1-3.2
cvsdist f553685
- rebuild
cvsdist dfabafe
cvsdist dfabafe
* Mon Jul  7 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-3
cvsdist dfabafe
- fix auth to windows KDCs (#98662)
cvsdist dfabafe
cvsdist dfabafe
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist dfabafe
- rebuilt
cvsdist dfabafe
cvsdist 555f712
* Wed Mar 19 2003 Bill Nottingham <notting@redhat.com> 5:1.4.1-1
cvsdist 555f712
- update to 1.4.1, fixes buffer overflow in IMAP code
cvsdist 555f712
cvsdist afd25de
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist afd25de
- rebuilt
cvsdist afd25de
cvsdist afd25de
* Mon Jan 20 2003 Bill Nottingham <notting@redhat.com> 5:1.4-9
cvsdist afd25de
- add mailcap requires
cvsdist afd25de
- change urlview to htmlview as default browser
cvsdist afd25de
cvsdist afd25de
* Fri Jan 17 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist afd25de
- change urlview to mozilla as default browser
cvsdist afd25de
cvsdist afd25de
* Tue Jan 7 2003 Nalin Dahyabhai <nalin@redhat.com> 5:1.4-7
cvsdist afd25de
- rebuild
cvsdist afd25de
cvsdist afd25de
* Mon Dec 2 2002 Bill Nottingham <notting@redhat.com> 5:1.4-6
cvsdist afd25de
- ship flea
cvsdist afd25de
cvsdist afd25de
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 5:1.4-5
cvsdist afd25de
- remove unpackaged files from the buildroot
cvsdist afd25de
cvsdist 1994847
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 1994847
- automated rebuild
cvsdist 1994847
cvsdist 65715c2
* Fri Jun 14 2002 Bill Nottingham <notting@redhat.com> 1.4-3
cvsdist 65715c2
- rebuild against new slang
cvsdist 65715c2
cvsdist 65715c2
* Wed May 29 2002 Nalin Dahyabhai <nalin@redhat.com> 1.4-2
cvsdist 65715c2
- forcibly enable SSL and GSSAPI support
cvsdist 65715c2
cvsdist 65715c2
* Wed May 29 2002 Bill Nottingham <notting@redhat.com> 1.4-1
cvsdist 65715c2
- whoa, 1.4.
cvsdist 65715c2
cvsdist 65715c2
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 65715c2
- automated rebuild
cvsdist 65715c2
cvsdist 65715c2
* Thu May 16 2002 Bill Nottingham <notting@redhat.com>
cvsdist 65715c2
- autoconf fun
cvsdist 65715c2
cvsdist 65715c2
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 65715c2
- automated rebuild
cvsdist 65715c2
cvsdist ec1c9f6
* Tue Jan  1 2002 Bill Nottingham <notting@redhat.com>
cvsdist ec1c9f6
- update to 1.2.5.1
cvsdist ec1c9f6
cvsdist fbae2d2
* Mon Jul 23 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbae2d2
- don't explictly require krb5-libs, etc.; that's what find-requires is for
cvsdist fbae2d2
  (#49780, sort of)
cvsdist fbae2d2
cvsdist fbd586b
* Sat Jul 21 2001 Tim Powers <timp@redhat.com>
cvsdist fbd586b
- no more applnk entries, it's cluttering our menus
cvsdist fbd586b
cvsdist fbd586b
* Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbd586b
- add slang-devel to buildprereqs (#49531)
cvsdist fbd586b
cvsdist fbd586b
* Mon Jun 11 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbd586b
- add some sample color definitions (#19471)
cvsdist fbd586b
cvsdist fbd586b
* Thu May 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbd586b
- fix typo in muttrc.man (#41610)
cvsdist fbd586b
cvsdist fbd586b
* Mon May 14 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbd586b
- use mktemp in muttbug
cvsdist fbd586b
cvsdist fbd586b
* Wed May  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist fbd586b
- require webclient, not weclient
cvsdist fbd586b
cvsdist fbd586b
* Wed May  2 2001 Bill Nottingham <notting@redhat.com>
cvsdist fbd586b
- build urlview here
cvsdist 94e2da8
cvsdist 6dfa23d
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 6dfa23d
- rebuild in new environment
cvsdist 6dfa23d
cvsdist 6dfa23d
* Tue Feb 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist 6dfa23d
- change buildprereq to /usr/sbin/sendmail (it's what it should have been
cvsdist 6dfa23d
  originally)
70563a2
- %%langify
cvsdist 6dfa23d
cvsdist 6dfa23d
* Tue Feb 13 2001 Michael Stefaniuc <mstefani@redhat.com>
cvsdist 6dfa23d
- changed buildprereq to smtpdaemon
cvsdist 6dfa23d
cvsdist 6dfa23d
* Tue Dec 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist 6dfa23d
- rebuild; it's just broken
cvsdist 6dfa23d
- fix #13196
cvsdist 6dfa23d
- buildprereq sendmail
cvsdist 6dfa23d
cvsdist 6dfa23d
* Fri Dec 01 2000 Bill Nottingham <notting@redhat.com>
cvsdist 6dfa23d
- rebuild because of broken fileutils
cvsdist 6dfa23d
cvsdist 6dfa23d
* Fri Nov 10 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 6dfa23d
- include a sample LDAP query script as a doc file
cvsdist 6dfa23d
cvsdist 6dfa23d
* Mon Nov  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 6dfa23d
- patch for imap servers that like to volunteer information after AUTHENTICATE
cvsdist bc1a890
cvsdist 31f9348
* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 31f9348
- rebuild in new environment
cvsdist 31f9348
- force flock() off and fcntl() on in case defaults change
cvsdist 31f9348
cvsdist 31f9348
* Tue Aug  8 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 31f9348
- enable SSL support
cvsdist 31f9348
cvsdist a5273ac
* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- add translation to desktop entry
cvsdist a5273ac
cvsdist a5273ac
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- update to 1.2.5i - fixes IMAP bugs
cvsdist a5273ac
cvsdist a5273ac
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist a5273ac
- automatic rebuild
cvsdist a5273ac
cvsdist a5273ac
* Fri Jul  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- 1.2.4i
cvsdist a5273ac
cvsdist a5273ac
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist a5273ac
- rebuild in new environment (release 3)
cvsdist a5273ac
- adjust GSSAPI build logic
cvsdist a5273ac
cvsdist a5273ac
* Thu Jun 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- fix MD5 code
cvsdist a5273ac
cvsdist a5273ac
* Wed Jun 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- update to 1.2.2i
cvsdist a5273ac
70563a2
* Mon Jun 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist a5273ac
- use aspell
cvsdist a5273ac
cvsdist a5273ac
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- FHS fixes
cvsdist a5273ac
cvsdist a5273ac
* Wed May 10 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- add some files
cvsdist a5273ac
cvsdist a5273ac
* Tue May  9 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- update to 1.2i
cvsdist a5273ac
cvsdist a5273ac
* Tue Apr  4 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- eliminate explicit krb5-configs dependency
cvsdist a5273ac
cvsdist a5273ac
* Wed Mar 22 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- auto<foo> is so much fun.
cvsdist a5273ac
cvsdist a5273ac
* Wed Mar 01 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist a5273ac
- make kerberos support conditional at compile-time
cvsdist a5273ac
cvsdist a5273ac
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
cvsdist a5273ac
- wmconfig -> desktop
cvsdist a5273ac
cvsdist a5273ac
* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- keep the makefiles from re-running autoheader, automake, etc.
cvsdist a5273ac
cvsdist a5273ac
* Thu Feb  3 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist a5273ac
- add forward-ported sasl patch
cvsdist a5273ac
cvsdist a5273ac
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- handle compressed man pages, other cleanups
cvsdist a5273ac
cvsdist a5273ac
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- 1.0.1
cvsdist a5273ac
cvsdist a5273ac
* Mon Jan  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- add the sample mime.types to /usr/doc
cvsdist a5273ac
cvsdist a5273ac
* Sat Jan  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- fix an odd y2k issue on receiving mail from ancient clients
cvsdist a5273ac
cvsdist a5273ac
* Fri Oct 21 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- one-point-oh.
cvsdist a5273ac
cvsdist a5273ac
* Fri Sep 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- add a buffer overflow patch
cvsdist a5273ac
cvsdist a5273ac
* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- update to 1.0pre2
cvsdist a5273ac
cvsdist a5273ac
* Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- update to 0.95.7
cvsdist a5273ac
- require urlview since the default muttrc uses it
cvsdist a5273ac
cvsdist a5273ac
* Mon Jun 21 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- get correct manual path the Right Way(tm)
cvsdist a5273ac
- make it so it uses default colors even if COLORFGBG isn't set
cvsdist a5273ac
cvsdist a5273ac
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- update to 0.95.6
cvsdist a5273ac
cvsdist a5273ac
* Mon Apr 26 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- try and make sure $RPM_OPT_FLAGS gets passed through
cvsdist a5273ac
cvsdist a5273ac
* Fri Apr 23 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- update to 0.95.5
cvsdist a5273ac
cvsdist a5273ac
* Mon Mar 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- sed correct doc path into /etc/Muttrc for viewing manual
cvsdist a5273ac
cvsdist a5273ac
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist a5273ac
- auto rebuild in the new build environment (release 3)
cvsdist a5273ac
cvsdist a5273ac
* Thu Mar 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- strip binary
cvsdist a5273ac
cvsdist a5273ac
* Mon Mar  8 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
-  update to 0.95.4 - fixes a /tmp race
cvsdist a5273ac
cvsdist a5273ac
* Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- the RETURN OF WMCONFIG! Aiyeee!
cvsdist a5273ac
cvsdist a5273ac
* Fri Feb 12 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- 0.95.3 - fixes mailcap handling
cvsdist a5273ac
cvsdist a5273ac
* Mon Jan  4 1999 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- 0.95.1
cvsdist a5273ac
cvsdist a5273ac
* Sat Dec 12 1998 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- 0.95
cvsdist a5273ac
cvsdist a5273ac
* Fri Jul 31 1998 Bill Nottingham <notting@redhat.com>
cvsdist a5273ac
- backport some 0.94.2 security fixes
cvsdist a5273ac
- fix un-setgid
cvsdist a5273ac
- update to 0.93.2
cvsdist a5273ac
cvsdist a5273ac
* Tue Jul 28 1998 Jeff Johnson <jbj@redhat.com>
cvsdist a5273ac
- security fix
cvsdist a5273ac
- update to 0.93.1.
cvsdist a5273ac
- turn off setgid mail.
cvsdist a5273ac
cvsdist a5273ac
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist a5273ac
- translations modified for de, fr, tr
cvsdist a5273ac
cvsdist a5273ac
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
cvsdist a5273ac
- updated to 0.91.1
cvsdist a5273ac
cvsdist a5273ac
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
cvsdist a5273ac
- updated to mutt-0.89.1
cvsdist a5273ac
cvsdist a5273ac
* Thu Oct 16 1997 Otto Hammersmith <otto@redhat.com>
cvsdist a5273ac
- Updated to mutt 0.85.
cvsdist a5273ac
- added wmconfig entries.
cvsdist a5273ac
- removed mime.types
cvsdist a5273ac
cvsdist a5273ac
* Mon Sep 1 1997 Donnie Barnes <djb@redhat.com>
cvsdist a5273ac
- Rebuilt to insure all sources were fresh and patches were clean.
cvsdist a5273ac
cvsdist a5273ac
* Wed Aug 6 1997 Manoj Kasichainula <manojk@io.com>
cvsdist 6dfa23d
- Initial version for 0.81(e)