diff options
| author | Sam Varshavchik | 2016-11-27 16:23:46 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2016-11-27 16:24:43 -0500 | 
| commit | 2d4cfb175a183453c9339b8affb0b8c226abc98f (patch) | |
| tree | 302330e7a71999ac829acbeb71a7b18d152d0a4e /sqwebmail/html | |
| parent | e21842e21535133d86f4c304e445e6d69f029ab5 (diff) | |
| download | courier-libs-2d4cfb175a183453c9339b8affb0b8c226abc98f.tar.bz2 | |
sqwebmail: improve compatibility with gnupg 2 (gpglib update).
Diffstat (limited to 'sqwebmail/html')
| -rw-r--r-- | sqwebmail/html/en-us/gpg.html | 26 | 
1 files changed, 5 insertions, 21 deletions
| diff --git a/sqwebmail/html/en-us/gpg.html b/sqwebmail/html/en-us/gpg.html index 0fdbc42..b018e38 100644 --- a/sqwebmail/html/en-us/gpg.html +++ b/sqwebmail/html/en-us/gpg.html @@ -83,7 +83,7 @@            <br />            [#LISTPUB#] -          <p>      +          <p>                <input type="submit" value="Delete Public Key" name="delpub" /></p>            <hr width="90%" /> @@ -92,7 +92,7 @@            <br />            [#LISTSEC#] -          <p>      +          <p>                <input type="submit" value="Delete Private Key" name="delsec"            /><input type="checkbox" name="really" />Yes, I really want to do            this</p> @@ -105,31 +105,15 @@            size="20" name="passphrase" /></p>            <!-- [#?#] --> -          <p>  Choose a public and a private key, above, then  +          <p>  Choose a public and a private key, above, then            <input type="submit" value="sign" name="sign" /></p> -          <table width="90%" border="0" align="center"> -            <tbody> -              <tr> -                <td>How carefully have you verified the key you are about to -                  sign actually belongs to the person named above?  -                  <select name="signlevel"> -                    <option value="0">I don't know (default) </option> -                    <option value="1">I haven't checked </option> -                    <option value="2">I have done casual checking </option> -                    <option value="3">I have done very careful -                    checking</option> -                  </select> -                </td> -              </tr> -            </tbody> -          </table>            <hr size="1" noshade="noshade" width="100%" />            <p align="center" class="gpgdefaulttitle">Default Private Key</p>            <p>  Select a default private key for signing, above, -          then  +          then            <input type="submit" value="set it as the default"            name="setdefault" /></p>          </form> @@ -181,7 +165,7 @@                </tr>                <tr>                  <td align="right">Expiration:</td> -                <td><input type="text" size="4" name="newexpire" />  +                <td><input type="text" size="4" name="newexpire" />                    <select name="newexpirewhen">                      <option value="" selected="selected">-- no expiration--                      </option> | 
