Questions tagged [mutt]
Mutt is a text-based email client for Unix-like systems.
452 questions
0 votes
1 answer
27 views
How to get back inside INBOX, after using the mutt "c" command?
Let's say I am in mutt, exploring "c" and "?" and am now looking at this screen: y:Exit c:Chdir m:Mask ?:Help 1 IMAP ../ 2 IMAP ...
1 vote
0 answers
68 views
How to send an email with an attachment, but so that the attachment is not saved on the mail server
I send emails from the terminal with mutt -s "This is Subject" -a a.txt -- [email protected] < test.txt. The a.txt attachments can be large, how can I avoid filling up the mail server? ...
0 votes
0 answers
64 views
does mbsync know I deleted a file?
May I just delete a file/ mail in the mbsync folder? Or should I configure (mbsync --config …, mu init --maildir=…), or index the database (mu index) after removing a file? Put differently, what is ...
0 votes
2 answers
210 views
Mutt/Neomutt with Maildir do not save sent email
Since I changed from mbox to Maildir format, mutt/neomutt does not save sent email in ~/.muttrc I have et mbox_type=Maildir set folder="~/Maildir" set mask="!^\\.[^.]" set mbox=...
0 votes
0 answers
75 views
[safety and automation]: hydroxy auth for protonmail
I want to use mutt for protonmail i saw that protonbridge-mail does not work for me, and that hydroxide provides an alternative solution. I installed hydroxide with the settings outlined here ...
0 votes
1 answer
67 views
Copy saved email to inbox with Mutt
I often save emails to disk files, a bad habit from using Mutt for 30+ years. How do I copy (restore) the currently open email on disk to my imap inbox? Preferably with a hotkey.
2 votes
1 answer
178 views
Mutt: auto-reply with template?
In Mutt, I would like to configure something akin to the "Reply with Template" message filter action from Thunderbird. I.e., for a given message, I would like to be able to easily (read: ...
0 votes
0 answers
80 views
Different format in .mbox and email saved locally with mutt: convert split .mbox file into the same format as mutt?
I am trying to move to mutt for mail client and am trying to have email localy. I have 2 sources of saved email: the first one was obtained from the .mbox file form google: I wrote a script which ...