Bugzilla – Attachment 174242 Details for
Bug 327550
yast2-mail fetchmail error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
proposed fix
yast2-mail-2.15.22-fetchmail.patch (text/plain), 628 bytes, created by
Michal Kubeček
on 2007-09-24 11:29:02 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Michal Kubeček
Created:
2007-09-24 11:29:02 UTC
Size:
628 bytes
patch
obsolete
>--- src/Mail.ycp-dist 2007-09-24 13:08:46.000000000 +0200 >+++ src/Mail.ycp 2007-09-24 13:09:19.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 (size (fetchmail) > 0) >+ 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