/[smeserver]/rpms/e-smith-email/sme8/e-smith-email-4.16.0-purge-junkmail-folders.patch
ViewVC logotype

Annotation of /rpms/e-smith-email/sme8/e-smith-email-4.16.0-purge-junkmail-folders.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Fri Dec 28 03:27:41 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme8 of package e-smith-email-4.17.0-3.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders mezzanine_patched_e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders
2     --- e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders 2006-03-15 06:23:58.000000000 +1100
3     +++ mezzanine_patched_e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders 2006-09-27 06:50:14.000000000 +1000
4     @@ -31,7 +31,8 @@
5     my $pwent = getpwnam($user)
6     or die "Couldn't get password entry for $user\n";
7    
8     - chdir $pwent->dir or die "Couldn't chdir $pwent->dir:$!\n";
9     + chdir $pwent->dir or die "Couldn't chdir " . $pwent->dir . ":$!\n";
10     +
11     unless (chdir "Maildir/.junkmail")
12     {
13     warn("Couldn't chdir to junkmail folder of user $user: $!\n");

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed