On Sat, Jul 29, 2023 at 11:00:32AM +, Claus Assmann wrote:
> Use a script as "sendmail" program for mutt which
> - submits the mail but tells the MTA to only queue it,
> - gets the info about the queued msg from the MTA when
> it accepts the mail,
> - schedules a queue run for that item at t
On Fri, Aug 04, 2023 at 10:56:18PM +0200, Marcus C. Gottwald wrote:
>find ~/mail/folder1/cur/ -maxdepth 1 -type f -not -name '.*' \
> -mtime +30 \
> -not -name '*:2,*F*' \
> -delete
> The conditions in the fir
On Sun, Aug 06, 2023 at 04:04:34PM +0200, Marcus C. Gottwald wrote:
> > I think for a true date received test, you have to look at the
> > timestamp part of the filename.
> Well, it looks like both mtime and timestamp-as-part-of-filename may
> change when copying messages between Maildirs, at lea
On Mon, Aug 07, 2023 at 06:25:35PM +0200, Jan Eden via Mutt-users wrote:
> > Others suggested I should switch to iTerm2 which doesn't seem
> > to have the problem.
> Thanks for the suggestion – I will try iTerm2 then.
I recommend alacritty.
iterm2 is too complex and when I reported a security b
On Wed, Aug 09, 2023 at 07:47:48AM +0200, Jan Eden via Mutt-users wrote:
> Unfortunately, the current version of alacritty is not notarized –
> and iTerm2 exhibits the same redraw issues as the macOS terminal.
By "notarized", you mean that Mac refuses to run it because it's not
by a "recognized d
On Wed, Sep 06, 2023 at 04:28:46PM +0200, f...@igh.de wrote:
> works perfectly if the subject contains any non-ASCII characters.
I think this case is not relevant, because any non-ascii characters
in the Subject are converted to use the RFC-2047 scheme, I guess
already in mutt.
--
Ian
On Thu, Sep 07, 2023 at 10:31:53AM +1000, raf via Mutt-users wrote:
> Hi, This has come up recently in the Postfix mailing list. MTAs can
> convert 8bit messages when sending to another MTA that doesn't
> advertise that it can accept 8bit. If the DKIM signing happens
> before the conversion, then
On Fri, Oct 20, 2023 at 12:43:42PM +0200, Ralf Hildebrandt via Mutt-users wrote:
> I'm getting a few mails which use "^M" line endings, which mutt
> seems to ignore when displaying the body of the email.
> How can I make mutt properly display the mail.
My immediate reaction is you'll need an ext
On Sat, Mar 30, 2024 at 09:21:53AM -0400, Derek Martin wrote:
> > "Programs in the OpenBSD base system ignore the locale except for
> > the character encoding..."
> Mutt is not part of the "base system" so the limitation on locale
> should not apply to it, and "except for the character encoding"
On Sun, Apr 07, 2024 at 01:19:09PM +, Ебрашка wrote:
> Question, what should I write in .muttrc to make my outgoing mails
> have the same beautiful message-ID as Yandex mail?
Talk about bikeshedding :-)
--
Ian
On Thu, Apr 11, 2024 at 01:13:52PM +1000, raf via Mutt-users wrote:
> > > Question, what should I write in .muttrc to make my outgoing
> > > mails have the same beautiful message-ID as Yandex mail?
> > The unfathomable thing about this question is why you (or anyone)
> > should care in the slight
On Sat, Apr 13, 2024 at 11:30:55AM +0200, Laura Orvokki Kursula via Mutt-users
wrote:
> > > I have encountered a strange problem setting up mutt: when I
> > > attach a signature block to my e-mail using `$signature', my PGP
> > > signature is, according to mutt, invalid. E-mails without
> > > sig
On Tue, May 21, 2024 at 05:57:00PM GMT, Matthias Apitz wrote:
> The problem with any automation, anyway if with GnuPG or not, is how
> to enter the passphrase or PIN to get access to the private key.
Does the gpg-agent help with that? It is supposed to, I think.
--
Ian
On Mon, Jul 15, 2024 at 11:51:19PM GMT, Peter Flynn wrote:
> I installed mutt 1.13.2 from the system repos on Mint 20.3 in order
> to be able to force some wayward messages into the threads where
> they belong.
> That works fine on this address, so I have been trying to add more
> of my accounts
I'm sure this has been asked before, and it is even likely that at one
time I knew the answer. But I'm getting old, and the world is
enshittifying at a pace that makes me lose my mind :(
So; I need to set the From when replying to the address which the
original message was To. More precisely, and
On Wed, Jul 17, 2024 at 01:58:29PM GMT, Will Yardley wrote:
> > So; I need to set the From when replying to the address which the
> > original message was To.
> Does setting $reverse_name true and defining a regex in $alternates
> to match the address pattern(s) work for you?
I don't think it wo
Apparently send-hook is not effective when forwarding with the "f"
user interface. Is this intentional, a bug, or a missing feature that
could be added?
--
Ian
On Sat, Jul 20, 2024 at 08:55:24AM GMT, MN Repair wrote:
> Using Mutt 1.7.2. My manual stops at chapter 10. I need basic help
> to get started once. Mind sharing chapter 14 ?
The header of your mail says:
User-Agent: NeoMutt/20170113 (1.7.2)
which explains the difference, and strictly speaki
On Sat, Jul 20, 2024 at 04:09:20PM GMT, Kurt Hackenberg wrote:
> > https://neomutt.org/guide/configuration.html#lists
> It might not help. MN Repair earlier said this:
> > I do not have internet access. My email service is a 3rd party
> > private APN. So please exclude links in your answers.
On Wed, Jul 24, 2024 at 09:51:45AM GMT, Will Yardley wrote:
> You can also add set use_envelope_from to make sure that value is
> used for the envelope-sender as well as the header sender.
Bounces in the SMTP sense should have an empty envelope sender,
but I guess that's not what we're talking ab
On Mon, Dec 30, 2024 at 11:35:42PM +, Christian Ebert wrote:
> > is there a way to make the command which moves to the next new or
> > unread message in the pager (bound to Tab key in the pager keymap)
> > go to the next mailbox with new messages (or unread, but that's
> > not too important) w
On Tue, Dec 31, 2024 at 09:54:06AM +0800, Kevin J. McCarthy wrote:
> > for my next mutt tweak, my goal is to set up a macro key binding
> > which will go in the pager keymap and, as its main job, will
> > execute a . The part which -- as far as I can see --
> > is nontrivial: I need to pass the na
Dear list,
for my next mutt tweak, my goal is to set up a macro key binding which
will go in the pager keymap and, as its main job, will execute a
. The part which -- as far as I can see -- is
nontrivial: I need to pass the name of the current folder as an
argument to the executed script.
It is e
On Mon, Feb 03, 2025 at 09:08:46AM -0500, Ofer Inbar wrote:
> From: a.org"
> Probably because of the unbalanced quoting, these show up in my mutt
> index as being from "@" - just the @ character in the sender column.
> What search expression can I use in / or l(imit) or similar
> commands,
On Wed, Feb 05, 2025 at 03:48:12PM +0100, dm1...@gmail.com wrote:
> Is it possible to refresh the pager index (set with
> $pager_index_lines) while in the pager, so that it shows new
> messages since I have switched to the pager?
Careful what you wish for:
https://github.com/neomutt/neomutt/issu
Dear list,
is there a way to make the command which moves to the next new or
unread message in the pager (bound to Tab key in the pager keymap) go
to the next mailbox with new messages (or unread, but that's not too
important) when there are no more in the current mailbox?
Right now it prints "No
On Thu, Dec 05, 2024 at 12:43:12PM -0500, Kurt Hackenberg wrote:
> I guess what matters is what mass-market mail readers do. I guess
> they would be Microsoft Outlook, Apple Mail (Mac), the iPhone mail
> reader, and the Android app named "Gmail". What do they do?
Gmail definitely lets you select
On Wed, Feb 12, 2025 at 11:34:11AM -0500, Jon LaBadie wrote:
> While composing a message (in vi) I add the alias name
> to the Bcc: line and also set the Fcc: line to a mailbox
> dedicated to the club's messges (i.e. "=club").
> I regularly forget to make the two additions so I thought I'd create
On Fri, Feb 14, 2025 at 09:52:12AM -0800, googly.negotiator...@aceecat.org
wrote:
> I don't have a pure mutt answer.
Yet another suggestion: set `sendmail' variable to a script that
inspects the destination address arguments and expands if necessary
before calling the real sendmail or what have
On Wed, Feb 12, 2025 at 11:43:12AM -0500, Jude DaShiell wrote:
> Why does ignore * not ignore User-Agent in mail messages when
> reading?
Do you have an unignore command somewhere after the ignore? It doesn't
have to be for the exact string, I think the matching is by substring.
So for example ha
On Fri, Feb 14, 2025 at 01:23:17AM -0500, Jon LaBadie wrote:
> alias partbox =part
> send-hook 'pddb...@labadie.us'my_hdr Fcc: partbox
> "partbox" does not get replaced with "=part".
> While I do not need an alias for Fcc:, I do for Bcc:.
> My alias looks like:
> alias dbpart \
>
Sorry for the delay in replying. In light of yesterday's CVE
announcement I thought it might not be a good idea to advertise I'm
running exim until I patched it.
On Thu, Feb 20, 2025 at 06:06:59PM +0100, Matthias Apitz wrote:
> > > This email has a DKIM signature on the List- headers of the email
On Sat, Feb 22, 2025 at 01:06:16PM +0100, Matthias Apitz wrote:
> The following bug has been logged on the website:
> i.e. the header lines of List-* are part of the DKIM signed lines.
> I can't change this, as the signing is done by the MTA of 1blu.de. I
> raised a ticket there, but without any
On Thu, Feb 20, 2025 at 10:50:52AM +0100, Matthias Apitz wrote:
> I've got a reject of an email to a public PostgreSQL mailing list
> due to an issue with my DKIM signature. Attached below. I've sent a
> test email to my company mailbox to see my resulting DKIM
> signature. It's:
> What could be
34 matches
Mail list logo