소스 검색

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>