[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mutt-dev
Subject:    bug#636: mutt-: Error opening terminal: xterm
From:       Anand Kamannavar <anand () rsn ! hp ! com>
Date:       2001-05-31 22:25:08
[Download RAW message or body]

Package: mutt
Version: 
Severity: normal

-- Please type your report below this line




-- Mutt Version Information


--- Begin /nis.home/anand/.muttrc
set folder=~/Mail		# where i keep my mailboxes
set alias_file=~/.mutt_aliases	# where I keep my aliases
source ~/.mutt-aliases
set arrow_cursor		# use -> instead of hiliting the whole line
set alternates=((suresh|mallet|silk)@(oyeindia|kcircle|efn|india.cauce).(com|org))
set attribution="*[%n on %d]:"	# how to attribute replies
set autoedit			# go to the editor right away when composing
set charset="iso-8859-1"	# character set for your terminal
set noconfirmappend		# don't ask me if i want to append to mailboxes
set copy=yes			# always save a copy of outgoing messages
set delete=yes			# purge deleted messages without asking
set edit_headers		# let me edit the message header when composing
set editor="/usr/bin/vim"
set envelope_from
set mime_forward=ask-yes
set fast_reply			# skip initial prompts when replying
unset fcc_attach		# keep attachments in copies of sent messages?
set forward_decode		# weed and MIME decode forwaded messages
set forward_quote		# quote the header and body of forward msgs
set pager_format   = "%S [%C/%T] %n (%l) %s"               # Sven's favourite 
set quote_regexp   = "^ *[a-zA-Z]*[]>|}()%:=-][]>|}():=-]*"  # More Sven
set status_format  = "[%r] %h %f (%s) [%M/%m] [N=%n,*=%t,post=%p,new=%b]" 
set index_format   = "%4C %Z %{%b %d} %-15.15F (%4l) %s"
set hdrs			# include `my_hdr' lines in outgoing messages
set help			# show the help lines
set history=20			# number of lines of history to remember
set hostname="oyeindia.com"	# my DNS domain
set include			# always include messages when replying
set indent_string="> "		# how to quote replied text
set mailcap_path="~/.mailcap:/usr/local/share/mailcap"
set nomark_old			# i don't care about whether a message is old
set mail_check=10		# how often to poll for new mail
unset metoo			# remove my address when replying
set mime_forward=ask-yes	# use message/rfc822 type to forward
set move=no			# don't ask about moving messages, just do
set postponed=+postponed	# mailbox to store postponed messages in
set print_command=/bin/false	# how to print things (I like to save trees)
set noprompt_after	# ask me for a command after the external pager exits
set quote_regexp="^ *[a-zA-Z]*[>:#}]"	# how to catch quoted text
set realname="Suresh Ramasubramanian"
set from="suresh@oyeindia.com"
my_hdr Reply-To: suresh@oyeindia.com (Suresh Ramasubramanian)
my_hdr From: suresh@oyeindia.com (Suresh Ramasubramanian)
set read_inc=25			# show progress when reading a mailbox
set recall			# prompt to recall postponed messages
set record=+sent-mail		# default location to save outgoing mail
set reply_to			# always use reply-to if present
set reply_regexp="^(re:[ \t]*)+"# how to identify replies in the subject:
set reverse_alias		# attempt to look up my names for people
set reverse_name		# use my address as it appears in the message
set nosave_empty		# remove files when no messages are left
set shell="/bin/bash"		# program to use for shell escapes
set signature="/tmp/sig.suresh"	# file which contains my signature
set sort=threads		# primary sorting method
set sort_browser=reverse-date	# how to sort files in the dir browser
set tilde			# virtual lines to pad blank lines in the pager
set use_from			# always generate the `From:' header field
set write_inc=25		# show progress while writing mailboxes
set dsn_notify="failure,delay"
set dsn_return="hdrs"
ignore *		# this means "ignore all lines by default"
unignore	from: subject to cc mail-followup-to \
		date x-mailer user-agent x-url 
color normal     default        default # normal text
color indicator  brightyellow   red     # actual message
color tree       brightmagenta  default # thread arrows
color status     brightgreen    cyan    # status line
color error      brightred      default # errors
color message    red            default # info messages
color signature  red            default # signature
color attachment brightyellow   red     # MIME attachments
color search     brightyellow   red     # search matches
color tilde      brightmagenta  default # ~ at bottom of msg
color markers    red            default # + at beginning of wrapped lines
color hdrdefault cyan           default # default header lines
color bold       red            default # hiliting bold patterns in body
color underline  green          default # hiliting underlined patterns in body
color quoted     cyan           default # quoted text
color quoted1    magenta        default
color quoted2    red            default
color quoted3    green          default
color quoted4    cyan           default
color quoted5    cyan           default
color quoted6    magenta        default
color quoted7    red            default
color quoted8    green          default
color quoted9    cyan           default
color body       cyan       default  \
"((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \
\t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" color body       cyan       default  \
"[-a-z_0-9.+]+@[-a-z_0-9.]+" color body       red        default  "(^| \
)\\*[-a-z0-9dv|_*]+\\*[,.?]?[ \n]" color body       green      default  "(^| \
)_[-a-z0-9dv|__]+_[,.?]?[ \n]" color index      cyan       default  ~F         # \
Flagged color index      red        default  ~N         # New
color index      magenta    default  ~T         # Tagged
color index      yellow     default  ~D         # Deleted
color body       cyan       default  "((ftp|http|https)://|news:)[^ >)\"\t]+"
color body       cyan       default  "[-a-z_0-9.+]+@[-a-z_0-9.]+"
color body       red        default  "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]"
color body       green      default  "(^| )_[-a-z0-9äöüß_]+_[,.?]?[ \n]"
color body       red        default  "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
color body       green      default  "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
color index      cyan       default  ~F         # Flagged
color index      red        default  ~N         # New
color index      magenta    default  ~T         # Tagged
color index      yellow     default  ~D         # Deleted
color status black cyan
color indicator black green
unscore *
mailboxes `echo $HOME/Mail/*`
unhdr_order *				# forget the previous settings
hdr_order date from subject to cc organization x-mailer user-agent x-operating-system
subscribe linux
subscribe exim
subscribe ilughyd
subscribe quiznet
subscribe silk
subscribe quizlings
subscribe qfi
subscribe louis-lamour
subscribe ilug-bangalore
subscribe india-gii
folder-hook . set sort=threads
folder-hook . set signature=/tmp/sig.suresh
folder-hook . 'set attribution="%n [%d]:"'
folder-hook . my_hdr From: suresh@oyeindia.com (Suresh Ramasubramanian)
folder-hook . my_hdr Reply-To: suresh@oyeindia.com (Suresh Ramasubramanian)
folder-hook . my_hdr Organization: OyeIndia Internetworks
folder-hook . my_hdr X-Operating-System: `uname -mnrs`
folder-hook . "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\""
folder-hook india-gii set sort=threads
folder-hook india-gii set signature=/tmp/sig.suresh
folder-hook india-gii 'set attribution="%n got onto a soapbox and declaimed:"'
folder-hook india-gii my_hdr From: suresh@oyeindia.com (Suresh Ramasubramanian)
folder-hook india-gii my_hdr Reply-To: suresh@oyeindia.com (Suresh Ramasubramanian)
folder-hook india-gii my_hdr Organization: OyeIndia Internetworks
folder-hook india-gii my_hdr X-Operating-System: `uname -mnrs`
folder-hook india-gii "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\""
folder-hook ilug-bangalore set sort=threads
folder-hook ilug-bangalore set signature=/tmp/sig.suresh
folder-hook ilug-bangalore 'set attribution="%n [%d]:"'
folder-hook ilug-bangalore my_hdr From: suresh@oyeindia.com (Suresh Ramasubramanian)
folder-hook ilug-bangalore my_hdr Reply-To: suresh@oyeindia.com (Suresh \
Ramasubramanian) folder-hook ilug-bangalore my_hdr Organization: OyeIndia \
Internetworks folder-hook ilug-bangalore my_hdr X-Operating-System: `uname -mnrs`
folder-hook ilug-bangalore "push \"l!(~s 'FOLDER INTERNAL DATA')\n*\""
folder-hook linux unmy_hdr reply-to
folder-hook linux set sort=threads
folder-hook linux set signature=~/sig.sureshr
folder-hook linux 'set attribution="%n rearranged electrons thusly:"'
folder-hook linux my_hdr From: mallet@efn.org (Suresh Ramasubramanian)
folder-hook linux my_hdr Organization: Hopelessly Disorganized
folder-hook linux my_hdr X-Operating-System: `uname -mnrs`
folder-hook exim set sort=threads
folder-hook exim set signature=~/sig.sureshr
folder-hook exim 'set attribution="%n rearranged electrons thusly:"'
folder-hook exim my_hdr From: mallet@efn.org (Suresh Ramasubramanian)
folder-hook exim my_hdr Reply-To: mallet@efn.org (Suresh Ramasubramanian)
folder-hook exim my_hdr Organization: Hopelessly Disorganized
folder-hook exim my_hdr X-Operating-System: `uname -mnrs`
folder-hook ilughyd set sort=threads
folder-hook ilughyd set signature=/tmp/sig.suresh
folder-hook ilughyd 'set attribution="%n rearranged electrons thusly:"'
folder-hook ilughyd my_hdr From: suresh@kcircle.com (Suresh Ramasubramanian)
folder-hook ilughyd my_hdr Reply-To: suresh@kcircle.com (Suresh Ramasubramanian)
folder-hook ilughyd my_hdr Organization: Hopelessly Disorganized
folder-hook ilughyd my_hdr X-Operating-System: `uname -mnrs`
folder-hook silk set sort=threads
folder-hook silk set signature=/tmp/sig.suresh
folder-hook silk 'set attribution="%n got onto a soapbox and declaimed:"'
folder-hook silk my_hdr From: silk@kcircle.com (Suresh Ramasubramanian)
folder-hook silk my_hdr Reply-To: silk@kcircle.com (Suresh Ramasubramanian)
folder-hook silk my_hdr Organization: Hopelessly Disorganized
folder-hook silk my_hdr X-Operating-System: `uname -mnrs`
folder-hook quiznet set sort=threads
folder-hook quiznet set signature=/tmp/sig.suresh
folder-hook quiznet 'set attribution="*[%n on %d]:"'
folder-hook quiznet quiznet From: suresh@kcircle.com (Suresh Ramasubramanian)
folder-hook quiznet my_hdr Reply-To: suresh@kcircle.com (Suresh Ramasubramanian)
folder-hook quiznet my_hdr Organization: KCircle - http://www.kcircle.com
folder-hook quiznet  my_hdr X-Operating-System: `uname -mnrs`
auto_view application/x-gunzip
auto_view application/x-gzip
--- End /nis.home/anand/.muttrc


--- Begin /opt/mutt/etc/Muttrc
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
macro index \eb '/~b ' 'search in message bodies'
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'
macro generic <f1> "!less /opt/mutt/doc/mutt/manual.txt\n" "Show Mutt documentation"
macro index   <f1> "!less /opt/mutt/doc/mutt/manual.txt\n" "Show Mutt documentation"
macro pager   <f1> "!less /opt/mutt/doc/mutt/manual.txt\n" "Show Mutt documentation"
--- End /opt/mutt/etc/Muttrc


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic