Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 1997 02:22:23 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        freebsd-chat@freebsd.org
Subject:   Re: Mutt ?  (Mail package, like elm)
Message-ID:  <19970418022223.AF35698@uriah.heep.sax.de>
In-Reply-To: <199704172337.TAA27749@crh.cl.msu.edu>; from Charles Henrich on Apr 17, 1997 19:37:24 -0400
References:  <199704172337.TAA27749@crh.cl.msu.edu>

index | next in thread | previous in thread | raw e-mail

As Charles Henrich wrote:

> I just started looking into mutt because Im getting tired of elm
> being so dated, anyway, I was wondering if there were any other
> FreeBSD users out there using mutt,

Quite a number, i think.  If you look in Mutt's contributor list,
you'll see some well-known FreeBSD names...

Not that i'm already entirely happy with it either, it has a few
idiosyncrasies as well (the most annoying being the resize bug in
conjunction with libncurses), and...

> and if so, what sort of color
> schemes/key bindings (i.e. post your .muttrc :) were in use..

...there should be a better default .muttrc (explaining the default
bindings) :)

Here is mine (partially).  I had to dig through Mutt's source in order
to compile the list of default bindings, and it's possible that the
list is already slightly outdated again.

#
# Attributes for mono and color screens:
#

#mono	attachment 	none
mono	error 		bold
mono	from 		bold
#mono	header 		none
mono	indicator 	bold reverse
#mono	normal 		none
#mono	quoted 		none
#mono	signature 	none
mono	status 		bold reverse
mono	subject 	underline
#mono	tilde 		none
#mono	tree 		none

#color	attachment 	black		white
color	error 		red		white
color	from 		black		white
#color	header 		black		white
color	indicator 	brightwhite	green
#color	normal 		black		white
#color	quoted 		black		white
#color	signature 	black		white
color	status 		brightyellow	cyan
color	subject 	black		green
#color	tilde 		black		white
#color	tree 		black		white

#
# The menus
#
#bind " "	next-page		internal-pager
#bind "-"	previous-page		internal-pager
#bind "\n"	next-line		internal-pager
#bind "\r"	next-line		internal-pager
#bind "^"	top			internal-pager
#bind "/"	search			internal-pager
#bind "?"	help			internal-pager
#bind "$"	bottom			internal-pager
bind ">"	save-message		internal-pager
#bind "T"	toggle-quoted		internal-pager
#bind "\cP"	half-up			internal-pager
#bind "\cN"	half-down		internal-pager
#bind "\cL"	redraw-screen		internal-pager
#bind backspace	previous-line		internal-pager
#
#bind "\t"	next-new		internal-pager
#bind "b"	bounce-message		internal-pager
bind "b"	half-up			internal-pager
#bind "c"	change-folder		internal-pager
#bind "C"	copy-message		internal-pager
#bind "d"	delete-message		internal-pager
bind "d"	half-down		internal-pager
#bind "\cD"	delete-thread		internal-pager
bind "\cD"	delete-message		internal-pager
#bind "F"	flag-message		internal-pager
#bind "f"	forward-message		internal-pager
#bind "g"	group-reply		internal-pager
bind "G"	bottom			internal-pager
#bind "h"	display-headers		internal-pager
#bind "i"	exit			internal-pager
#bind "j"	next-undeleted		internal-pager
#bind "J"	next-message		internal-pager
#bind "k"	previous-undeleted	internal-pager
#bind "K"	previous-message	internal-pager
#bind "L"	list-reply		internal-pager
#bind "m"	mail			internal-pager
#bind "n"	next-undeleted		internal-pager
#bind "N"	mark-as-new		internal-pager
#bind "\cN"	next-thread		internal-pager
#bind "p"	print-message		internal-pager
#bind "\cP"	previous-thread		internal-pager
#bind "q"	exit			internal-pager
bind "Q"	exit			internal-pager
#bind "r"	reply			internal-pager
#bind "s"	save-message		internal-pager
#bind "t"	tag-message		internal-pager
#bind "u"	undelete-message	internal-pager
#bind "v"	view-attachments	internal-pager
#bind "\cU"	browse-url		internal-pager
#bind "x"	exit			internal-pager
#bind "|"	pipe-message		internal-pager
#bind ":"	enter-command		internal-pager
#
#bind pagedown	next-page		internal-pager
#bind "pageup"	previous-page		internal-pager
#bind "up"	previous-undeleted	internal-pager
bind "up"	previous-line		internal-pager
#bind "right"	next-undeleted		internal-pager
#bind "down"	next-undeleted		internal-pager
bind "down"	next-line		internal-pager
#bind "left"	previous-undeleted	internal-pager

bind ">"	save-message		main-menu	# elm legacy

lists	freebsd-hackers	hackers
lists	freebsd-bugs	bugs
lists	freebsd-scsi	scsi
lists	freebsd-current	current
lists	freebsd-ports	ports
lists	freebsd-chat	chat

alternates	j@uriah.heep.sax.de	joerg_wunsch@uriah.heep.sax.de
alternates	joerg@freebsd.org	joerg@freefall.freebsd.org

my_hdr	Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch)

sort	reverse-date-sent

ignore	x-face
ignore	x-loop
ignore	x400-
ignore	x-mime-autoconverted

source	~/.muttaliases
set	alias_file=~/.muttaliases
set	editor=emacsclient

set	attribution="As %n wrote:\n"
set	autoedit
set	autoinclude
set	edit_hdrs
set	folder=~/Mail
set	mbox=~/Mail/received
set	record=~/Mail/sent
set	postponed=~/Mail/postponed
set	save_name
set	allow_8bit


-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970418022223.AF35698>