OSDN Git Service

Add clip(quote) and tagjump function.
[mave/mave.git] / MailManual / 00000004.eml
1 From: Developer <furutanian@gmail.com>\r
2 To: Mave user <mave_user@example.com>\r
3 Subject: =?ISO-2022-JP?B?Mi4gQnVpbGQgeW91ciBjb25maWc=?=\r
4 Date: Mon, 22 Mar 2010 20:49:02 +0900\r
5 X-Mailer: Mave version 2.97 (suzaku.itline.jp 2.6.31.5-127.fc12.i686.PAE GNU/Linux)\r
6 Message-ID: <1269258542.428173.8eaa550b@mave.suzaku.itline.jp>\r
7 In-Reply-To: <1269258542.423384.8eaa550b@mave.suzaku.itline.jp>\r
8 References: <1269258542.423384.8eaa550b@mave.suzaku.itline.jp>\r
9 MIME-Version: 1.0\r
10 Content-Type: text/plain; charset=ISO-2022-JP\r
11 Content-Transfer-Encoding: 7bit\r
12 X-Mave-Extract-Targets: \r
13 X-Mave-Attachments: \r
14 X-Mave-Relations: \r
15 \r
16 \r
17   $ cp mave.config.sample mave.config\r
18   $ vi mave.config\r
19 \r
20     rewrite setting of 'Main' account to yours.\r
21     You can jump to paragraph 3, if you try mave immediately.\r
22 \r
23     configure your editor environment.\r
24 \r
25     @configs[:EDITOR_TYPE] = ['system'|'forkexec']\r
26         system: Mave close curses window and wake editor with same console. For CUI.\r
27       forkexec: Mave fork child process and wake editor another window. For GUI.\r
28 \r
29     @configs[:EDITOR] = '/usr/bin/editor %s'\r
30       The command of wake editor. %s is replaced to file name.\r
31 \r
32     configure your viewer environment.\r
33 \r
34     @configs[:VIEWER_TYPE] = ['system'|'forkexec']\r
35     @configs[:VIEWER] = '/usr/bin/viewer %s'\r
36       These settings are similar to editor's.\r
37 \r
38     configure your file management environment.\r
39 \r
40     @configs[:FILE_MANAGER_TYPE] = ['system'|'forkexec']\r
41     @configs[:FILE_MANAGER] = '/usr/bin/nautilus %s >/dev/null 2>&1'\r
42       These settings are used for open directory by file manager for manipulate files.\r
43 \r
44     configure file identification command.\r
45 \r
46     @configs[:FILE_IDENTIFIER] = '/usr/bin/file -b -i %s 2>/dev/null'\r
47       These settings are used for identify file types when attach file to mail and etc.\r