Not getting any new mail
- To: mutt-users <mutt-users@xxxxxxxx>
- Subject: Not getting any new mail
- From: "James Dunleavy" <purpletenspeed@xxxxxxxxx>
- Date: Sat, 20 Dec 2008 09:43:35 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=n7YrD5FU5C6VUfbOeG3CRAGZXaEI6zA/w7EOh/Q96OU=; b=PXBXV7WPwJOhh/CTUaeRQ5zeQvgfvpfnhsO7oDkdd0x8+wyPbm6yUGtmvwZ9BFZu1B wYLTpy6lNW7QKr6l2DbzvIeVnqjBd2sFtUOOjK2AM0yfqsVpZYAdPmYL5zCrXS+JQXd8 Kc5BGNWk70uosgGlcLoGEzVXOVLF8CbT4nZrQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=o67BkOymLbLZJQkPu8BgRj4LKX52QVhz9rq2DabupvBYnhpzfOeP6ABbQZOYMMUnRN SWra71n3BvBcBVaZsCButjvi/CQMwXJkcpK8t5VyQK0s/NjKyKh+MouqVDcqISybqlGo CGHO988hJy4rm3epXJZrYGIdVUzscVv2PTEvY=
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Sender: owner-mutt-users@xxxxxxxx
For some reason mutt is unable to download new mail once the program
is open. It will download new mail when mutt is first launched and
initialized, however I get an error message "Mailbox was externally
modified. Flags may be wrong"
My muttrc file is listed bellow.
Any help in fixing this would be greatly appreciated!
Thanks
James
set spoolfile=imap://exchange.hq.domain.com/INBOX
set imap_user=username
set folder=imap://exchange.hq.domain.com/ # Point to IMAP server
set record="=Sent Items"
set header_cache=~/.hcache
set envelope_from=yes
set editor="pico"
set sendmail="/usr/sbin/ssmtp"
set move = no
set edit_headers=no
set autoedit
mailboxes =imap://exchange.hq.domain.com/INBOX
set sort=threads
set index_format='%4C %Z %d %-20.20F %?M?-->%3M&(%4l)? %s'
# Date format
set date_format = "%d/%m/%y %H:%M"
## Headers ##
#
# Show only
ignore *
unignore Subject: Date: From: Reply-To: To: CC: BCC: X-Mailer: User-Agent:
# In this order
unhdr_order *
hdr_order From: To: Reply-To: CC: BCC: Date: Subject:
## Pager ##
#
# Stop at the end of a message
set pager_stop
# Always show n line of the pager
set pager_index_lines = 5
# Preserve context (ala slrn) of multi-paged messages
set pager_context = 1
# Show ~ sign like Vi
set tilde
# Wrap long lines
#set wrap =80
## Attachment ##
#
# Check mail every 30 seconds
set mail_check=90
# search for new messages in folders
set check_new
# Wait 15 second of idle time before updating status
set timeout=15
#imap_check_subscribed=yes