Questions tagged [mutt]

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.

276 questions
4
votes
1 answer

Selecting attachment with FZF in Mutt

I'm trying to create a macros to integrate fzf with mutt for selecting attachments. I have tried: macro compose H "<attach-file> c <kill-line> <shell-escape> /usr/bin/fzf <enter>" Unfortunately I couldn't get the output of the…
user2801023
  • 487
  • 1
  • 4
  • 8
4
votes
1 answer

How can I send a calendar invitation from command-line using Mutt?

I want to be able to send calendar invitations from command-line using Mutt. Any suggestions?
Olle Härstedt
  • 3,799
  • 1
  • 24
  • 57
4
votes
1 answer

How do I integrate abook with a carddav server?

I'm running Nextcloud, and my contacts are synced to my laptop with vdirsyncer, which leaves me with a directory full of .vcf files. I'd like to abook to be able to read and edit those but I'm not quite sure how to make that happen. Is that even…
Amanda
  • 12,099
  • 17
  • 63
  • 91
4
votes
4 answers

Bash Mutt email with attachment error Can't stat : No such file or directory

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 am pretty new to bash so i am iffy on whats…
Rob
  • 153
  • 1
  • 3
  • 14
4
votes
2 answers

How to select a URL from an email in mutt and open it in a web browser?

When I read mails I sometimes would like to select one of the links in the mail's text to open it in a web browser. Before you answer, I know there is urlview, but there are also BASE64-encoded (or other transfer encodings) mails from which urlview…
Martin Sugioarto
  • 340
  • 3
  • 15
4
votes
2 answers

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…
Chris Duncombe Rae
  • 603
  • 1
  • 7
  • 9
4
votes
1 answer

"open" command doesn't work properly inside tmux

I am trying to use the open command to open a link in Chrome from my terminal. It works fine in plain Terminal.app or iTerm2, but doesn't work properly from tmux. What happens is: it opens a new instance of Chrome (rather than opening a new tab)…
4
votes
1 answer

mutt sort by score and date

I'd like to have messages in the mutt spool sorted by reverse-score and if the score is the same then by reverse-date. Is it possible? If I set sort=reverse-score then the secondary sort seems to be only "date".
hasan
  • 638
  • 4
  • 14
4
votes
4 answers

How to use cron to execute mutt to send email?

I want to use cron to execute a mutt script to send an email periodically. I've got the mutt installed and successfully sent emails by executing the mutt script like: #!/bin/bash mutt -s "Test from mutt" user@yahoo.com < /tmp/message.txt -a…
user3734471
  • 41
  • 1
  • 2
4
votes
2 answers

Sending the mail using mutt command

I have a requirement where I need to send two files A and B . The file A's content should be displayed as in-line or body of the mail and file B as an attachment. Is multiple attachment using mutt is possible? The command echo "Hello everyone " |…
Rajeesh
  • 51
  • 1
  • 1
  • 5
4
votes
1 answer

write mail with mutt using emacs

I am using both mutt and emacs to write mail. I use, until recent time, this code into my .emacs : ; corrector (add-hook 'mail-mode-hook 'flyspell-mode) ; Do not cut words (global-visual-line-mode t) ; open mail-mode when emacs is invoked by mutt …
ppr
  • 685
  • 7
  • 24
4
votes
1 answer

Syntax issue with sending email via mutt on EC2

I'm trying to send an email from my Amazon EC2 node using mutt and I'm getting an error that I'm assuming is syntax but I can't see what I'm doing wrong. I'm trying to send an email with a txt attachment echo "Sending Test" | mutt -a test.txt -s…
sedavidw
  • 11,116
  • 13
  • 61
  • 95
4
votes
2 answers

Always display flagged messages in mutt

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 so, never run the macro which makes flagged messages…
user1536048
  • 193
  • 1
  • 8
4
votes
1 answer

mutt seems to ignore EMAIL environment variable and .muttrc settings

I just migrated from SUSE SLES9 (mutt-1.5.6i-64.6) to SUSE SLES11 (mutt-1.5.17-42.33.1). In SUSE SLES9 I was able to set the From: clause of mutt messages by instancing the environment variable EMAIL. Now I'm not be able to do that anymore.…
Cristian Veronesi
  • 300
  • 1
  • 3
  • 15
4
votes
1 answer

Mutt Cache size Limit for header's and messages

I've searched high and low on Google for this and can only find header_cache for setting the cache dir only. I need to find a way to set the max size of the header cache and the max size of the message cache dir. That one I cannot find. I can turn…
jfreak53
  • 2,239
  • 7
  • 37
  • 53
1 2
3
18 19