Re: bouncing email and "from" address

2024-07-24 Thread Ofer Inbar
On Wed, Jul 24, 2024 at 09:17:13PM +0100, Peter Flynn wrote: > >However .. when I use the "bounce" feature, mutt is not using my From: > >header. It's generating a From: address using the actual name of the > >individual host, hy...@alfred.nasalinux.net , and I don't want it to > >do that. > > M

Re: mutt with gmail and okta?

2024-06-24 Thread Ofer Inbar
On Mon, Jun 24, 2024 at 01:59:45PM -0700, Will Yardley wrote: > Creating an app password, if you're allowed to by organization policy, > is going to be by far the simplest option, I think. I wouldn't trust static app passwords, nor would I trust our security group if they allowed it, but I'm pret

mutt with gmail and okta?

2024-06-24 Thread Ofer Inbar
Is it possible to use mutt with gmail's IMAP for a Google account that uses Okta single sign-on? -- Cos

Can I make thread collapse status "stickier"?

2023-09-01 Thread Ofer Inbar
I use a LOT, and have a bunch of macros defined that use it - it's one of the most common things I do when browsing my inbox. I have this to be able to reset to all messagess: macro index \cA "all^M" So, my typical pattern is to use one of my hotkeys that sets some filter, look at the results

Re: filter on date

2023-06-02 Thread Ofer Inbar
You could filter on the Date: header with a regex. ~h'Date:.* [1] [A-Z]' Look for emails that have a Date: header that have a "1" with spaces around it, followed by a capital letter. That works for me for selecting emails sent on the first of any month. -- Cos

Re: Forward with attachments

2023-04-27 Thread Ofer Inbar
I'm just writing to say that this is something I've long wished for from mutt: A very easy to to either forward or reply and include the same attachments that were attached to the original, as attachments to my new email (my reply or forward). These days I usually do it by hitting 'v' on the origi

Re: How do I see the text/html version of an email?

2023-04-23 Thread Ofer Inbar
On Sun, Apr 23, 2023 at 12:50:18PM -0400, Todd Zullinger wrote: > José María Mateos wrote: > > On Sun, Apr 23, 2023 at 02:56:35PM +, Alan Mackenzie wrote: > >> Some considerate organisation has been sending me MIME mails with > >> content in a text/html section and a wholly blank text/plain ve

Re: How do I see the text/html version of an email?

2023-04-23 Thread Ofer Inbar
Very easy. Either in the index with that message selected, or when viewing the (blank) message, hit "v". You'll see a list of all the MIME portions of the message. Move the pointer to the html version (using j k just like in the regular index) and hit enter to view it. -- Cos

Re: Handling multiple From addresses

2022-09-05 Thread Ofer Inbar
;) Each .mutt/headers... file looks somewhat like this: -- unmy_hdr * my_hdr X-URL: ... my_hdr From: Ofer Inbar set status_format="-%r- %f: cos@somedomain ---[Msgs:%?M?%M/?%m%?n?New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Po

Re: searching across folders using mutt

2022-05-30 Thread Ofer Inbar
On Sun, May 29, 2022 at 11:31:51PM -0500, Greg Marks wrote: > According to the man page for notmuch: > >Mail storage that uses mbox format, (where one mbox file >contains many messages), will not work with notmuch. If >that's how your mail is currently stored, it is recommended >

Re: A bit off-topic: problems with sending to a Gmail user

2022-03-12 Thread Ofer Inbar
> PS: maybe there is an option in gmail for users to whitelist senders > from whom they want to receive mail? Yes, sort of. There is no absolute whitelist, but there are two things a gmail user can do to make it much less likely that mail from a particular sender is marked as spam. 1. Have that

Re: How is this spam hiding from mutt search?

2022-02-01 Thread Ofer Inbar
On Tue, Feb 01, 2022 at 10:16:51AM -0800, "Kevin J. McCarthy" wrote: > On Tue, Feb 01, 2022 at 10:36:29AM -0500, Ofer Inbar wrote: > >From: "WeTeachSex" > > >One feature they all share is that "support_id:" prefix in the fake > >email ad

How is this spam hiding from mutt search?

2022-02-01 Thread Ofer Inbar
I've been getting occasional spam recently that follows a common pattern in the From: header. Below is the full header section of one of these emails, as an example: -- >From MAILER-DAEMON Tue Feb 1 10:20:50 2022 Return-Path: <>

Re: Search program that can find an E-Mail with an exact Date: match

2021-11-29 Thread Ofer Inbar
On Mon, Nov 29, 2021 at 12:03:31PM +, Chris Green wrote: > From: Chris Green > Sender: Mutt-users > To: mutt-users@mutt.org > Date: Mon, 29 Nov 2021 12:03:31 + > Subject: Search program that can find an E-Mail with an exact Date: match > I'm looking for a way to find (and display) an E-

Re: OT: "domain-level" email hosting services?

2021-10-24 Thread Ofer Inbar
Nathan Stratton Treadway wrote: > On Sat, Oct 23, 2021 at 09:55:12 -0400, Ofer Inbar wrote: > > I run postfix on a cheap cloud-hosted linux instance. That does mean > Do any of you have specific recommendations for cheap cloud providers > who don't mind customers running th

Re: OT: "domain-level" email hosting services?

2021-10-23 Thread Ofer Inbar
I run postfix on a cheap cloud-hosted linux instance. That does mean I sometimes have to deal with deliverability issues which can be annoying. However, I've searched for a more fully managed email hosting service that would let me see my logs, including logs of attempts to connect to deliver to m

Re: using mutt with postfix and localhost:25

2021-09-13 Thread Ofer Inbar
On Mon, Sep 13, 2021 at 08:33:43AM +0300, Jean Louis wrote: > * Ofer Inbar [2021-09-13 02:15]: > > > All I do is: > > > > > > sudo  ssh -L 25:mailhub:25 username@your_server > > > > > > And then, configuring 'localhost' as my smtp

Re: using mutt with postfix and localhost:25

2021-09-12 Thread Ofer Inbar
> All I do is: > > sudo  ssh -L 25:mailhub:25 username@your_server > > And then, configuring 'localhost' as my smtp server on port 25 gets my mail > sent directly forward through the SSH link. Ahh, you left out a key piece of information: Postfix is *not* running on your local host. Instead, y

Re: displaying html links inside mutt

2021-09-10 Thread Ofer Inbar
A related problem you may be experiencing is that a lot of automated email, and a lot of mailing list authoring software (used by lists you may subscribe to) generate faulty multipart emails. Often, they automatically create a plain text version from the HTML content that the sender created, but f

Re: mutt with exchange+okta?

2021-06-11 Thread Ofer Inbar
Gregory Anders wrote: > On Fri, 11 Jun 2021 08:46 -0400, Ofer Inbar wrote: > >At past jobs I've always used mutt for internal email, but currently > >I'm at a company that uses Office 365 and will not enable IMAP on that > >service. Reading between the lines (the

mutt with exchange+okta?

2021-06-11 Thread Ofer Inbar
At past jobs I've always used mutt for internal email, but currently I'm at a company that uses Office 365 and will not enable IMAP on that service. Reading between the lines (the IT department is not very open), and based on some searches for information on the web, I strongly suspect this is bec

highlighting folded headers - mutt bug?

2001-08-16 Thread Ofer Inbar
In my muttrc I have: mono header bold cos@ What I'd really like to do, is have it highlight any occurences of any of my various email addresses, particularly when they appear buried in the middle of a very long Received: line. Unfortunately, what mutt actually does is, if the *first* line of the

Re: escape commands sometimes ignored...

2001-08-15 Thread Ofer Inbar
n two boxes exhibiting this behavior. One of them forces a delay of about 1 second, the other requires me to wait more than a second and a half, for my escape combos to work. How did 100 milliseconds turn into >1 second? Why was the required delay so small before that I never noticed it, and

Re: escape commands sometimes ignored...

2001-08-14 Thread Ofer Inbar
n two boxes exhibiting this behavior. One of them forces a delay of about 1 second, the other requires me to wait more than a second and a half, for my escape combos to work. How did 100 milliseconds turn into >1 second? Why was the required delay so small before that I never noticed it, and

escape commands sometimes ignored...

2001-08-14 Thread Ofer Inbar
100.1 FM, Waltham MA | my_hdr X-URL: http://www.wbrs.org/ | my_hdr From: Ofer Inbar <[EMAIL PROTECTED]> | set status_format="-%r- %f: [EMAIL PROTECTED] ---[Msgs:%?M?%M/?%m%?n? New:%n?%?d? |Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b? |%l]---(%s%?S?/%S?)-%>-(%P)---" | se