Date: Tue, 1 Feb 2000 15:08:14 -0600 From: Dan Nelson <dnelson@emsphone.com> To: J McKitrick <jcm@freebsd-uk.eu.org> Cc: questions@FreeBSD.ORG Subject: Re: mutt config Message-ID: <20000201150814.A44282@dan.emsphone.com> In-Reply-To: <20000201203755.A6296@freebsd-uk.eu.org>; from "J McKitrick" on Tue Feb 1 20:37:55 GMT 2000 References: <20000201203755.A6296@freebsd-uk.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Feb 01), J McKitrick said: > When i write a mutt mail message, after exiting the editor, my > message content i shown as an attachment instead of as the text. I > tried messing with message_format, but i don't think that is the > problem. Is there a different option i need to work with? That's just how mutt works. Mutt is a MIME email client, and treats everything as attachments (or nested attachments). Your message is listed as the first text/plain attachment in the list. If you attach anything else, they'll appear in the list. Emails with one "attachment" (i.e. just a message) are sent with the attachment's Content-Type in the header. Emails with multiple "attachment"s are sent with a Content-Type of multipart/mixed in the main header, and the attachments themselves are MIME-encoded. (you should probably be asking mutt-users@mutt.org, btw) -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000201150814.A44282>