* Fox Mulder <[EMAIL PROTECTED]> [10:30 18/07/01]:
> * Gary Johnson <[EMAIL PROTECTED]> [22:24 17/07/01]:
> > No.  The reason is that it is very time-consuming to obtain and keep
> > up-to-date that information for large mbox folders.  You should see an
> > "N" indicator by folders containing new mail, though.
> 
> Hey, i dont get any such indicator. guess i will have to look it up in the manual...
I tried to put in the %N to the folder_format. but, i still dont get the an "N" 
indicator next to folders containing new mail. Also, I get a zero in front of the 
"Inc" in the status bar.
apparently mutt is unable to determine whether a folder has new mail or not. I am 
attaching my .muttr file. there is no nuttrc in the /etc diretory..

thanks in advance..
  
ankit

 
#key bindings
bind pager <up> previous-line
bind pager <down> next-line
bind pager <pageup> previous-page
bind pager <pagedown> next-page

#macros
macro index ,s  "c=softhome\n"
macro index ,m "c=mulder\n"
macro index ,i "c!\n"


#identity
set realname='Ankit Mohan' #real name
set envelope_from=yes

#folder settings
set copy=yes
set record="~/Mail/sent-mail"
set postponed="~/Mail/postponed"
set move=no

mailboxes '!' +softhome +mulder

#various formats
set status_on_top 
set index_format="%4C %Z %[!%d%m%y] %-17.17F (%3l) %s"
set pager_format="%Z [%C/%m] %n : %s"
set status_format="-%r-Mutt: %f [Msgs:%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? 
Tag:%t?%?b? Inc:%b? %l]---(%s)-%>-(%P)---"
set folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f"

#editing header
set edit_headers=yes
set autoedit=yes
set askcc

#some misc things.
set quit=ask-yes
unset mark_old
set pager_context=1
set ascii_chars
set attribution="* %n <%a> [%(%H:%M %d/%m/%y)]:"
set indent_string='> '

#file to be used for storing aliases
set alias_file='.mail_aliases' 
source ~/.mail_aliases

#source mail lists file
source ~/.mutt_lists

#header fields that are uninteresting
ignore * #ignore everything
unignore from date subject to cc mail-followup-to
unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
unignore posted-to: x-url


#folder hooks
folder-hook . set sort=date-sent
folder-hook mulder set sort=threads
folder-hook '!' my_hdr "From: Ankit Mohan <[EMAIL PROTECTED]>"
folder-hook mulder my_hdr "From: Fox Mulder <[EMAIL PROTECTED]>"
folder-hook softhome my_hdr "From: Ankit Mohan <[EMAIL PROTECTED]>"


#color
color hdrdefault red default
color quoted brightblue default
color signature red default
color indicator brightyellow red
color error brightred default
color status yellow blue
color tree magenta default      # the thread tree in the index menu
color tilde magenta default
color message brightcyan default
color markers brightcyan default
color attachment brightmagenta default
color search default green      # how to hilite search patterns in the pager
color header brightred default ^(From|Subject):
color body magenta default "(ftp|http|https)://[^ ]+" # point out URLs
color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+    # e-mail addresses
color underline brightgreen default
color index brightblue  black ~N
color index brightgreen black "~N ~x hagbard\.demon\.co\.uk"
color index red         black ~F
color index white       black ~T
color index brightwhite black ~D
# Various smilies and the like
color body brightgreen black "<[Gg]>"               # <g>
color body brightgreen black "<[Bb][Gg]>"           # <bg>
color body brightgreen black " [;:]-*[)>(<|]"       # :-) etc...

Reply via email to