# MarcelRC:/marcelrc
# Configuration file for Marcel MUA
# (c) ANT Limited, 1998

#
# Global configuration settings (apply to all servers)
#

#  Email server names (or IP addresses), transport, username, password, auto logon?
#  Transport; 0=IMAP
mail.servers=pecan,0,thowat,,NO;

#  News server names (or IP addresses), username, password, auto logon?
#  Transport; 1=NNTP
news.servers=nh.acorn.co.uk,1,,,NO;

#
# Per-server details (default - can be overridden by server copy of .marcelrc)
#

## User details:
#  User name (textual)
user.name="Tony Howat";
#  Contents of From: field for outgoing mail
user.from="thowat@e-14.com";
#  Contents of Reply-To: field for outgoing mail
user.replyto="";
#  Address in To:/Cc: fields? Force Reply-To: field for outgoing mail
user.forceto="";

## Email connection details:
#  Inactivity time for logout (mins), or 0 for none [NOT-IMPLEMENTED]
mail.logout=0;
#  Poll period for new mail (secs), or 0 for none
mail.polltime=30;
#  String under baricon, %u=user name, %h=server name, %u@%h = user@server
mail.baricon="%h";

## Send mail options:
#  Mail server names (or IP addresses)
send.servers="pecan";
#  In the case of mail to 'userid' append '@host.net' [NOT-IMPLEMENTED]
send.fulldomain=NO;
#  Offline mail?
send.offline=NO;
#  Default is quote-on-reply?
send.quote=YES;
#  Quoting with sender name at top?
send.quotename=YES;
#  Extra user-headers to include in all sent mail
send.headers="MarcelRC:/headers";
#  Remote folder to Fcc: all sent mail to
send.fcc_files=YES;
#  Fcc: attachments?
send.copy="Sentmail";
#  Default encoding for file attachments (0=MIME,1=Acorn !Email,2=UUe,3=BtoA,4=BinHex)
send.encoding=0;
#  Reply-to-all including "me" ?
send.replyme=NO;

## Post news options:
#  News server names (or IP addresses)
post.servers="nh.acorn.co.uk";
#  Offline news?
post.offline=NO;
#  Default is quote-on-reply?
post.quote=YES;
#  Quoting with sender name at top?
post.quotename=YES;
#  Extra user-headers to include in all posted news
post.headers="MarcelRC:/headers";
#  Remote folder to Fcc: all posted news to
post.fcc_files=YES;
#  Fcc: attachments?
post.copy="Sentmail";
#  Default encoding for file attachments (0=MIME,1=Acorn !Email,2=UUe,3=BtoA,4=BinHex)
post.encoding=0;
#  Replacement From: field to combat UCE
post.nouce="";

## Text viewer options:
#  Display abbreviated message headers ?
text.shortheaders=YES;
#  Word wrapping on display ?
text.wrap=YES;
#  Fixed width of display window (characters)
text.width=80;
#  Limit on size of text body shown (Kbytes) or 0 for no limit
text.limit=256;
#  Height of lines of display (OS Units)
text.height=36;

## Address Book options:
#  Sorting type (1=Default, Alias, Full name, Surname)
address.sorting=4;

## Email Folders/Messages lists options:
#  Messages list Display type (1=Brief, Full, User1, User2 ... )
filer.display=1;
#  Messages list Sorting type (1=Default, Date Rec, Date Sent, Sender, Subject)
filer.sorting=2;
#  Messages list Reverse current sorting type?
filer.reverse=NO;
#  Folders list Display type (1=Large icons, Small icons, Full info)
filer.fdisplay=1;
#  Folders list Sorting type (1=Name, Type, Size, Date) [NOT-IMPLEMENTED]
filer.fsorting=1;
#  Folders list Reverse current sorting type? [NOT-IMPLEMENTED]
filer.freverse=NO;
#  Default prefix for any mail folders on remote server
filer.prefix="";
#  Date/Time string formats (ANSI C format)
filer.timelong="%H:%M:%S %d %b %Y";
filer.timeshort="%d %b";
#  *Command to execute when new mail arrives
filer.newmail="Beep";
#  Auto-open INBOX when new mail arrives?
filer.open=YES;

## News Folders/Articles lists options:
#  Articles list Display type (1=Brief, Full, User1, User2 ... )
nfiler.display=1;
#  Articles list Sorting type (1=Default, Date Rec, Date Sent, Sender, Subject)
nfiler.sorting=2;
#  Articles list Reverse current sorting type?
nfiler.reverse=NO;
#  Folders list Display type (1=Large icons, Small icons, Full info)
nfiler.fdisplay=1;
#  Folders list Sorting type (1=Name, Type, Size, Date) [NOT-IMPLEMENTED]
nfiler.fsorting=1;
#  Folders list Reverse current sorting type? [NOT-IMPLEMENTED]
nfiler.freverse=NO;
#  Default prefix for any news folders on remote server
nfiler.prefix="";
#  Date/Time string formats (ANSI C format)
nfiler.timelong="%H:%M:%S %d %b %Y";
nfiler.timeshort="%d %b";
#  *Command to execute when new news arrives
nfiler.newmail="Beep";
#  Auto-open INBOX when new news arrives?
nfiler.open=YES;

## Core facilities:
#  Display menus with keyboard shortcut text? 
core.shortcuts=YES;
#  Warning levels flag word
core.flags=136;
#  Messages display flag word (1=h.scroll bar, 2=don't open max width, 4=open max height)
core.display=0;
#  Security flag word (1=Sender: field for mail, 2=Sender: field for news)
core.security=0;
#  Forms replies directory
core.forms="MarcelRC:forms";

# Format revision of this file - DO NOT ALTER
revision=136;

