mutt

ssh tunnel for sendmail

I'm going nuts here, trying to get my system configured. I have a laptop at home and a workstation at work. I use mutt and sendmail. I have a home isp that is on a lot of blacklists, so that any email I send from my laptop through my isp is frequently blocked as spam by the receiver. I can ssh to my workstation and use mutt there inter...

How to :set spell in Vim only for emails?

Google is not being very helpful here. I'd like to compose emails with :set spell on, but for all other files, :set spell should be off. I am using mutt, and Vim as the editor for composing emails. In fact, I'm curious, how does Vim know that it's an email I'm composing? Is there a command-line parameter of the type of file being edited...

How can I quickly bulk-send files to an email?

I regularly send files in Gmail to exchange files between different computers. It is cumbersome. I want quickly to send my files, such as error logs. I found a promising article [1] about Mutt, but it apparently is not what I want: Please note that mutt is a pure MUA and cannot send e-mail without proper email server . I want ...

How to write out an email with mutt, grep the file, then execute a command at new email

I am trying to write a series of scripts that will execute other scripts on my server depending upon text from an email that was just received. I am using mutt as a text based email client, but have no idea where to start for this. I am hoping to understand how this works more than just solving the problem, because this project of mine...

Why does mutt fail when I call it from my Perl CGI script?

I have developed a database with the use of Perl CGI with C++. I have problem in sending the results to mail. I used the following code: print LOG "[",`date`,"] Sending mail to $email\n"; system (qq{mutt -s "MMM" -a $zip_file $email < $job_id}); if ( $? == 0) { print LOG "[",`date`,"] Sending mail to $email :: SUCCESS ::\...

How to manage Gmail labels in mutt

Is there a way to manage Gmail lables(Virtual folders) with mutt?? ...

Read Facebook private messages from bash terminal?

I'm a long-timed Mutt user. Is there a way to read, delete and reply to Facebook private messages in mutt-like style, from a bash Ubuntu/Debian terminal? Thanks ...