Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Gary R. Van Sickle" To: "Cygwin mailing list" Subject: RE: Two mutt issues Date: Wed, 24 Dec 2003 23:22:24 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20031223081302.GA576@mikit> X-IsSubscribed: yes > Hello, > > The current version of Outlook finally made me move to mutt :-) Why, does Outlook 2003 block *all* attachments now? ;-) > I have two problems using mutt on cygwin: > 1. I've used this mailcap file: > application/*; cygstart %s > image/*; cygstart %s > text/*; cygstart %s > video/*; cygstart %s > > But it doesn't seem to work, when I try to open a Word attachment it says > it's corrupted. When I save it and open it from the explorer it looks OK. > I'd bet this one is a text/binary issue, but I've not looked into it. My guess would be that the text/binary logic that I added for saving is being bypassed somehow during save-to-temp-then-viewing. > 2. I'm working with Maildir folder (the default for 'getmail'), when I try > to sync after deleting a message I get the following error: > rename: No such file or directory (errno = 2) > And the file is not deleted. > > Any suggestions? > Maildir isn't directly supported on Cygwin unfortunately, and likely never will be due to its violation of POSIX filename rules. The error you're seeing is a direct result of this. That said, people have reported some success with Maildirs by using Cygwin's new "Managed mounts" feature, q.v., and putting their mailboxes on one. -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/