Bug 32806 - mutt: incomplete configuration (no smtp support; no gpgme support; ho headers cache support)
Summary: mutt: incomplete configuration (no smtp support; no gpgme support; ho headers...
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: mutt (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Gleb F-Malinovskiy
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-24 22:09 MSK by viy
Modified: 2016-11-24 22:33 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description viy 2016-11-24 22:09:22 MSK
1) настраивал mutt+gmail см.
https://shreevatsa.wordpress.com/2007/07/31/using-gmail-with-mutt-the-minimal-way/
а оно не работает
Error in sbornik.muttrc, line 4: smtp_url: unknown variable
Error in sbornik.muttrc, line 5: smtp_pass: unknown variable
Error in sbornik.muttrc, line 14: header_cache: unknown variable
Оказалось, у нас mutt просто не собран с поддержкой smtp:
mutt -v | grep USE_SMTP
 -USE_SMTP 

2) кроме того, протухший CLASSIC_PGP есть, а GPGME нет:
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME
соответственно это руководство "GPG + Mutt + Gmail" тоже работать не будет
https://gist.github.com/wzr/c886567d7a43dddb4a08

3) и heasers-cache (полезно при imap) тоже нет:
-USE_HCACHE
Comment 1 Dmitry V. Levin 2016-11-24 22:19:38 MSK
Скорее всего, установлена более аскетичная разновидность сборки mutt, попробуйте mutt-Maxi.
Comment 2 viy 2016-11-24 22:33:11 MSK
оно.