On Thu, May 10, 2001 at 09:06:04PM -0700, Carl Constantine wrote:
> On 5/10/01 9:28, adam morley at [EMAIL PROTECTED] wrote:
>
> > i actually have mutt runing on solaris 8. the colors in the config file never
> > seem to mactch up with the colors diplayed. i just play around with it until
> > i get it to work. ill go back and read your original post and see if i can
> > figure it out.
>
> Really? What did you do and how did you do it? Can you send me your configs
> as well?
sure, my .muttrc is below. the global muttrc file is just the standard one i think.
>
> Did you also use ncurses?
not that i remember. i dont think i have gnu curses, but i do have svr4 curses
>
----begin muttrc------
# adam's muttrc. thanks to super tim
#
#
# My mail folder is
set folder=~/mail
# I am not prompted to ask whether I will move message out of the spool
# the answer is no
set move=no
# Messages are automatically purged when marked for deletion
#set delete=yes
#beeping...on new.
set beep_new=yes
set beep=no
set autoedit=yes
set menu_scroll=yes
# Specifies mailboxes with incoming mail
mailboxes deleted because i dont want you to know. :)
#mailing list config
set honor_followup_to=yes
set followup_to=yes
lists <listname>
subscribe <listname>
# Saves all messages I sent to a folder
set copy=yes
set record=~/mail/sent
# My Aliase file info
set alias_file=~/.mail_aliases
source ~/.mail_aliases
# Defines my header
my_hdr From: adam morley <[EMAIL PROTECTED]>
# Defines my editor
set editor=/usr/bin/vi
# Sets the place to put postponed messages
set postponed=~/mail/postponed
# Does not prompt when saving messages to an existing folder
set confirmappend=no
# Sets it so that when you get to the bottom of the message it stops rather than
going to the next message
set pager_stop=yes
# Makes the index view use threads - a cool feature
set sort=threads
#index formatting
set index_format="%4C %Z %{%d %b} %-15.15F (%4l) %s"
#above changed to handle mailing lists....the F
# header display, j,k are mapped to vi-fu, x for pine like feel, - and space for pine
compatibility. the arrow keys work like pine, cept for left right which scroll like -
and space
bind pager H display-toggle-weed
bind pager h noop
bind pager j next-line
bind pager k previous-line
bind index x sync-mailbox
bind pager <up> previous-line
bind pager <down> next-line
bind pager <left> previous-entry
bind pager <right> next-entry
bind index - previous-page
bind index <space> next-page
#makes it feel like pine, to a certain extent.
# list of header fields to ignore when displaying messages
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
ignore Envelope-to X- In-Reply-To NNTP-Postings Xref
#
# Stuff taken from the default global file
#
# don't add the hostname to the From header
unset use_domain
# don't generate a From header
unset use_from
# Exim does not removes Bcc headers
unset write_bcc
# imitate the old search-body function
macro index \eb '/~b ' 'search in message bodies'
# simulate the old url menu
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
# colors
color hdrdefault brightcyan black #default
color quoted brightblue yellow
color signature cyan black
color attachment brightyellow blue
#color indicator black cyan
color indicator brightblack cyan # nicer in reverse-color xterms
color status brightblue white
color tree blue white
color markers brightblue red
color tilde brightblue red
color header blue white ^From:
color header brightgreen black ^To:
color header brightgreen black ^Cc:
color header brightgreen black ^Reply-To:
color header brightblue yellow ^Subject:
color body brightblue yellow [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
color body brightblue yellow (http|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9]+
#the above stuff with brightblue/yellow is because other color combos don't seem to
work too well.
# aliases for broken MUAs
charset-hook US-ASCII ISO-8859-1
charset-hook x-unknown ISO-8859-1
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258
# GnuPG configuration
set pgp_sign_micalg=pgp-sha1 # default for DSS keys
set pgp_decode_command="gpg %?p?--passphrase-fd 0? --no-verbose --batch --output - %f"
set pgp_verify_command="gpg --no-verbose --batch --output - --verify %s %f"
set pgp_decrypt_command="gpg --passphrase-fd 0 --no-verbose --batch --output - %f"
set pgp_sign_command="gpg --no-verbose --batch --output - --passphrase-fd 0 --armor
--detach-sign --textmode %?a?-u %a? %f"
set pgp_clearsign_command="gpg --no-verbose --batch --output - --passphrase-fd 0
--armor --textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap gpg -v --batch --output -
--encrypt --textmode --armor --always-trust -- -r %r -- %f"
set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap gpg --passphrase-fd 0 -v --batch
--output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r -- %f"
set pgp_import_command="gpg --no-verbose --import -v %f"
set pgp_export_command="gpg --no-verbose --export --armor %r"
set pgp_verify_key_command="gpg --no-verbose --batch --fingerprint --check-sigs %r"
set pgp_list_pubring_command="gpg --no-verbose --batch --with-colons --list-keys %r"
set pgp_list_secring_command="gpg --no-verbose --batch --with-colons
--list-secret-keys %r"
set pgp_getkeys_command=""
-----end muttrc------
--
thanks
adam
any and all ideas herein are the sole property of the author, with no implied
warranties or guarantees. unless its somebody else's already.