Administration
  Home arrow Administration arrow Page 5 - A Man And His Mutt
Dev Shed Forums 
Administration  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Dedicated Servers 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Download TestComplete 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ADMINISTRATION

A Man And His Mutt
By: Vikram Vaswani, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 9
    2001-12-04

    Table of Contents:
  • A Man And His Mutt
  • Feature Overload
  • Road Test
  • Room With A View
  • Don't Ask
  • Looking Good, Feeling Better
  • Three's A Crowd
  • Reach Out And Touch Someone
  • Hooking Up
  • Beep Beep
  • Webcrawling

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    The Best Selling PC Migration Utility.
     
    ADVERTISEMENT

    PCmover - $15 Off with Coupon Code CJPH7Q

    A Man And His Mutt - Don't Ask
    (Page 5 of 11 )

    By default, Mutt assumes that your mailboxes are stored in a directory named "Mail" under your home directory. If this isn't to your liking (it annoyed me immensely until I found out how to change it), you can specify a different location:
    set folder=~/mail               # mail folder
    While you're at it, you should also define the locations for your inbox, outbox and postponed-messages box:
    set mbox=~/mail/inbox           # location of inbox
    set record=~/mail/outbox        # location of outbox
    set postponed=~/mail/postponed  # location of postponed messages
    You already know that the
    a
    key is used to capture email addresses and create aliases for them. You can specify the location of the file which stores these aliases:
    set alias_file=~/mail/aliases.mutt       # location of alias file
    If you'd like this file read into memory every time Mutt starts up, you'll need to source it, like this:
    source ~/mail/aliases.mutt               # read all my aliases into memory
    source ~/mail/aliases.personal
    source ~/mail/aliases.business
    Once these aliases are loaded into memory, you can address messages to recipients using the alias instead of the full email address - Mutt will automatically expand the alias before sending the message.

    Next, you'll have noticed that Mutt frequently prompts you for confirmation before deleting or moving messages. This is incredibly useful when you're first getting used to the client, but becomes tedious after a while. Which is why my configuration file also has these lines:
    set postpone=ask-yes            # ask me before postponing
    set delete=ask-yes              # ask me before deleting
    set quit=yes                    # skip exit prompt
    With this in place, Mutt skips the exit confirmation message, but asks for confirmation prior to deleting or postponing messages.

    You can also control how Mutt handles composing new messages,
    set askcc                       # display CC field
    set askbcc                      # display BCC field
    unset edit_headers              # don't allow me to edit headers while
    composing
    and replying to existing ones.
    set include=yes                 # include body of previous message in reply
    set fast_reply                  # skip prompts before replying
    set reply_to=yes                # use Reply-To field for reply address
    

    More Administration Articles
    More By Vikram Vaswani, (c) Melonfire


     

       

    ADMINISTRATION ARTICLES

    - Configuring Load-Balanced Clusters
    - Load-Balanced Clusters
    - UNIX Time Format Demystified
    - Making Changes in the CVS
    - Building Your First CVS Repository
    - CVS Quickstart Guide
    - Authorizing Users in Samba
    - Handling User Accounts in Samba
    - Authentication in Samba
    - Accounts, Authentication, and Authorization
    - Advanced Concepts on Dealing with Files and ...
    - Dealing with Files and Filesystems
    - More Hacks for the User Environment in BSD
    - Personalizing the User Environment in BSD
    - Customizing the User Environment in BSD

     
    Accelerating Trading Partner Performance
     
    Competing on Analytics
     
    Cost Effective Scaling with Virtualization and Coyote Point Systems
     
    Five Checkpoints to Implementing IP Telephony
     
    Hosted Email Security: Staying Ahead of New Threats
     




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway