Tagged Questions
Mutt is an open-source CLI email client. It is highly customizable and fast. Lots of sorting and filtering criteria allow for highly efficient mail handling.
4
votes
3answers
578 views
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.
...
4
votes
2answers
1k views
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 ...
3
votes
3answers
312 views
How to start emacs server only if it is not started?
I'd like to use emacsclient to edit emails in Mutt.
I added this in .emacs
(server-start)
And in .muttrc I added
set editor="emacsclient -nw %s"
It seems they work.
When I start a second Emacs, ...
3
votes
1answer
877 views
starting remote script via ssh containing nohup
I want to start a script remotely via ssh like this:
ssh user@remote.org -t 'cd my/dir && ./myscript data my@email.com'
The script does various things which work fine until it comes to a ...
2
votes
0answers
234 views
Import local Apple Mail.app messages (.emlx) into mutt
I am a mutt newbie, but am learning steadily, highly encouraged by its speed of searching and message display. I use mutt to read email from two Gmail IMAP accounts, and I cache the headers on my ...
2
votes
1answer
856 views
How to manage Gmail labels in mutt
Is there a way to manage Gmail lables(Virtual folders) with mutt??
0
votes
0answers
18 views
beep remote tmux when job is done
im a linux fan.
A few days ago i found tmux very useful.
Now im using it all day.
I run tmux on a remote shell and working there. On my local pc only one terminal working.
And i found interesting ...
0
votes
0answers
37 views
(Non-interactive) command line email inbox viewer tool, configurable for any imap?
After using Taskwarrior to manage my todo list from the command line, I'd like to do something similar with email. A program that behaves like the below. Am I imagining something that doesn't exist, ...
0
votes
2answers
59 views
How to preproccess my emails to have links to my attachments
I'm using mutt over ssh as my mail client. This works great, but looking at the attachments (mostly images) is a bit annoying. Now my idea is to parse the email, store the attachments on my server and ...
0
votes
1answer
18 views
Mutt: Detecting a “To” address from recent emails
I use mutt with LBDB. Ctrl+t can detect the names and email addresses and complete the related "To" entry, which is very convenient. However, if an email is not in the database, is there any way to ...
0
votes
2answers
526 views
Send Html page As Email using “mutt”
I have been using mutt to send emails from inside another application &
it works fine. I have to send html files and currently I have to send
them as attachments. So I use
mutt -s "hi" -a ...
0
votes
1answer
68 views
Send a MIME file
i need to do some operation over each email i received on a specific adress,
first a i made a rule in procmail and pipe the mail in a bash file
| mybash.sh
In the bash file i save the mail in a tmp ...
0
votes
0answers
78 views
mutt started hanging when invoked from script
I've got a PHP script which is run via cron (not via webserver) which prepares a report which is then mailed out using mutt. This works as expected.
However when I run it from the command line, it ...
0
votes
0answers
34 views
preventing mutt from opening an imap connection upon startup
I am little bit stumped over a seemingly small issue but there is no solution to be found anywhere so I am hoping someone here can help me.
I am using mutt with an imap server and want to use the ...
0
votes
1answer
35 views
I have dir with msg.*** files and mutt - what next?
Mutt don't see any mails, or give me that folder is not mailbox.
I'm using fetchmail and procmail and now i have mails in msg.* files.
I can see it in vim etc but how manage it in some higer level?
I ...
0
votes
1answer
339 views
What's in your .muttrc?
I've just begun using mutt (what started out as slowly stripping myself of gui applications, ended up with me just being holed inside a terminal window), and while I've managed to fetch my mail from ...
0
votes
0answers
137 views
Mutt and Emacs - same colors for viewing?
I use Mutt for e-mail, and Emacs for editing. I have Emacs start up in mail-mode when called from within Mutt.
I'm wondering if there's any way to get the colors of mail-mode to be the same as those ...
0
votes
0answers
288 views
On CentOS, mail or mutt never sends my emails
Using CentOS 5 and trying to send an email from the command line (for crontab emailing attachments). mail and mutt execute without errors, but I just never receive any emails. I'm running exim as ...
0
votes
0answers
260 views
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
0
votes
3answers
382 views
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 ...
0
votes
3answers
338 views
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 ...
-1
votes
3answers
289 views
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 ...