Mailinglist Archive: opensuse-commit (1943 mails)
| < Previous | Next > |
commit yast2-mail
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 08 Nov 2008 20:39:45 +0100
- Message-id: <20081108193945.DF67A678166@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-mail
checked in at Sat Nov 8 20:39:45 CET 2008.
--------
--- yast2-mail/yast2-mail.changes 2008-11-04 16:12:17.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2-mail/yast2-mail.changes 2008-11-07
17:06:41.815637000 +0100
@@ -1,0 +2,5 @@
+Fri Nov 7 16:05:23 CET 2008 - varkoly@xxxxxxx
+
+- (bnc#440096) - LDAP mail plugin always sets imap quota even if not checked
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-mail.spec ++++++
--- /var/tmp/diff_new_pack.O27479/_old 2008-11-08 20:39:27.000000000 +0100
+++ /var/tmp/diff_new_pack.O27479/_new 2008-11-08 20:39:27.000000000 +0100
@@ -20,7 +20,7 @@
Name: yast2-mail
Version: 2.16.10
-Release: 1
+Release: 2
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -171,6 +171,8 @@
%dir /usr/share/YaST2/clients
/usr/share/YaST2/clients/users*
%changelog
+* Fri Nov 07 2008 varkoly@xxxxxxx
+- (bnc#440096) - LDAP mail plugin always sets imap quota even if not checked
* Tue Nov 04 2008 varkoly@xxxxxxx
- integer value have to be marked for yast modules
* Mon Oct 06 2008 varkoly@xxxxxxx
++++++ yast2-mail-2.16.10.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-mail-2.16.10/users-plugin/UsersPluginMail.pm
new/yast2-mail-2.16.10/users-plugin/UsersPluginMail.pm
--- old/yast2-mail-2.16.10/users-plugin/UsersPluginMail.pm 2008-07-23
16:26:30.000000000 +0200
+++ new/yast2-mail-2.16.10/users-plugin/UsersPluginMail.pm 2008-11-07
16:03:57.000000000 +0100
@@ -777,7 +777,7 @@
#return undef;
}
}
- if( $imapquota > -1 ) {
+ if( $imapquota > 0 ) {
$ret = $imap->setquota($fname, ("STORAGE", $imapquota ) );
if($$ret{Status} ne "ok") {
y2internal("setquota failed: Serverresponse:$$ret{Status} =>
$$ret{Text}\n");
@@ -871,7 +871,7 @@
#return undef;
}
}
- if( $imapquota > -1 ) {
+ if( $imapquota > 0 ) {
$ret = $imap->setquota($fname, ("STORAGE", $imapquota ) );
if($$ret{Status} ne "ok") {
y2internal("setquota failed:
Serverresponse:$$ret{Status} => $$ret{Text}\n");
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |