1MEWL(1) General Commands Manual MEWL(1)
2
3
4
6 mewl - Message scanner for Mew 4 or later
7
9 mewl [options] [folder [range]]
10
12 The mewl utility extracts necessary fields from messages stored in
13 folders. This command is necessary for Mew to implement the asynchro‐
14 nous feature.
15
16 The options are as follows:
17
18 -a Print all necessary fields when picking.
19
20 -b dir Set the Mail home to dir.
21
22 -c bodylen
23 Set the max body length to be extracted to bodylen.
24
25 -d field
26 Set the field to be extracted to field.
27
28 -e command
29 Specify an external command to fetch mailbox.
30
31 -m options
32 Specify options for command.
33
34 -f fields
35 Specify fields to display.
36
37 -h Display this help message.
38
39 -i file Set the input stream to file.
40
41 -l length
42 Set the max field length to be extracted to length. The
43 default value is 3. 0 means no limit.
44
45 -n Don't use fstat().
46
47 -p pattern
48 Specify the pick pattern.
49
50 -s src Set message source to src : '+folder range'.
51
52 -w Wait for stdio input to synchronize.
53
54 -v Display the version.
55
56 -x suffix
57 Use this suffix.
58
59 Definitions of the symbols above are as follows:
60
61 range N | [start]-[end] | last:N
62
63 pattern ´key=val' | 'key!=val' | '!<pattern>' | '(<pattern>)' | '<pat‐
64 tern>&<pattern>' | '<pattern>|<pattern>'
65
66
68 If a field is long, only the beginning three lines are extracted by
69 default.
70
71
72
73 March 5, 2003 MEWL(1)