saving incoming messages to MH folder

2015-12-02 Thread hymie
Greetings. I've been using a pre-compiled copy of mutt 1.4.2.3i . I use MH as my underlying email system. My .muttrc includes these two lines.. set folder=/home/hymie/Mail/inbox set mbox=/home/hymie/Mail/inbox ...one of which allowed me to view my new incoming email, and then when I exit

Solved [Re: saving incoming messages to MH folder]

2015-12-03 Thread hymie
hy...@lactose.homelinux.net writes: >I've been using a pre-compiled copy of mutt 1.4.2.3i . >when I exit mutt, I would get asked... >Move read messages to /home/hymie/Mail/inbox? ([no]/yes): >...and I would answer "yes" and the email would be dropped in my >"in

Re: specify time at which mutt sends a precomposed mail?

2016-02-03 Thread hymie
Mutt is not a daemon. You will probably need to use "at". (This is not tested, but it's taken from another command that I use.) at 15:00 > mutt -x -s subject re...@fq.dn http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net "Peter P." writes: >I a

Re: leaking timezone

2016-03-21 Thread hymie
oblem is more likely in msmtp than in mutt. --hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net "Peter P." writes: >Hi list, > >please excuse me if this has been discusse before, but I have not found >a satisfactory explanation in the mailing list a

Re: leaking timezone

2016-03-21 Thread hymie
ration on his computer and/or with msmtp. I don't think mutt puts the Date: header on outgong email. --hymie!http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net

Re: mutt smtp/pop

2016-07-28 Thread hymie
It's very likely that your ISP is blocking access to port 25. Many of them do. --hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net

Re: Clear subject field

2017-11-20 Thread hymie!
Control-U ? --hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net On Mon, Nov 20, 2017 at 12:19:10PM +0100, Pétùr wrote: > Hi, > > Is there a way to quickly clear the subject of an email? > > Right now I have to delete character by character with the

Re: brow.sh terminal html rendering integration?

2018-07-10 Thread hymie
"purely text-based" to describe a program that has to run Firefox over an X connection. --hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net

Re: /var/mail/$USER read-only

2018-11-07 Thread hymie!
Did you by chance leave another copy of mutt running? It might have locked your mailbox. --hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net On Wed, Nov 07, 2018 at 09:25:31PM -0500, benfi...@gmail.com wrote: > Hi, > > My linux mail box is /var/m

mutt and MH -- bug? oddity?

2019-05-05 Thread hymie
haracter is a comma, it advances one character and continues on its way. It's not a huge problem, but it doesn't match the standard MH practice (which ignores the comma files), and it's throwing me off when the email numbers jump from 30,000 to 75,000 . Was this an intenional decision? --hymie!

Re: "mailbox externally modified. flags may be wrong"

2019-06-05 Thread hymie!
n that mutt is aware that something happened, and that it knows it may no longer be an authoritative indication of what your mailbox looks like. --hymie! On Wed, Jun 05, 2019 at 10:18:10AM -0400, Ben Gold wrote: > Mutt was working for me (to check my gmail account) for about a month. Now > it see

Re: Can I backup MH mail incrementally?

2019-07-29 Thread hymie
best option might be a cron-managed pick and refile statement. "pick" all of your email that is (let's just say) more than two months old, and "refile" it into a different folder that is soft-linked to your external disk. --hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net

toggle-new ... toggle-old ?

2021-07-29 Thread hymie
ting emails flagged with an O . Is there a single-key command, or a way to create a single-key command, that will toggle this flag off the same way? --hymie! http://nasalinux.net/~hymiehy...@nasalinux.net

Re: Search and download

2021-07-29 Thread hymie
is outside the scope of Mutt. You'll need a program that routinely checks your IMAP server and downloads waiting emails to a spool file/directory that Mutt will then read. Is "fetchmail" still a thing? --hymie! http://nasalinux.net/~hymiehy...@nasalinux.net

mutt, MH, and next message number

2022-08-03 Thread hymie
ail numbered 56789 and uses that in the "next message number" process. I'm pretty sure I can fix it by changing the "dep++;" line to "next;" I'm just wondering if there is any reason to (or not to) propogate this change into the source. In other words ... was this done on purpose ... and if so, why? --hymie!

Re: bouncing email and "from" address

2024-07-24 Thread hymie! via Mutt-users
On Wed, Jul 24, 2024 at 09:51:45AM -0700, Will Yardley wrote: > On Wed, Jul 24, 2024 at 12:06:45PM -0400, hymie! via Mutt-users wrote: > > > > my_hdr From: hymie! > > > > my_hdr From is usually used with hooks when you need to change the > address conditionally