SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2013-05-21 18:23:21

tuck3r53
Member
Registered: 2013-04-17
Posts: 10

Mutt Configuration

I have been attempting to setup mutt with a Exchange server at my work, and I have managed to get it to work, but I cannot get it to notify me when something is happening in a subfolder. I subscribed to all of the folders and nothing happened, and then I tried to define each of the mailboxes within the 'mailboxes' function and it still would not work properly. If something happens in the mail inbox it see's it right away, but if something happens in a folder that is in the background, it does not display an alert.

Is there anyone with any ideas on what might be the issue? Here is a copy of my muttrc file:

# Change the following lines to match your account details
set imap_user = "username"
set imap_pass = "pass"
set smtp_url = "smtp://server:25/"
set smtp_pass = "pass"
set from = "username"
set realname = "name"

set folder ={server}
set spoolfile={server}INBOX
set postponed={server}OUTBOX

# Saves copies of outgoing mail to "Sent Items" folder
fcc-hook ~A {server}"Sent Items"
set copy=yes

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

# Signature
set signature="~/.muttsig"
set sig_on_top="yes"

set move = no 
# stop asking to move msgs to mbox
set sort = 'threads'

#Sort Oldest at top
#set sort_aux = 'last-date-received'

#Sort Newest at top
set sort_aux = 'reverse-last-date-received'

# How often should mutt check for new mail?
set mail_check=60
# Notify me of new mail in my mailbox this often
set timeout=15

# Automatically poll subscribed mailboxes for new mail
set imap_check_subscribed
# see headers when editing mail
set edit_hdrs 
# keep a cache of headers for faster loading
set header_cache=~/.hcache

# quote msg when replying
set include 
# use adress from reply-to header when replying
set reply_to 
# do not ask for to, sbuject,.. when replying
set fast_reply 
# if something is tagged run commands on all tagged msgs
set auto_tag 
# untag msgs when marking them for deletion
set delete_untag 
# don't differentiate between new and old
set mark_old = no 

set forward_format="Fwd: %s"

# In what order should the header fields be presented?
hdr_order From: Date: To: Cc: Reply-To: Subject:
ignore *
unignore From: Date: To: Cc: Reply-To: Subject:

# Add these header fields to every message
my_hdr Reply-To:

set tilde # pad bottom blank lines when in page view
set pager_index_lines=9 # 9 index mail lines on top when in page view

# Take me back to the index before deleting when in page view
folder-hook . 'macro pager d "<exit><delete-message>" "Delete the message"'

set alias_file=~/.mutt/mail_aliases
#source ~/.mutt/mail_aliases

set editor="vim '+:7'" # vim for editing, and move marker to line 7

# color WHERE FOREGROUND BACKGROUND REGEXP
color index green default ~p # i am to/cc
color index cyan default ~P # from me
color index yellow default ~N # new
color index yellow default ~O # new
color index magenta default ~F # flagged
color index blue default ~T # tagged
color index red default ~D # deleted

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo