mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-28 08:19:28 +00:00
Disable autocompletion of reply-to address
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
<dt><var:string label:value="Email:"/></dt>
|
||||
<dd><input const:name="email" const:id="email" type="text" const:value=""/></dd>
|
||||
<dt><var:string label:value="Reply To Email:"/></dt>
|
||||
<dd><input const:name="replyTo" const:id="replyTo" type="text" const:value=""/></dd>
|
||||
<dd><input const:name="replyTo" const:id="replyTo" type="text" autocomplete="off" const:value=""/></dd>
|
||||
<dt><var:string label:value="Signature:"/></dt>
|
||||
<dd><span id="actSignature"><!--space --></span></dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user