This commit is contained in:
parent
451c21947c
commit
fff701810a
@ -1,5 +1,5 @@
|
|||||||
--- Muttrc
|
--- Muttrc
|
||||||
+++ Muttrc 2007-06-01 12:55:02.004189000 +0200
|
+++ Muttrc 2007-09-20 13:02:08.475410283 +0200
|
||||||
@@ -18,7 +18,7 @@ macro index,pager,attach,compose \cb "\
|
@@ -18,7 +18,7 @@ macro index,pager,attach,compose \cb "\
|
||||||
"call urlview to extract URLs out of a message"
|
"call urlview to extract URLs out of a message"
|
||||||
|
|
||||||
@ -22,6 +22,19 @@
|
|||||||
# Name: autoedit
|
# Name: autoedit
|
||||||
# Type: boolean
|
# Type: boolean
|
||||||
# Default: no
|
# Default: no
|
||||||
|
@@ -421,9 +421,9 @@ attachments -I message/external-body
|
||||||
|
# follow these menus. The option is disabled by default because many
|
||||||
|
# visual terminals don't permit making the cursor invisible.
|
||||||
|
#
|
||||||
|
-#
|
||||||
|
-# set check_mbox_size=no
|
||||||
|
-#
|
||||||
|
+
|
||||||
|
+set check_mbox_size=yes
|
||||||
|
+
|
||||||
|
# Name: check_mbox_size
|
||||||
|
# Type: boolean
|
||||||
|
# Default: no
|
||||||
@@ -709,11 +709,11 @@ attachments -I message/external-body
|
@@ -709,11 +709,11 @@ attachments -I message/external-body
|
||||||
# filtered message is read from the standard output.
|
# filtered message is read from the standard output.
|
||||||
#
|
#
|
||||||
@ -234,7 +247,7 @@
|
|||||||
/*
|
/*
|
||||||
** .pp
|
** .pp
|
||||||
--- doc/Makefile.in
|
--- doc/Makefile.in
|
||||||
+++ doc/Makefile.in 2007-06-12 12:04:49.827249163 +0200
|
+++ doc/Makefile.in 2007-06-12 12:04:49.827249000 +0200
|
||||||
@@ -436,7 +436,7 @@ uninstall-local:
|
@@ -436,7 +436,7 @@ uninstall-local:
|
||||||
|
|
||||||
check:
|
check:
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 20 13:05:05 CEST 2007 - werner@suse.de
|
||||||
|
|
||||||
|
- Replace handmade sidebar patch with oringnal one
|
||||||
|
- Set check_mbox_sizes to make mutt backward compatible (#326697)
|
||||||
|
- Use imap_force_ssl alias for ssl_force_tls even in 10.3
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 21 14:05:33 CEST 2007 - werner@suse.de
|
Thu Jun 21 14:05:33 CEST 2007 - werner@suse.de
|
||||||
|
|
||||||
|
17
mutt.spec
17
mutt.spec
@ -13,18 +13,18 @@
|
|||||||
Name: mutt
|
Name: mutt
|
||||||
#!BuildIgnore: sendmail
|
#!BuildIgnore: sendmail
|
||||||
BuildRequires: cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets docbook_4 gdbm-devel glibc-i18ndata gpgme-devel ispell krb5-devel libcom_err libgcrypt libgpg-error-devel libidn-devel libxml2 libxslt lynx ncurses-devel openssl-devel postfix sgml-skel update-desktop-files xli
|
BuildRequires: cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets docbook_4 gdbm-devel glibc-i18ndata gpgme-devel ispell krb5-devel libcom_err libgcrypt libgpg-error-devel libidn-devel libxml2 libxslt lynx ncurses-devel openssl-devel postfix sgml-skel update-desktop-files xli
|
||||||
License: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
URL: http://www.mutt.org
|
Url: http://www.mutt.org
|
||||||
Provides: muttssl
|
Provides: muttssl
|
||||||
Obsoletes: muttssl
|
Obsoletes: muttssl
|
||||||
Requires: smtp_daemon
|
Requires: smtp_daemon
|
||||||
# NOTE: We don't want this dependency and desktop-data-SuSE is in all
|
# NOTE: We don't want this dependency and desktop-data-SuSE is in all
|
||||||
# desktop selections.
|
# desktop selections.
|
||||||
#Requires: desktop-data-SuSE
|
#Requires: desktop-data-SuSE
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 1.5.16
|
Version: 1.5.16
|
||||||
Release: 1
|
Release: 32
|
||||||
Summary: Mail Program
|
Summary: Mail Program
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# ftp://ftp.mutt.org/mutt/devel/
|
# ftp://ftp.mutt.org/mutt/devel/
|
||||||
@ -41,7 +41,7 @@ Patch3: %name-1.5.9i-sendgroupreplyto.diff
|
|||||||
Patch4: %name-1.5.15-wrapcolumn.diff
|
Patch4: %name-1.5.15-wrapcolumn.diff
|
||||||
Patch5: patch-1.5.5.1.nt.xtitles.3.ab.1
|
Patch5: patch-1.5.5.1.nt.xtitles.3.ab.1
|
||||||
# http://lunar-linux.org/index.php?page=mutt-sidebar
|
# http://lunar-linux.org/index.php?page=mutt-sidebar
|
||||||
Patch6: patch-%version.sidebar.20070408.txt.bz2
|
Patch6: patch-%version.sidebar.20070704.txt.bz2
|
||||||
Patch7: mutt-1.5.15.sidebar-fix.dif
|
Patch7: mutt-1.5.15.sidebar-fix.dif
|
||||||
Patch8: mutt-1.5.15-opennfs.dif
|
Patch8: mutt-1.5.15-opennfs.dif
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ CFLAGS="-Wall $RPM_OPT_FLAGS -I. -D_GNU_SOURCE -fno-strict-aliasing"
|
|||||||
%if %suse_version > 1000
|
%if %suse_version > 1000
|
||||||
CFLAGS="$CFLAGS -fstack-protector"
|
CFLAGS="$CFLAGS -fstack-protector"
|
||||||
%endif
|
%endif
|
||||||
%if %suse_version < 1020
|
%if %suse_version < 1030
|
||||||
CFLAGS="$CFLAGS -DSUSE_IMAP_FORCE_SSL"
|
CFLAGS="$CFLAGS -DSUSE_IMAP_FORCE_SSL"
|
||||||
%endif
|
%endif
|
||||||
KRB5CFGPATH=/usr/lib/mit/bin/krb5-config
|
KRB5CFGPATH=/usr/lib/mit/bin/krb5-config
|
||||||
@ -156,8 +156,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_mandir/man5/mbox_mutt.5.gz
|
%_mandir/man5/mbox_mutt.5.gz
|
||||||
/usr/share/mutt
|
/usr/share/mutt
|
||||||
%config(noreplace) /etc/Muttrc
|
%config(noreplace) /etc/Muttrc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 20 2007 - werner@suse.de
|
||||||
|
- Replace handmade sidebar patch with oringnal one
|
||||||
|
- Set check_mbox_sizes to make mutt backward compatible (#326697)
|
||||||
|
- Use imap_force_ssl alias for ssl_force_tls even in 10.3
|
||||||
* Thu Jun 21 2007 - werner@suse.de
|
* Thu Jun 21 2007 - werner@suse.de
|
||||||
- Update to mutt version 1.5.16 the bug fix version
|
- Update to mutt version 1.5.16 the bug fix version
|
||||||
* Fri Jun 01 2007 - werner@suse.de
|
* Fri Jun 01 2007 - werner@suse.de
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:337240a739165138cea44a52969baca548cd9e24b0e3df4548abc684d935fc8f
|
|
||||||
size 10871
|
|
3
patch-1.5.16.sidebar.20070704.txt.bz2
Normal file
3
patch-1.5.16.sidebar.20070704.txt.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0965271eccd7533390403a3420837ead4935b733af54a301b2a9fb83aad0dd9c
|
||||||
|
size 11442
|
Loading…
Reference in New Issue
Block a user