View | Details | Raw Unified | Return to bug 327550
Collapse All | Expand All

(-)src/Mail.ycp-dist (-1 / +2 lines)
Lines 1112-1118 Link Here
1112
	    // Write them unconditionally, because it is now possible to
1112
	    // Write them unconditionally, because it is now possible to
1113
	    // enter them also in the Permanent mode. Bug #17417.
1113
	    // enter them also in the Permanent mode. Bug #17417.
1114
	    // Translators: progress label
1114
	    // Translators: progress label
1115
	    stages = add (stages, [ _("Writing downloading settings"), WriteDownloading ]);
1115
	    if (size (fetchmail) > 0 || Package::Installed ("fetchmail"))
1116
		stages = add (stages, [ _("Writing downloading settings"), WriteDownloading ]);
1116
	    // Translators: progress label
1117
	    // Translators: progress label
1117
	    stages = add (stages, [ _("Writing authentication settings..."), WriteSmtpAuth ]);
1118
	    stages = add (stages, [ _("Writing authentication settings..."), WriteSmtpAuth ]);
1118
	}
1119
	}

Return to bug 327550