Questions tagged [mutt]

Mutt is a text-based email client for Unix-like systems.

442 questions
69
votes
6 answers

Mutt: how to safely store password?

My .muttrc file looks something like this one or see below a glimpse. I am hesitant with the password. How should I store my password to use it with mutt? set imap_user = "[email protected]" set imap_pass = "password" set smtp_url =…
user2362
56
votes
3 answers

Mutt: select multiple messages

I am looking for a way to select multiple messages in Mutt. For example, selecting the first and the last message would select a whole block of messages. I'd also like to select a subject using a regular expression. Then, I want to run a command on…
user55518
53
votes
6 answers

Gmail blocking mutt

When I try to log in to gmail with mutt, it flashes a quick Webalert with a url, something like accounts.gmail.com or something. It's too quick for me to see or copy it. Then it says Login failed. Then I get an email from Gmail saying: Google…
aharris88
  • 1,121
  • 1
  • 10
  • 13
42
votes
2 answers

mutt responsive way to refresh inbox

Using mutt with Gmail I "check for e-mail updates" sometimes through the $ binding (sync-mailbox), sometimes just by using c (change folder) and just supplying = (defaults to MAILBOX) as the IMAP folder path to change to. Is there a better (in…
Robottinosino
  • 5,271
  • 12
  • 39
  • 51
41
votes
4 answers

Are there any alternatives to Mutt?

I really like the idea of Mutt, reading mail in the terminal. I'm not really pleased with some inconsistencies and the IMAP handling. I set about trying to find some alternatives to Mutt, but I can't seem to find any. What alternatives to the Mutt…
jaapz
  • 584
  • 1
  • 4
  • 9
33
votes
5 answers

Why does mutt retain deleted emails in view until you "sync your mailbox" using $?

Every other mail client I have used will remove emails from my sight when I delete them. If I change my mind and want the email back, I can always go look for it in the trash. Why does mutt continue to show emails in my inbox after I have deleted…
Cory Klein
  • 18,391
  • 26
  • 81
  • 93
32
votes
5 answers

Saving email as file in mutt?

When I press S in mutt, it saves the mail to a mail folder format (cur/ tmp/ new/), but I want a single file to be saved, just like how attachments are saved. Is that configurable?
daisy
  • 53,527
  • 78
  • 236
  • 383
31
votes
3 answers

Search for mail content with Mutt

Is it possible in Mutt to search for specific mail content using built-in functionality? Or, as a last resort, how can I configure grep to be used in Mutt? The documentation only mentions the search and limit functions, which only search headers.
alex_reader
  • 819
  • 2
  • 9
  • 12
27
votes
4 answers

How can I configure mutt to display my replies within threads?

While mutt has set sort = threads to show threaded, "conversation" style messages, it doesn't display one's own replies in the threads. Instead, you have to change to the Sent folder to see your own messages. Is there any way to display one's own…
Reed G. Law
  • 667
  • 8
  • 19
26
votes
4 answers

Send email written in markdown using mutt

Sometimes I need to send a fragment of code on google-group inline. Text does not help here; I can type it in markdown, convert it to html (using pandoc etc.), attach to mutt as text/html and send it. There is one good solution available here but it…
Dilawar
  • 971
  • 3
  • 14
  • 21
25
votes
2 answers

Open HTML attachments externally in Mutt

I recently managed to set up my mailcap so that Mutt can show HTML e-mails in the message window: # ~/.mailcap text/html; lynx -dump '%s' | more; nametemplate=%s.html; copiousoutput; which is automated by: # ~/.muttrc auto_view text/html Although…
romeovs
  • 1,660
  • 5
  • 21
  • 33
24
votes
1 answer

How to really easily save all tagged attachments in mutt?

You can save all attachments via tag all attachments via hitting t ; s choose destination directory and hit a (all) This works but has following severe side effect: you have to hit n-times enter for n attachments. That means even if there are no…
maxschlepzig
  • 56,316
  • 50
  • 205
  • 279
23
votes
1 answer

Detaching an attachment in Mutt

Once I've attached a file to an email in Mutt, I can't find a way to detach it again. Surely there must be one?
Toothrot
  • 3,255
  • 3
  • 24
  • 47
22
votes
2 answers

Opening .eml files with mutt

How should one open .eml files in linux ? I'm not sure if mutt can handle it ? UPDATE I worked it out partially , by creating a new mailbox: mkdir -p a/{cur,tmp,new} And place the eml file in a/cur , I could read it with: mutt -f But that's not…
daisy
  • 53,527
  • 78
  • 236
  • 383
21
votes
1 answer

How can I make mutt show Date field of mail on the index screen?

I'd like to see the mail's date in the list that appears when I start mutt. How can I do that?
Steve Yakovenko
  • 213
  • 2
  • 4
1
2 3
29 30