Administration
  Home arrow Administration arrow Page 5 - A Man And His Mutt
Dev Shed Forums  
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Smartphone Development  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Mobile Linux  
App Generation ROI  
IBM® developerWorks  
Forums Sitemap  
E-Commerce Hosting  
Linux Web Hosting  
Managed Hosting  
Small Business Hosting  
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? 
Google.com  
ADMINISTRATION

A Man And His Mutt
By: Vikram Vaswani, (c) Melonfire
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: starstarstarstarstar / 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:
      error-file:tidyout.log Del.ici.ous error-file:tidyout.log Digg
      error-file:tidyout.log Blink error-file:tidyout.log Simpy
      error-file:tidyout.log Google error-file:tidyout.log Spurl
      error-file:tidyout.log Y! MyWeb error-file:tidyout.log 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

     
     
    ADVERTISEMENT


    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

    - Network Booting via PXE: the Basics
    - Scalix: Linux Administrator`s Guide
    - Network Administration with FreeBSD 7
    - Components of an Information Architecture
    - The Anatomy of an Information Architecture
    - 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





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 4 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek