-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mmailrc
123 lines (91 loc) · 3.31 KB
/
.mmailrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# -----------------------
# MultiMail configuration
# -----------------------
#
# Any of these keywords may be omitted, in which case the default values
# (shown here) will be used.
#
# If you change either of the base directories, all the subsequent paths
# will be changed, unless they're overridden in the individual settings.
#
# Please see the man page for a more thorough explanation of these options.
Version: 0.52
# Quote header for replies (non-Internet)
QuoteHead: -=> %f wrote to %t <=-
# Quote header for Internet email and Usenet replies
InetQuote: On %d, %f wrote:
# Base directories (derived from $HOME or $MMAIL)
mmHomeDir: /home/mf/mmail
TempDir: /home/mf/mmail
# MultiMail will look for packets here
PacketDir: /home/mf/mmail/down
# Reply packets go here
ReplyDir: /home/mf/mmail/up
# Saved messages go in this directory, by default
SaveDir: /home/mf/mmail/save
# Full paths to the address book, tagline and color specification files
AddressBook: /home/mf/mmail/addressbook
TaglineFile: /home/mf/mmail/taglines
ColorFile: /home/mf/mmail/colors
# Color or monochrome? (Mono mode uses the default colors)
UseColors: Yes
# Make backgrounds transparent? (Only works on some platforms)
Transparency: No
# Fill background with checkerboard pattern (ACS_BOARD)?
BackFill: Yes
# Decompression commands (must include an option to junk/discard paths!)
arjUncompressCommand: arj e
zipUncompressCommand: unzip -joLq
lhaUncompressCommand: lha efi
rarUncompressCommand: rar e -cl -o+ -inul
tarUncompressCommand: tar zxf
unknownUncompressCommand: xxuncompress
# Compression commands (must include an option to junk/discard paths!)
arjCompressCommand: arj a -e
zipCompressCommand: zip -jkq
lhaCompressCommand: lha af
rarCompressCommand: rar u -ep -inul
tarCompressCommand: tar zcf
unknownCompressCommand: xxcompress
# Default sort for packet list: by Name or Time (most recent first)
PacketSort: Time
# Default mode for area list: All, Subscribed, or Active
AreaMode: Subscribed
# Default sort for letter list: by Subject, Number, From or To
LetterSort: Subject
# Default mode for letter list: All or Unread
LetterMode: Unread
# Clock in letter window: Off, Time (of day), or Elapsed (since startup)
ClockMode: Time
# Console character set: CP437 (IBM PC) or Latin-1 (ISO-8859-1)
Charset: Latin-1
# Prompt to add taglines to replies?
UseTaglines: Yes
# Save replies after editing without prompting?
AutoSaveReplies: Yes
# Strip "soft carriage returns" (char 141) from messages?
StripSoftCR: No
# Beep when a personal message is opened in the letter window?
BeepOnPers: No
# Use Lynx-like navigation (right arrow selects, left backs out)?
UseLynxNav: Yes
# Add "Re: " prefix on Subject of replies? (Note that it will be added
# in Internet email and Usenet areas regardless of this setting.)
ReOnReplies: Yes
# Wrap quoted text at this column width (including quote marks)
QuoteWrapCols: 78
# Maximum lines per part for reply split (see docs)
MaxLines: 0
# 8-bit character set for SOUP packets (see docs)
outCharset: iso-8859-1
# Quoted-printable options for outgoing messages (see docs)
UseQPMailHead: Yes
UseQPNewsHead: Yes
UseQPMail: Yes
UseQPNews: No
# Suppress help messages (use more of the screen for content)
ExpertMode: No
# For QWK only: Generate indexes from MESSAGES.DAT instead of *.NDX
IgnoreNDX: No
# Allow use of the mouse?
Mouse: Yes