id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2811	"""don't save passwords in history"" option spoils some addresses"	gvy		"This bugreport/patch is by arisu from opennet; my translation:

""Don't save passwords in history"" option spoils addresses like ""me@еxample.com:8666""

The patch is characterized as being the most mocking, terse and correct by its author.

--- original bits ---

2. опция ""не сохранять пароли в истории"" портит адреса типа
""me@example.com:8666""
{{{
diff --git a/lib/widget/quick.c b/lib/widget/quick.c
index c6b415a..d33d1f4 100644
--- a/lib/widget/quick.c
+++ b/lib/widget/quick.c
@@ -110,7 +110,7 @@ quick_dialog_skip (QuickDialog * qd, int nskip)
             if ((qw->u.input.flags & 2) != 0)
                 in->completion_flags |= INPUT_COMPLETE_CD;
             if ((qw->u.input.flags & 4) != 0)
-                in->strip_password = TRUE;
+                in->strip_password = FALSE; /* TRUE; -- [censored] */
             qw->widget = (Widget *) in;
             *qw->u.input.result = NULL;
             break;
}}}"	defect	new	minor	Future Releases	mc-core	master						no branch	
