# # .elm/elmrc - options file for the Elm mail system # # Saved automatically by Elm revision: 70.85 for Hans-Georg Scherneck # # Alternative addresses that I could receive mail from (usually a # forwarding mailbox) and don't want to have listed... # (no default. for example: "alternatives = host1!host2!yourname") # Where to save calendar entries # (the default is "$HOME/calendar") calendar = /home/hgs/calendar # what editor to use (none or builtin = simulate Berkeley Mail) # (the default is $EDITOR, otherwise "/usr/bin/vi") # editor = /usr/local/bin/emacs -fg Black -bg LightYellow3 # editor = /usr/vue/bin/vuepad # editor=builtin editor = /opt/emacs/bin/emacs-20.3 # editor = /usr/local/bin/emacs # editor = /usr/local/bin/nedit -geometry 760x480 # The character to prefix commands to the builtin editor # (the default is "~") escape = ~ # The full user name for outbound mail # (the default is your gecos field of "/etc/passwd") fullname = Hans-Georg Scherneck # The default non-incoming mailbox for saving messages you receive # (the default is "$HOME/mbox") mailbox = /home/hgs/Correspondence/received # mailbox = /home/hgs/Mail/received # Where to save my mail to, default directory # (the default is "$HOME/Mail") maildir = /home/hgs/Correspondence # maildir = /home/hgs/Mail # Program to use for displaying messages ('builtin' is recommended) # (the default is "builtin") pager = builtin # Prefix sequence for including message text in other messages... # (the default is "> ") prefix = >_ # How to print a message ('%s' is the filename) # (the default is "pr %s | lp") print = pr -o5 %s | lp # Where to automatically save copies of your OUTBOUND messages # # (note that this should be different from `mailbox' which is the # default mailbox for INCOMING mail after having been in your central # incoming mailbox (/usr/mail/$LOGNAME) # (the default is "$HOME/mbox") savemail = /home/hgs/Correspondence/sent # savemail = /home/hgs/Mail/sent # The shell to use for shell escapes # (the default is $SHELL, otherwise "/bin/sh") shell = /bin/tcsh # Local ".signature" files to append to appropriate messages... # (no default. for example: "localsignature = filename") # If you want to use a file for both local and remote, then # you set only "signature = filename". # Remote ".signature" files to append to appropriate messages... # (no default. for example: "remotesignature = filename") # If you want to use a file for both local and remote, then # you set only "signature = filename". remotesignature = .signature # How to sort mailboxes, by default # (the default is "received") sortby = received # What headers I DON'T want to see, ever. # (the default is ">From" "In-Reply-To:" "References:" "Newsgroups:" # "Received:" "Apparently-To:" "Message-Id:" "Content-Type:" # "From" "Mailer:") weedout = ">From" "In-Reply-To:" "References:" "Newsgroups:" "Received:" "Apparently-To:" "Message-Id:" "Content-Type:" "From" "Mailer:" # Set the main prompt timeout for resynching... # (the default is "600" seconds 10 minites) timeout = 600 # Are we good at it? 0=beginner, 1=intermediate, 2+ = expert! # (the default is "0") userlevel = 1 # Should we always delete messages we've marked for deletion # (the default is "ON") alwaysdelete = ON # Should we always leave messages as pending # (the default is "ON") alwaysleave = ON # Should we use the "->" rather than the inverse video bar? # (the default is "OFF") arrow = ON # Should the questions as we leave be displayed or auto-answered? # (the default is "ON") ask = ON # Would you like to be asked for Blind-Carbon-Copies information # (the default is "OFF") # askbcc = OFF # Would you like to be asked for Carbon-Copies information each msg? # (the default is "ON") askcc = ON # Automatically copy message being replied to into buffer? # (the default is "OFF") autocopy = OFF # Save a copy of all outbound messages? # (the default is "OFF") copy = ON # Should we expand TAB to SPACE in your message when you send # messages. # (the default is "OFF") # expand = ON # We might mail out AT&T Mail Forms # (the default is "OFF") forms = OFF # When we've deleted all the messages in a folder, if this option is # set we'll preserve the empty folder for future access. Otherwise # empty folders are always deleted. # (the default is "OFF") keep = OFF # We're running on an HP terminal and want HOME, PREV, NEXT, etc... # (the default is "ON") keypad = ON # Should we display the three-line 'mini' menu? # (the default is "ON") menu = ON # When using the page commands (+ - ) change the current # message pointer... # (the default is "OFF") movepage = ON # Let's just show the names, though, when expanding aliases... # (the default is "OFF") names = OFF # When messages are copied into the outbound buffer, don't include headers # (the default is "ON") noheader = ON # Start up by pointing to the first new message received, if possible # (the default is "ON") pointnew = ON # Emulate the mailx message increment mode (only increment after # something has been 'done' to a message, either saved or deleted, # as opposed to simply each time something is touched) # (the default is "ON") resolve = ON # Save messages, incoming and outbound, by login name of sender/recipient # (the default is "ON") savename = ON # Should our current message pointer skip the deleted messages. # (the default is "OFF") # skipdeleted = OFF # We're running on an HP terminal and want softkeys available too! # (this is effective with "keypad=ON") # (the default is "ON") softkeys = ON # Display message title when displaying pages of message # (the default is "ON") titles = ON # Tell us about addresses to machines we can't directly get to? # (the default is "ON") warnings = ON # Enable the weedout list to be read... # (the default is "ON") weed = ON