Re: How to send multipart/alternative?
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Organization | GNU.org.ua |
| Message-ID | <[email protected]> |
Jean Louis <[email protected]> ha escrit: > After git pull, ./boostrap and > ./configure --prefix=/package/mail/mailutils > --with-guile-site-dir=/package/prog/guile-2.0.13/share/guile/site/2.0 > --disable-python MU_DEFAULT_SCHEME=maildir --no-create --no-recursion > > I do not get Makefile created. Because you explicitly stated that Makefile should not be created: --no-create. Remove this both --no-create and --no-recursion options. Best regards, Sergey