Re: mutt && oauth2 config

2024-06-10 Thread Matthias Apitz
El día Tuesday, June 04, 2024 a las 10:49:13AM +0200, Matthias Apitz escribió: > Produced the URL and loading this in a browser, triggered a request to > whomever and a mail to me from MS-Security with the following content: > > Thunderbird access request received > > Your request has

Forwarding an email using query_command

2024-06-09 Thread muttsiuer8yr2--- via Mutt-users
Hi, Is there any way to do this? It seems impossible, to me, for it not to be an existing feature! What I want to do is forward a received email to an email address which I can never remember but I know is saved in abook. I have some/directory:set query_command="abook --datafile

Re: folder-hook for opening with mutt -f

2024-06-08 Thread Rene Kita
On Fri, Jun 07, 2024 at 05:53:36PM +, Andrew J. Caines via Mutt-users wrote: > My DIY, RTFM/G/F and STFW efforts have failed me. I want to use folder-hook > or the equivalent when opening a mailbox with "mutt -f =Name". The hook, > > folder-hook =Name "set delete = yes" > > works when I

folder-hook for opening with mutt -f

2024-06-07 Thread Andrew J. Caines via Mutt-users
My DIY, RTFM/G/F and STFW efforts have failed me. I want to use folder-hook or the equivalent when opening a mailbox with "mutt -f =Name". The hook, folder-hook =Name "set delete = yes" works when I change to =Name, but not when I launch mutt with that mailbox using "-f =Name". I am aware

Re: mutt && oauth2 config

2024-06-04 Thread Matthias Apitz
El día martes, junio 04, 2024 a las 09:14:48 +0200, Peter van Ormondt escribió: > On Mon, Jun 03, 2024 at 12:38:19PM +0200, Matthias Apitz wrote: > > > > +Cc: The author of thge page, Peter van Ormondt > > > > El día lunes, junio 03, 2024 a las 11:57:58 +0200, Matthias Apitz escribió: > > > >

Re: mutt && oauth2 config (Matthias Apitz)

2024-06-03 Thread Greg Marks
> The page about how to configure mutt with oauth2 support says: > > https://www.vanormondt.net/~peter/blog/2021-03-16-mutt-office365-mfa.html > ... > > Edit the python script and insert your GPG identity in the > "ENCRYPTION_PIPE" construct. > Add client id

Re: mutt && oauth2 config

2024-06-03 Thread Todd Zullinger
Matthias Apitz wrote: > The page about how to configure mutt with oauth2 support says: > > https://www.vanormondt.net/~peter/blog/2021-03-16-mutt-office365-mfa.html > ... > > Edit the python script and insert your GPG identity in the > "ENCRYPTION_PIPE" construct. > Add client id

Re: mutt && oauth2 config

2024-06-03 Thread Matthias Apitz
+Cc: The author of thge page, Peter van Ormondt El día lunes, junio 03, 2024 a las 11:57:58 +0200, Matthias Apitz escribió: > > Hello, > > The page about how to configure mutt with oauth2 support says: > > https://www.vanormondt.net/~peter/blog/2021-03-16-mutt-office365-mfa.html > ... > >

mutt && oauth2 config

2024-06-03 Thread Matthias Apitz
Hello, The page about how to configure mutt with oauth2 support says: https://www.vanormondt.net/~peter/blog/2021-03-16-mutt-office365-mfa.html ... Edit the python script and insert your GPG identity in the "ENCRYPTION_PIPE" construct. Add client id

Re: sending automated GPG signed mails from batch job

2024-05-21 Thread Nicolas George
googly.negotiator...@aceecat.org (12024-05-21): > > 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. Makes it worse. Without gpg-agent, your

Re: sending automated GPG signed mails from batch job

2024-05-21 Thread Nicolas George
Matthias Apitz (12024-05-21): > I do use GnuPG based on OpenPGP SIM cards even in my Linux telephone > (Pusim L5) for crypting files, ~350 passwords (password-store) and SSH > connections (the RSA secret is on the OpenPGP card). All works fine and > gives access to the secrets by entering a 6

Re: sending automated GPG signed mails from batch job

2024-05-21 Thread googly . negotiator862
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

Re: sending automated GPG signed mails from batch job

2024-05-21 Thread Matthias Apitz
El día martes, mayo 21, 2024 a las 10:49:08a. m. +0200, Nicolas George escribió: > Matthias Apitz (12024-05-21): > > How could we expand this for signing mails on the fly? > > Hi. > > ... > > - Ditch GPG. GPG has been increasingly incapable of deciding if it is a > high-level tool or a

Re: sending automated GPG signed mails from batch job

2024-05-21 Thread Nicolas George
Matthias Apitz (12024-05-21): > How could we expand this for signing mails on the fly? Hi. For fine control, I would suggest: - Build your mail entirely yourself without relying on a MUA like mutt and inject it directly into the MTA local injector /usr/lib/sendmail. - Ditch GPG. GPG has been

Re: sending automated GPG signed mails from batch job

2024-05-21 Thread Jan Eden via Mutt-users
Hi Matthias, On 2024-05-21 07:45, Matthias Apitz wrote: > Hello, > > Our Library Management System sends mails to patrons and media vendors > which are assembled in a shell script with all data (Subject, body, To, > attachments, etc) by a call to the MUA mutt 2.1.1 which pipes the mail > to

sending automated GPG signed mails from batch job

2024-05-21 Thread Matthias Apitz
Hello, Our Library Management System sends mails to patrons and media vendors which are assembled in a shell script with all data (Subject, body, To, attachments, etc) by a call to the MUA mutt 2.1.1 which pipes the mail to sendmail: #!/bin/sh # # $Id: sisis2mail.sh 381380 2020-11-06 07:49:50Z

"Gmail access expires periodically unless renewed by users"

2024-05-17 Thread Greg Marks
Dear Mutt Developers: Will we experience difficulties using Mutt to obtain IMAP access to G-Mail accounts, having configured the Mutt OAuth2 token management script provided here: https://gitlab.com/muttmua/mutt/-/raw/master/contrib/mutt_oauth2.py once Google changes their access policies

Re: highlighting messages to/cc me on mailing list?

2024-05-17 Thread Cameron Simpson
On 13May2024 10:49, Joe Damato via Mutt-users wrote: And now when I switch to the netdev directory within mutt (by pressing c), I can easily see any messages that mention my email address in any thread on the list. Late to the thread, and purely for interest: this is what I use for the

Re: highlighting messages to/cc me on mailing list?

2024-05-13 Thread Joe Damato via Mutt-users
On Mon, May 13, 2024 at 06:51:26AM +0200, Christopher Zimmermann wrote: > On Sun, May 12, 2024 at 04:49:45PM -0700, Joe Damato via Mutt-users wrote: > > A follow up question: is there a way to apply this to only specific imap > > directories? > > What you now want to use is a folder hook: > >

Re: highlighting messages to/cc me on mailing list?

2024-05-13 Thread Sirius via Mutt-users
In days of yore (Sun, 12 May 2024), Joe Damato via Mutt-users thus quoth: > I am subscribed to some high traffic email lists (linux kernel development > stuff). > > There are two cases I am trying to deal with which are fairly similar: > > 1. I am subscribed to a mailing list. I start a

Re: highlighting messages to/cc me on mailing list?

2024-05-12 Thread Christopher Zimmermann
On Sun, May 12, 2024 at 04:49:45PM -0700, Joe Damato via Mutt-users wrote: A follow up question: is there a way to apply this to only specific imap directories? What you now want to use is a folder hook: http://www.mutt.org/doc/manual/#folder-hook signature.asc Description: PGP signature

Re: highlighting messages to/cc me on mailing list?

2024-05-12 Thread Joe Damato via Mutt-users
On Mon, May 13, 2024 at 12:13:47AM +0200, Francesco Ariis wrote: > Hello Joe, > > Il 12 maggio 2024 alle 14:47 Joe Damato via Mutt-users ha scritto: > > Is there any way to get mutt to highlight/colorize/mark or somehow > > indicate to me messages which specifically have my email in the TO or CC

Re: highlighting messages to/cc me on mailing list?

2024-05-12 Thread Francesco Ariis
Hello Joe, Il 12 maggio 2024 alle 14:47 Joe Damato via Mutt-users ha scritto: > Is there any way to get mutt to highlight/colorize/mark or somehow > indicate to me messages which specifically have my email in the TO or CC > line so that I don't miss those? This is what I do. First you add a

highlighting messages to/cc me on mailing list?

2024-05-12 Thread Joe Damato via Mutt-users
Hi: I am a new mutt user and spent some time reading some of the docs about mailing lists, but probably missed something that would help in my case. I am subscribed to some high traffic email lists (linux kernel development stuff). There are two cases I am trying to deal with which are fairly

Re: Strange problem on new system with versus (or linefeed versus carriage return)

2024-05-09 Thread Jon LaBadie
On Thu, May 09, 2024 at 05:59:39PM +0200, Dennis Preiser wrote: On Thu, May 09, 2024 at 04:24:56PM +0100, Chris Green wrote: I have the following in muttrc so that hitting 'Enter' (the CR key) on the keyboard sends an E-Mail after composing it:- bindcompose \n send-message #

Re: set date_format

2024-05-09 Thread Will Yardley
On Thu, May 09, 2024 at 06:47:30PM +, Ебрашка wrote: > Can you tell me how to make the date display in the catalog with letters > in day/month/year format, i.e. 09/05/2024 I write in muttrc set > date_format="%d/%m/%Y" and there are no changes. I think you need to override the default or

set date_format

2024-05-09 Thread Ебрашка
Can you tell me how to make the date display in the catalog with letters in day/month/year format, i.e. 09/05/2024 I write in muttrc set date_format="%d/%m/%Y" and there are no changes.

Re: Strange problem on new system with versus (or linefeed versus carriage return)

2024-05-09 Thread Chris Green
On Thu, May 09, 2024 at 05:59:39PM +0200, Dennis Preiser wrote: > On Thu, May 09, 2024 at 04:24:56PM +0100, Chris Green wrote: > > I have the following in muttrc so that hitting 'Enter' (the CR key) on > > the keyboard sends an E-Mail after composing it:- > > > > bindcompose \n

Re: Strange problem on new system with versus (or linefeed versus carriage return)

2024-05-09 Thread Dennis Preiser
On Thu, May 09, 2024 at 04:24:56PM +0100, Chris Green wrote: > I have the following in muttrc so that hitting 'Enter' (the CR key) on > the keyboard sends an E-Mail after composing it:- > > bindcompose \n send-message # rather than 'y' > > This works as intended on the old system

Re: Strange problem on new system with versus (or linefeed versus carriage return)

2024-05-09 Thread Michael Kjörling
On 9 May 2024 16:24 +0100, from c...@isbd.net (Chris Green): > I have the following in muttrc so that hitting 'Enter' (the CR key) on > the keyboard sends an E-Mail after composing it:- > > bindcompose \n send-message # rather than 'y' > On the new system the help line at the

Strange problem on new system with versus (or linefeed versus carriage return)

2024-05-09 Thread Chris Green
I am in the process of migrating from an old system running mutt 2.1.4 on xubuntu 22.04 to a new system running mutt 2.2.12 on xubuntu 24.04. I have simply copied across all my muttrc configuration etc. without change, it's all working pretty well except for (so far) one problem:- I have the

New attachment viewer for macOS

2024-04-20 Thread Robin Sommer
Hi all, I used run `qlmanage` to view attachments and HTML bodies on my Mac but that has always been feeling a bit clumsy. So a little while ago I ended up trying to write a replacement: a little standalone document previewer wrapping macOS' *Quick View* for easy use with mutt (and, more

Intermittent reconnection failure

2024-04-18 Thread Nick via Mutt-users
Having intermittent trouble with mutt 2.2.12 on debian stable. It uses an imap server (dovecot) over a wireguard VPN. When my laptop resumes from suspend, a few seconds elapse before the VPN becomes available and mutt usually reconnects automatically. Sometimes, about one time in 5, it doesn't.

Re: Can't sign if I sign

2024-04-13 Thread googly . negotiator862
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 > > >

Re: Can't sign if I sign

2024-04-13 Thread Laura Orvokki Kursula via Mutt-users
On Sat, Apr 13, 2024 at 07:39:45AM +0200, Sirius via Mutt-users wrote: > In days of yore (Sat, 13 Apr 2024), Laura Orvokki Kursula via Mutt-users thus > quoth: > > Hello all > > > > I have encountered a strange problem setting up mutt: when I attach a > > signature > > block to my e-mail using

Re: Can't sign if I sign

2024-04-12 Thread Sirius via Mutt-users
In days of yore (Sat, 13 Apr 2024), Laura Orvokki Kursula via Mutt-users thus quoth: > Hello all > > 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

Can't sign if I sign

2024-04-12 Thread Laura Orvokki Kursula via Mutt-users
Hello all 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 signature blocks yield valid PGP signatures. If I go back and replace the automatic signature with

Re: Question about message id

2024-04-11 Thread Derek Martin
On Thu, Apr 11, 2024 at 02:35:30PM -0700, googly.negotiator...@aceecat.org wrote: > On Thu, Apr 11, 2024 at 01:13:52PM +1000, raf via Mutt-users wrote: > - if the mailing list does mess with msgid, it absolutely must do it > consistently for all copies of the message. For existing software

Re: Question about message id

2024-04-11 Thread Derek Martin
On Thu, Apr 11, 2024 at 01:13:52PM +1000, raf via Mutt-users wrote: > On Tue, Apr 09, 2024 at 10:53:41AM -0400, Derek Martin > wrote: > > > 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

Re: Question about message id

2024-04-11 Thread googly . negotiator862
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

Re: How to delete message with purge=no?

2024-04-11 Thread Sadeep Madurange
Hello Will, On 2024-04-10 10:05:50, Will Yardley wrote: > On Wed, Apr 10, 2024 at 08:22:03PM +0800, Sadeep Madurange wrote: > > When deleting emails (with d), I get a prompt for purging them. I'd > > like to silence that prompt with 'no'. And, see the prompt when I > > change folder, or better

Re: pretty-print mutt emails

2024-04-10 Thread Matthias Apitz
El día miércoles, abril 10, 2024 a las 06:26:23 -0400, Kurt Hackenberg escribió: > On Wed, Apr 10, 2024 at 10:23:37AM +0200, Matthias Apitz wrote: > > > I wasn't aware before, that muttprint exists for my mobile phone as > > well. I've now installed it and configured it, even with the FreeBSD's

Re: Question about message id

2024-04-10 Thread raf via Mutt-users
On Tue, Apr 09, 2024 at 10:53:41AM -0400, Derek Martin wrote: > 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? > > The unfathomable thing about this question

Re: pretty-print mutt emails

2024-04-10 Thread Ken Moffat via Mutt-users
On Wed, Apr 10, 2024 at 07:25:11AM +0200, Matthias Apitz wrote: > El día martes, abril 09, 2024 a las 06:54:46 -0400, H escribió: > > > On 04/07/2024 07:42 AM, Matthias Apitz wrote: > > > I do use on FreeBSD muttprint: > > > > > > Name : muttprint Version: 0.73_5 Installed > > >

Re: pretty-print mutt emails

2024-04-10 Thread Kurt Hackenberg
On Wed, Apr 10, 2024 at 10:23:37AM +0200, Matthias Apitz wrote: I wasn't aware before, that muttprint exists for my mobile phone as well. I've now installed it and configured it, even with the FreeBSD's Beastie in the right corner. What? Do you run FreeBSD and Mutt on the phone?

Re: How to delete message with purge=no?

2024-04-10 Thread Will Yardley
On Wed, Apr 10, 2024 at 08:22:03PM +0800, Sadeep Madurange wrote: > When deleting emails (with d), I get a prompt for purging them. I'd like > to silence that prompt with 'no'. And, see the prompt when I change > folder, or better yet, when I quit mutt. > > Is there a way to do this? If I'm

Re: Question about message id

2024-04-10 Thread Will Yardley
On Wed, Apr 10, 2024 at 01:05:09PM +0800, Kevin J. McCarthy wrote: > On Tue, Apr 09, 2024 at 09:33:06AM -0700, Will Yardley wrote: > > side note: using quotes around the template screws things up, that is, > > set message_id_format="" > > vs > > set message_id_format= > > > > results in a broken

Re: How to delete message with purge=no?

2024-04-10 Thread meine via Mutt-users
On Wed, Apr 10, 2024 at 08:22:03PM +0800, Sadeep Madurange wrote: > Hello, > > When deleting emails (with d), I get a prompt for purging them. I'd like > to silence that prompt with 'no'. And, see the prompt when I change > folder, or better yet, when I quit mutt. > > Is there a way to do this?

How to delete message with purge=no?

2024-04-10 Thread Sadeep Madurange
Hello, When deleting emails (with d), I get a prompt for purging them. I'd like to silence that prompt with 'no'. And, see the prompt when I change folder, or better yet, when I quit mutt. Is there a way to do this? -- Sadeep Madurange PGP: 103BF9E3E750BF7E

Re: pretty-print mutt emails

2024-04-10 Thread Nuno Silva via Mutt-users
On 2024-04-10, Matthias Apitz wrote: > El día martes, abril 09, 2024 a las 06:54:46 -0400, H escribió: > >> On 04/07/2024 07:42 AM, Matthias Apitz wrote: >> > I do use on FreeBSD muttprint: >> > >> > Name : muttprint >> > Version: 0.73_5 [...] >> > WWW:

Re: pretty-print mutt emails

2024-04-10 Thread Matthias Apitz
El día miércoles, abril 10, 2024 a las 07:25:11 +0200, Matthias Apitz escribió: > I could make it available on my Internet host. About any RPM I don't > know much. On my Linux mobilephone, running a Debian I see: > > $ apt search muttprint > muttprint/byzantium 0.73-10 all > Pretty printing of

Re: Question about message id

2024-04-10 Thread Ебрашка
Thanks everyone for the replies and discussion, something to ponder. Всем спасибо за ответы и дискуссию, есть над чем поразмышлять.

Re: pretty-print mutt emails

2024-04-09 Thread Matthias Apitz
El día martes, abril 09, 2024 a las 06:54:46 -0400, H escribió: > On 04/07/2024 07:42 AM, Matthias Apitz wrote: > > I do use on FreeBSD muttprint: > > > > Name : muttprint > > Version: 0.73_5 > > Installed on : Sun Sep 24 11:32:52 2023 CEST > > Origin : print/muttprint

Re: Question about message id

2024-04-09 Thread Kevin J. McCarthy
On Tue, Apr 09, 2024 at 09:33:06AM -0700, Will Yardley wrote: side note: using quotes around the template screws things up, that is, set message_id_format="" vs set message_id_format= results in a broken message-id with the quotes inside the angle brackets (Message-ID: <"xyz">) That shouldn't

Re: pretty-print mutt emails

2024-04-09 Thread H
On 04/07/2024 07:42 AM, Matthias Apitz wrote: > I do use on FreeBSD muttprint: > > Name : muttprint > Version: 0.73_5 > Installed on : Sun Sep 24 11:32:52 2023 CEST > Origin : print/muttprint > Architecture : FreeBSD:14:amd64 > Prefix : /usr/local > Categories

Re: Question about message id

2024-04-09 Thread Cameron Simpson
On 09Apr2024 07:11, Michael Kjörling wrote: On 9 Apr 2024 07:32 +1000, from c...@cskk.id.au (Cameron Simpson): _Or_ you could "set sendmail=" to a script of your own to add a message-id header - that is what mutt uses to deliver the message to a mail system - you could add a header there then

Re: Question about message id

2024-04-09 Thread Dan Ritter
Cameron Simpson wrote: > On 07Apr2024 13:19, Ебрашка wrote: > > Question, what should I write in .muttrc to make my outgoing mails have > > the same beautiful message-ID as Yandex mail? > > For example Message-Id: <43265...@example.com> consisting of random > > digits and domain name > > I

Re: Question about message id

2024-04-09 Thread Derek Martin
On Tue, Apr 09, 2024 at 09:25:56AM -0700, Will Yardley wrote: > On Tue, Apr 09, 2024 at 11:33:55AM -0400, Derek Martin wrote: > > If so that feature may not be working correctly... > > That is the old format for the mutt version I'm using. The new format > looks like > > > > Thought you were

Re: Question about message id

2024-04-09 Thread Will Yardley
On Tue, Apr 09, 2024 at 11:33:55AM -0400, Derek Martin wrote: > > I think some people mentioned some minor threading issues with the new > > format? > > Is that so? I don't recall noticing anything about that... I'd love a > pointer to some details, if anyone has that. It's possible that it was

Re: Question about message id

2024-04-09 Thread googly . negotiator862
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

Re: Question about message id

2024-04-09 Thread Will Yardley
On Tue, Apr 09, 2024 at 11:33:55AM -0400, Derek Martin wrote: > On Tue, Apr 09, 2024 at 08:05:06AM -0700, Will Yardley wrote: > > On Tue, Apr 09, 2024 at 10:53:41AM -0400, Derek Martin wrote: > > > The unfathomable thing about this question is why you (or anyone) > > > should care in the slightest

Re: Question about message id

2024-04-09 Thread Derek Martin
On Tue, Apr 09, 2024 at 08:05:06AM -0700, Will Yardley wrote: > On Tue, Apr 09, 2024 at 10:53:41AM -0400, Derek Martin wrote: > > The unfathomable thing about this question is why you (or anyone) > > should care in the slightest what your message ID looks like. > > That's totally true, but I

Re: Question about message id

2024-04-09 Thread Will Yardley
On Tue, Apr 09, 2024 at 10:53:41AM -0400, Derek Martin wrote: > The unfathomable thing about this question is why you (or anyone) > should care in the slightest what your message ID looks like. That's totally true, but I still like the classic Mutt message-id format. Maybe it's just nostalgia,

Re: Question about message id

2024-04-09 Thread Derek Martin
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? The unfathomable thing about this question is why you (or anyone) should care in the slightest what your message ID

Re: Question about message id

2024-04-09 Thread Michael Kjörling
On 9 Apr 2024 07:32 +1000, from c...@cskk.id.au (Cameron Simpson): > You could (a) turn on "set edit_headers=yes" so the headers are visible in > your message and (b) have your editor startup make one? This is what I do in order to have a UUID message-ID, which Mutt doesn't support natively. >

Re: Question about message id

2024-04-08 Thread Will Yardley
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? > For example Message-Id: <43265...@example.com> consisting of random > digits and domain name There was a long

Re: Question about message id

2024-04-08 Thread Cameron Simpson
On 07Apr2024 13:19, Ебрашка wrote: Question, what should I write in .muttrc to make my outgoing mails have the same beautiful message-ID as Yandex mail? For example Message-Id: <43265...@example.com> consisting of random digits and domain name I think it would be enough to supply your own

Re: Question about message id

2024-04-08 Thread Cameron Simpson
On 07Apr2024 18:23, Anton Sharonov wrote: On Sun, Apr 07, 2024 at 09:23:07AM -0600, Charles Cazabon via Mutt-users wrote: There's a good reason for that; it help to ensure uniqueness, which prevents problems with threading. By limiting itself to only digits, Yandex's IDs are much more likely

Re: Question about message id

2024-04-07 Thread Michael Kjörling
On 7 Apr 2024 18:23 +0200, from anton.sharo...@gmail.com (Anton Sharonov): >>> For example Message-Id: <43265...@example.com> consisting of random >>> digits and domain name >> >> There's a good reason for that; it help to ensure uniqueness, which prevents >> problems with threading. By limiting

Re: Question about message id

2024-04-07 Thread Anton Sharonov
On Sun, Apr 07, 2024 at 09:23:07AM -0600, Charles Cazabon via Mutt-users wrote: > Ебрашка wrote: > > my mails have Message-ID: . Question, what > > should I write in .muttrc to make my outgoing mails have the same beautiful > > message-ID as Yandex mail? > > My first question would be, why do

Re: Question about message id

2024-04-07 Thread Charles Cazabon via Mutt-users
Ебрашка wrote: > my mails have Message-ID: . Question, what > should I write in .muttrc to make my outgoing mails have the same beautiful > message-ID as Yandex mail? My first question would be, why do you care what the Message-ID: field contents look like? Virtually no-one will ever look at

Question about message id

2024-04-07 Thread Ебрашка
Message-Id: <254061712447...@mail.yandex.ru> - this is how Message-Id looks like when I receive an e-mail sent from Yandex mail web interface. When I send a mail via mutt with activated option set hostname = example.com, my mails have Message-ID: . Question, what should I write in .muttrc to make

Re: pretty-print mutt emails

2024-04-07 Thread Matthias Apitz
I do use on FreeBSD muttprint: Name : muttprint Version: 0.73_5 Installed on : Sun Sep 24 11:32:52 2023 CEST Origin : print/muttprint Architecture : FreeBSD:14:amd64 Prefix : /usr/local Categories : print mail Licenses : GPLv2 Maintainer :

Re: pretty-print mutt emails

2024-04-07 Thread Günther Noack
Hello! On Wed, Nov 24, 2021 at 05:21:10PM +, Jean Louis wrote: > * Anders Damsgaard [2021-11-22 12:05]: > > * Globe Trotter via Mutt-users [2021-11-22 00:47:10 > > +]: > > > What is the recommended way to pretty-print mutt emails? I found a > > > sourceforge perl script called

Sixel profile pictures

2024-04-06 Thread Günther Noack
Hello Mutt users! I am currently revamping my old "avatarlookup" tool [1] to work with terminal sixel graphics [2], so that I can see the sender's profile picture in the top right corner when viewing an email in mutt. Previously, I used to use w3m's terminal image hack for that (drawing over an

Re: Mutt showing ? in place of space

2024-04-03 Thread Derek Martin
On Sat, Mar 30, 2024 at 11:21:21AM -0700, googly.negotiator...@aceecat.org wrote: > ...this type of issue is really tricky because one has to be sure to > *build* against the packaged (i.e. non-base) libraries, including > cases like libncurses. IIRC this is far from automatic, some packages > as

Re: Mutt showing ? in place of space

2024-03-30 Thread googly . negotiator862
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"

Re: Mutt showing ? in place of space

2024-03-30 Thread Sadeep Madurange
Hello Derek, On 2024-03-30 09:21:53, Derek Martin wrote: > However I would point out that your own post said that you had left > LANG unset. Did you try setting LANG (and unsetting all the other > environment variables, and Mutt's charset variable) as I suggested? > Did you then also look at the

Re: Mutt showing ? in place of space

2024-03-30 Thread Derek Martin
Sandeep, On Sat, Mar 30, 2024 at 10:21:30AM +0800, Sadeep Madurange wrote: > On 2024-03-29 16:47:22, Derek Martin wrote: > > [*] Except in extremely rare and completely esoteric cases that apply > > only to experts... and by now should really apply to no one. > > Thank you for patiently

Re: Mutt showing ? in place of space

2024-03-29 Thread Sadeep Madurange
Hello Derek, On 2024-03-29 16:47:22, Derek Martin wrote: > On Sat, Mar 23, 2024 at 07:41:45PM +0800, Sadeep Madurange wrote: > > Initially, LANG was unset and LC_CTYPE="C". The character encoding > > was US-ASCII. I changed these variables (i.e., LANG, LC_CTYPE and > > locale settings) to

Re: Mutt showing ? in place of space

2024-03-29 Thread Derek Martin
On Fri, Mar 29, 2024 at 03:03:54PM -0700, Bob Crochelt wrote: > Thank you Derek! > Bob Crochelt No problem, glad I could help. I had to figure this stuff all out the hard way 20 years ago, when I moved to Korea and suddently needed to be able to type in both English and Korean... I've been

Re: Mutt showing ? in place of space

2024-03-29 Thread Bob Crochelt
Thank you Derek! Bob Crochelt On Fri, Mar 29, 2024, at 13:47, Derek Martin wrote: > On Sat, Mar 23, 2024 at 07:41:45PM +0800, Sadeep Madurange wrote: >> Initially, LANG was unset and LC_CTYPE="C". The character encoding was >> US-ASCII. I changed these variables (i.e., LANG, LC_CTYPE and locale

Re: Mutt showing ? in place of space

2024-03-29 Thread Derek Martin
On Sat, Mar 23, 2024 at 07:41:45PM +0800, Sadeep Madurange wrote: > Initially, LANG was unset and LC_CTYPE="C". The character encoding was > US-ASCII. I changed these variables (i.e., LANG, LC_CTYPE and locale > settings) to en_US.UTF-8. Then the ? changed to ?. So, looks like you > are on to

Re: Mutt showing ? in place of space

2024-03-23 Thread Sadeep Madurange
On 2024-03-23 12:52:40, Sirius Rayner-Karlsson via Mutt-users wrote: > In days of yore (Sat, 23 Mar 2024), Sadeep Madurange thus quoth: > > On 2024-03-23 11:10:11, Sirius via Mutt-users wrote: > > > In days of yore (Sat, 23 Mar 2024), Sadeep Madurange thus quoth: > > > > When I view the

Re: Mutt showing ? in place of space

2024-03-23 Thread Sirius Rayner-Karlsson via Mutt-users
In days of yore (Sat, 23 Mar 2024), Sadeep Madurange thus quoth: > On 2024-03-23 11:10:11, Sirius via Mutt-users wrote: > > In days of yore (Sat, 23 Mar 2024), Sadeep Madurange thus quoth: > > > When I view the following email in mutt, I see a bunch of question marks > > > where the spaces are.

Re: Mutt showing ? in place of space

2024-03-23 Thread Sadeep Madurange
On 2024-03-23 11:10:11, Sirius via Mutt-users wrote: > In days of yore (Sat, 23 Mar 2024), Sadeep Madurange thus quoth: > > When I view the following email in mutt, I see a bunch of question marks > > where the spaces are. I checked the codepoints and they all seem to be > > the normal space

Re: Mutt showing ? in place of space

2024-03-23 Thread Sirius via Mutt-users
In days of yore (Sat, 23 Mar 2024), Sadeep Madurange thus quoth: > Hello, > > When I view the following email in mutt, I see a bunch of question marks > where the spaces are. I checked the codepoints and they all seem to be > the normal space (0x20) character in the ASCII table. My initial

Mutt showing ? in place of space

2024-03-22 Thread Sadeep Madurange
Hello, When I view the following email in mutt, I see a bunch of question marks where the spaces are. I checked the codepoints and they all seem to be the normal space (0x20) character in the ASCII table. This happens fairly often. Usually with git patches or emails hat contain the output of

mutt 2.2.13 released

2024-03-09 Thread Kevin J. McCarthy
Hi Mutt Users, I've just released version 2.2.13. Instructions for downloading are available at , or the tarball can be directly downloaded from . Please take the time to verify the signature file against my public key[1]. This

how to display the subscription status of imap folders?

2024-03-07 Thread fi
Dear Mutt Users browsing folders of an IMAP server looks like this 1 N IMAP ../ 2 IMAP first. 3 IMAP +more. 4 IMAP xyz. 5 IMAP +

Re: dynamic sig based off imap folder

2024-01-15 Thread void
Thank you both. I'll be trying this shortly :D --

Re: Cascading directory display + Colourised folders after using "c" to indicate folders with mail newer than x hours

2024-01-14 Thread Philip Rhoades via Mutt-users
People, I never received a response re the stuff below (so I presume it is not possible) - but the colourised folder idea also would be helpful to me . . Thanks, Phil. On 2022-07-13 23:58, p...@pricom.com.au wrote: People, In my Maildir structure I have subfolders of subfolders eg they

Re: dynamic sig based off imap folder

2024-01-14 Thread Todd Zullinger
Hi, void wrote: > I have various mailing list emails filtered on the server > by the mail provider going into various imap folders, based > on various properties of the email, like List-Id: for example. > > What I'd like to have within mutt is for it to dynamically > decide which signature file

Re: dynamic sig based off imap folder

2024-01-14 Thread Michael Kjörling
On 14 Jan 2024 15:47 +, from v...@f-m.fm (void): > What I'd like to have within mutt is for it to dynamically > decide which signature file to use based on what imap > folder the mail being replied to is in. You can use a set of folder-hook stanzas to set $signature. For example:

dynamic sig based off imap folder

2024-01-14 Thread void
Hi, I have various mailing list emails filtered on the server by the mail provider going into various imap folders, based on various properties of the email, like List-Id: for example. What I'd like to have within mutt is for it to dynamically decide which signature file to use based on what

Re: Threads based on a custom header

2024-01-10 Thread Dan Ritter
dm1...@gmail.com wrote: > Hi all, > > Is it possible to display messages (preferably automatically, as soon > as the messages get in the mailbox) as one thread based on a value of > a custom header? That is, all the messages that have the X header with > the same value. If you have threading

Threads based on a custom header

2024-01-10 Thread dm1...@gmail.com
Hi all, Is it possible to display messages (preferably automatically, as soon as the messages get in the mailbox) as one thread based on a value of a custom header? That is, all the messages that have the X header with the same value. Best, -- Dmitry

Re: Forwarding a false positive classified message

2024-01-04 Thread Michael Kjörling
On 4 Jan 2024 18:42 +0800, from kai.we...@glorybox.de (Kai Weber): > From time to time I have to report a falsly classified message to my > mail provider so that they can adjust their filters. I am looking > for a way to automate that: > > 1. Forward selected mail as attachement to x...@foo.com >

Re: Forwarding a false positive classified message

2024-01-04 Thread Todd Zullinger
Hi, Kai Weber wrote: > From time to time I have to report a falsly classified > message to my mail provider so that they can adjust their > filters. I am looking for a way to automate that: > > 1. Forward selected mail as attachement to x...@foo.com > 2. Set Subject to "reporting false positive

Forwarding a false positive classified message

2024-01-04 Thread Kai Weber
>From time to time I have to report a falsly classified message to my mail >provider so that they can adjust their filters. I am looking for a way to >automate that: 1. Forward selected mail as attachement to x...@foo.com 2. Set Subject to "reporting false positive -- [original subject]" 3.

  1   2   3   4   5   6   7   8   9   10   >