mutt - SOLVED - sort of
Posted: 15. Jan 2011, 20:55
I've been experimenting with mutt, following guidance on setting it up to work with Gmail such as this quite recent webpage:
http://crunchbanglinux.org/wiki/howto/h ... gmail_imap
which basically says much the same as a lot of other older sites. But when run, mutt complains:
and also won't send email
which may have something to do with the smtp-related variables above.
I know mutt has a reputation for being hard to set up, but these look to my untutored eye like problems that shouldn't occur. Also, I know that the classical way of doing it involves a program like fetchmail, but this way of accessing Gmail doesn't appear to involve that, see e.g.:
I currently use alpine, but can't work out how to get it to interact as fully with gmail as this way of setting up mutt promises. Also mutt seems to be regarded in Linux circles as character-forming, and has colour coding.
I have just found urlview in slapt-src,
so now it really will have bells on - if I can get the basic functionality going. No doubt the solution is in front of my nose.
http://crunchbanglinux.org/wiki/howto/h ... gmail_imap
which basically says much the same as a lot of other older sites. But when run, mutt complains:
Code: Select all
Error in /home/mimosa/.muttrc, line 7: smtp_url: unknown variable
Error in /home/mimosa/.muttrc, line 8: smtp_pass: unknown variable
Error in /home/mimosa/.muttrc, line 26: header_cache: unknown variable
Error in /home/mimosa/.muttrc, line 27: message_cachedir: unknown variable
source: errors in /home/mimosa/.muttrc
Code: Select all
Error sending message, child exited 127 (Exec error.).
I know mutt has a reputation for being hard to set up, but these look to my untutored eye like problems that shouldn't occur. Also, I know that the classical way of doing it involves a program like fetchmail, but this way of accessing Gmail doesn't appear to involve that, see e.g.:
from the above site.Mutt is a Mail User Agent (MUA), and was written to view mail. It was not written to retrieve, send, or filter mail. It relies on external programs to do those tasks. But recently it has become possible to receive and sending mails trough gmail.
I currently use alpine, but can't work out how to get it to interact as fully with gmail as this way of setting up mutt promises. Also mutt seems to be regarded in Linux circles as character-forming, and has colour coding.

Code: Select all
root[mimosa]# slapt-src -l | grep urlview
urlview:0.9 - urlview (extract URLs from text files)
root[mimosa]# slapt-src -i urlview