Re: Not getting any new mail
- To: mutt-users@xxxxxxxx
- Subject: Re: Not getting any new mail
- From: "James Dunleavy" <purpletenspeed@xxxxxxxxx>
- Date: Sat, 20 Dec 2008 10:43:59 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3LRWofXgBDJkijuEeqr7JOT9BJkz6l31UpSzrKYlkaQ=; b=dCaOcB+tupuKSKjRGFe9UAH2A+awoo1Wk5rRYQoOTB6Zjq17t4lmULPjjF76FGPzcO IpUm/cUBtY6ltQB8+OiJ23Z+Kg0VP44rH2lf9JJRvO+qrB+qwvxoWuC/SK3XnK4Jxukh qNFiow1JpOADEclgBMv8OCLNSc1LC3FsAQkRM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ZF71B21Lc01h1lwufdpp+SoEBhibrVkoBiAIOoGH7JF8VHXgrqO4xbIhpdry+ffKHD ANVYkN8K7RJlLILjjvIL7dvgKw3yxXTGLvihX83BLfbVcq1giLFN+bvbd2DJS/SFciIa eK4LCjJNuheyzrbn51UqqPewiEDjVwxlNlPVM=
- In-reply-to: <20081220151801.GA27540@xxxxxxxxxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <760ab4770812200643l17255708pbd0d4be8129de40b@xxxxxxxxxxxxxx> <20081220151801.GA27540@xxxxxxxxxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
Thanks for the quick response!
However I am still getting the same error message "Mailbox was
externally modified. Flags may be wrong."
changed the setting to:
mailboxes =INBOX
Any other thoughts?
Thanks Again!
James
On Sat, Dec 20, 2008 at 10:18 AM, Jussi Peltola <pelzi@xxxxxxxxx> wrote:
> On Sat, Dec 20, 2008 at 09:43:35AM -0500, James Dunleavy wrote:
>> set folder=imap://exchange.hq.domain.com/ # Point to IMAP server
>
>> mailboxes =imap://exchange.hq.domain.com/INBOX
>
> This is wrong, mailboxes is not a variable and that will expand to
> imap://exchange.hq.domain.com/imap://exchange.hq.domain.com/INBOX.
>
> You want
> mailboxes =INBOX
>
> --
> Jussi Peltola
>