瀏覽代碼

view email

Bob Mottram 9 年之前
父節點
當前提交
59edb3bf89
共有 2 個檔案被更改,包括 7 行新增1 行删除
  1. 1
    0
      doc/EN/usage_email.org
  2. 6
    1
      website/EN/usage_email.html

+ 1
- 0
doc/EN/usage_email.org 查看文件

@@ -102,6 +102,7 @@ Some useful keys to know are:
102 102
 | ]      | Expand or collapse all threads                          |
103 103
 | [      | Expand of collapse the current thread                   |
104 104
 | CTRL-k | Import a PGP/GPG public key                             |
105
+| v      | View current email in different formats, such as HTML   |
105 106
 | q      | Quit                                                    |
106 107
 
107 108
 To use the address book system open an email by pressing the enter key on it and then to add the sender to the address list press the A key.  It will ask you for an alias which may be used the next time you want to send a mail.  Alternatively you may just edit the *~/.mutt-alias* file directly to add email addresses.

+ 6
- 1
website/EN/usage_email.html 查看文件

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2015-12-18 Fri 23:17 -->
6
+<!-- 2015-12-19 Sat 17:56 -->
7 7
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta  name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -430,6 +430,11 @@ Some useful keys to know are:
430 430
 </tr>
431 431
 
432 432
 <tr>
433
+<td class="org-left">v</td>
434
+<td class="org-left">View current email in different formats, such as HTML</td>
435
+</tr>
436
+
437
+<tr>
433 438
 <td class="org-left">q</td>
434 439
 <td class="org-left">Quit</td>
435 440
 </tr>