The muttrc file that I'm using is attached. You have to replace all the 
occurences of "ilug-cochin.org" in the
file with your email server settings.

Jos Collin

On Tue, Mar 01, 2011 at 03:13:42PM +0530, Reji Rajan Varghese wrote:
>  Hi,
> 
> The  discussion about mailing through mutt the email client was nice.
> 
> Expecting the configuration files of the mutt ( discussed in the ILUG Kochi
> meeting).
> 
> 
>  With Regards
> 
> Dr. Reji

> _______________________________________________
> Indian Libre User Group Cochin Mailing List
> http://www.ilug-cochin.org/mailing-list/
> http://mail.ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
> #[email protected]

# This configures mutt to use IMAP(S) server, however, you'll need to setup
# sendmail/postfix/alternative smtp server to enable sending mail out.
# Created and modified by Jos Collin.

color index      brightgreen   black    ~N    # New
color index      brightgreen   black    ~O    # Old
color index      red           black    ~D    # Deleted
#color index     cyan          black    ~!    # Flagged
color indicator black white  #cursor
color status white blue #status bar
color index      green   black ~v
#color tree       brightgreen    default
#bind index P collapse-all
#folder-hook . push "P*"
folder-hook . push <collapse-all>
set collapse_unread=no
#set uncollapse_jump=yes

set index_format="%4C %Z %{%b %d} %-20.20L (%4l) %s"
#set index_format="%?M?(#%03M)&(%4l)?"
set askbcc
set askcc
#set copy=no
set editor="emacs -nw"

my_hdr From:[email protected]
set from = "[email protected]"
set realname = "Jos Collin"
set hostname = "ilug-cochin.org"

# Set the URL of SMTP server for ilug-cochin.org
set smtp_url = "smtp://mail.ilug-cochin.org"

# sets the location for your spool mailbox - the INBOX setting should work on 
most imap
#servers


#set spoolfile=imaps://mail.ilug-cochin.org/INBOX

# Specifies the default location of your mailboxes.
#set folder=imaps://mail.ilug-cochin.org/
#set record="imaps://mail.ilug-cochin.org/[ILUG]/Sent Mail"
#set postponed="imaps://mail.ilug-cochin.org/[ILUG]/Drafts"

# Automatically log in to this mailbox at startup
set spoolfile="imaps://mail.ilug-cochin.org/INBOX"
# Define the = shortcut, and the entry point for the folder browser (c?)
set folder="imaps://mail.ilug-cochin.org/INBOX"
set record="=Sent"
set postponed="=Drafts"
set trash="=Trash"
#set status_format="hello"

set sort=threads; set sort_aux=reverse-date-sent

# Your login name on the IMAP server.
# Put in a value here to avoid typing in your username each time you start mutt
set [email protected]

# Specifies the password for your IMAP account.
# Warning: you should only use this option when you are on a fairly secure 
machine
#set imap_pass=

# Set this to no to avoid mutt asking you whether you want to move your mail to 
the local mbox
set move=no

# If you have more than one mailbox then.
# This is how long mutt will wait between scanning for incoming mail
set mail_check=60

# Mutt will only scan curently open mailbox for new mail every 10 minutes by 
default. Set to
# 15 seconds
set timeout=15

set header_cache="~/.mutt/cache/headers"
set message_cachedir="~/.mutt/cache/bodies"
set certificate_file=~/.mutt/certificates

set beep_new=yes

set alias_file=~/.mutt-alias
source ~/.mutt-alias
set query_command= "abook --mutt-query '%s'" 
macro index,pager A "<pipe-message>abook --add-email-quiet<return>" "add the 
sender address to abook"
_______________________________________________
Indian Libre User Group Cochin Mailing List
http://www.ilug-cochin.org/mailing-list/
http://mail.ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#[email protected]

Reply via email to