# This is a sample mmr startup file -- # It should go in ~/.mmrc if you want it enabled. # # Comments in a header begin with the '#' character. # These next few lines are crucial! Don't remove them! Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="SECTION--" --SECTION-- A few variables you can set to modify mmr's behavior Content-Type: text/plain; name="variables" # Threading can be set to one of { NO_THREADS, HIDE_THREADS, SHOW_THREADS } #Threading: HIDE_THREADS # # You can set this as the default mail domain for local addresses #MailDomain: # # You can set this as the default mailbox to open on startup. #MailFile: ~/mbox # # You can set this as the mailbox to save copies of outgoing mail. #SentFile: ~/mbox-sent # # You can set this as the mailbox to save copies of deleted mail. #TrashFile: ~/mbox-trash # # You can set this as the default mailbox for the save command #SaveFile: ~/mbox-save # # You can set this as the default mailbox for the spam command #SpamFile: ~/mbox-spam # # Set this to your native display character set #MIME_charset: UTF-8 # # You can set this as a space-separated list of MIME types to ignore. # - Here we ignore MS-Exchange formatting data and PGP signatures. #MIME_ignore: application/ms-tnef application/pgp-signature # # Set this if you want the threads visually indented #IndentThread: yes --SECTION-- Header fields added automatically to outgoing mail Content-Type: text/plain; name="headers" X-Mailer: My Mailer 1.6 # Add Reply-To, X-Snail-Mail-Address, or any other fun header # # A commonly used header is Importance, which can be low, normal, or high Importance: Normal --SECTION-- Mail aliases Content-Type: text/plain; name="aliases" # You can now mail to "mmr-bugs" and it should go to me. :) mmr-bugs: slouken@devolution.com --SECTION-- Rules for default save mailboxes Content-Type: text/plain; name="autosave" # Syntax: # Priority-Header_Field: "pattern1" => mailbox1; "pattern2" => mailbox2; # 1-Subject: "^My Mailer Help File$" => ~/mmr.help --SECTION---- Everything here is considered past the end of the file. :)