Bugzilla – Attachment 174370 Details for
Bug 327550
yast2-mail fetchmail error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
proposed fix, third version
yast2-mail-2.15.22-fetchmail.patch (text/plain), 640 bytes, created by
Michal Kubeček
on 2007-09-24 14:55:43 UTC
(
hide
)
Description:
proposed fix, third version
Filename:
MIME Type:
Creator:
Michal Kubeček
Created:
2007-09-24 14:55:43 UTC
Size:
640 bytes
patch
obsolete
>--- src/Mail.ycp-dist 2007-09-24 16:32:59.000000000 +0200 >+++ src/Mail.ycp 2007-09-24 16:34:07.000000000 +0200 >@@ -1112,7 +1112,8 @@ > // Write them unconditionally, because it is now possible to > // enter them also in the Permanent mode. Bug #17417. > // Translators: progress label >- stages = add (stages, [ _("Writing downloading settings"), WriteDownloading ]); >+ if (Package::Installed ("fetchmail")) >+ stages = add (stages, [ _("Writing downloading settings"), WriteDownloading ]); > // Translators: progress label > stages = add (stages, [ _("Writing authentication settings..."), WriteSmtpAuth ]); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 327550
:
174050
|
174242
|
174255
| 174370