mutt Questions

2

In mutt, I'd like to keep track of important messages which I need to answer, pretty much like I did in GMail before. The problem is that I tend to forget that I have such important messages, and s...
Convolution asked 2/7, 2013 at 2:48

4

Solved

My requirement is to attach all the .csv files in a folder and send them in a single mail. Here is what have tried, mutt -s "subject" -a *.csv -- [email protected] < subject.txt The abo...
Boraginaceous asked 27/6, 2013 at 11:54

2

There is an option beep_new in the Mutt's configuration variables, which causes Mutt to issue a beep when new email arrives. Also there is <shell_esc> command, which executes a command in int...
Bemock asked 1/10, 2014 at 11:16

1

When running git-am to apply a patch series I had saved into an mbox file from a mailing list, if the mbox also contains the cover letter (otherwise known as PATCH [0/N]), it complains as follows: ...
Haymaker asked 20/4, 2020 at 12:22

2

I would like to save a message in Mutt as a text file somewhere outside of my maildir. For example, ~/documents/notes. I have found instructions for Saving Messages to Files which says that I shoul...
Columbian asked 19/12, 2014 at 21:24

7

How can I change the sender's name or e-mail address (From: header) used by mutt?
Umbrian asked 28/8, 2012 at 11:22

5

Solved

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 Emac...
China asked 6/4, 2011 at 17:24

5

I have to send a mail with an attachment from a shell script. I am trying to do it using mutt as shown here: How do I send a file as an email attachment using Linux command line? Command: echo "Th...
Tenter asked 15/4, 2016 at 5:59

2

Solved

Is there a way to have Mutt's index show if a message has an attachment? This would be similar to how Gmail shows a paperclip next to messages with an attachment. I can limit the messages with at...
Beghtol asked 6/5, 2016 at 19:54

2

Solved

im trying to use mutt to send an email with one attachment, and i keep getting the error could not connect to smtp.gmail.com (Network is unreachable). one thing to note is that one week ago i tried...
Farcy asked 21/5, 2019 at 11:23

4

So i,ve read some other posts and tried out the answers, but i still keep running into this problem so i wanted to post a question here and see if anyone else had any other ideas. Keeping in mind i...
Hiers asked 10/2, 2017 at 15:50

3

Solved

I'm trying to figure out how to disable storing sent messages in Mutt. Is there a record value in .muttrc that would make it happen?
Sliver asked 26/11, 2012 at 18:59

3

I want to start a script remotely via ssh like this: ssh [email protected] -t 'cd my/dir && ./myscript data [email protected]' The script does various things which work fine un...
Hannahannah asked 6/11, 2010 at 12:58

2

I can manage to send email and save a copy using Mutt with its own ui. mutt -s topic receiver This will bring up mutt's interface to edit and send mail. It will first upload to imap server, and ...
Ammonite asked 18/2, 2014 at 17:15

1

Solved

When replying to an email in Mutt, I know that I can reply by just pressing the r key. But what if there were other people in the to and/or cc fields and I would like to reply to all of them? Long...
Laris asked 11/10, 2017 at 18:37

2

Solved

Sometimes I receive email attachments whose mimetypes are not in my mailcap file. To open such attachments from mutt, I usually select the attachment from the list, hit s to save the file to /tmp, ...
Clean asked 4/2, 2014 at 22:28

5

Solved

Since the homebrew guys now have removed the option of appying the mutt sidebar patch during installation i went searching and found someone who had created an updated mutt sidebar patch for versio...
Dionnedionysia asked 2/1, 2014 at 13:20

5

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 atta...
Anticline asked 24/7, 2011 at 8:36

1

Solved

I'm wondering if there is anyway to "search" or "limit" in the mutt index based on text yanked from either an "edit" or "page" mode. I'm trying to build a macro for the index, that when pressed wi...
Avaunt asked 29/1, 2015 at 9:56

1

Solved

Thought I would try out Mutt on Ubuntu and after trying to get it to work for a couple days now I'm stuck on this error. Could not connect to smtp.gmail.com (Interrupted system call). I've looke...
Niemeyer asked 7/9, 2014 at 19:13

1

Solved

I'm having a hard time trying to display GMail labels inside Mutt. I'm able to display the labels folders very easily, but I would like to display the labels for each mail, using index format. ...
Pocosin asked 18/5, 2014 at 12:10

2

Solved

I have been using mutt for some to time to send plain text emails with a pdf attachment using: mutt -s "Subject" -a file.pdf < mybody.txt and html emails without an attachment using: mut...
Pelisse asked 29/11, 2012 at 14:16

2

Solved

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 fro...
Tittup asked 20/2, 2011 at 6:23

0

I'm trying to write a small mutt macro that will set a variable, and then re-use that variable in the same macro. What I'm really trying to do is compose a message and sub in the To: address (whic...
Bandeen asked 14/3, 2013 at 5:8

2

Solved

Okay so here's the deal. I've got a school email adress (say [email protected]) that is held on an outlook server. Because I really dislike outlook, I have this mail forwarded to a gmai...
Sophy asked 6/8, 2012 at 15:16

© 2022 - 2024 — McMap. All rights reserved.