Re: Custom location for .mailcap?

2022-08-23 Thread Dan Ciprus (dciprus)

On Tue, Aug 23, 2022 at 06:29:28PM -0500, X Tec wrote:

Hello.

I'm wondering, is it possible to specify a different custom location for 
~/.mailcap, and different from the defaults?
Thanks beforehand for your attention.


set mailcap_path = ~/.config/neomutt/mailcap

--
Daniel Ciprus

[ curl -L http://git.io/unix ]


signature.asc
Description: PGP signature


Re: POP3: keep messages in server for x days

2022-08-23 Thread Charles Cazabon
X Tec  wrote:
>
> I already know about pop_delete and pop_last; but is it possible to tell
> Mutt something like "keep messages in remote server, but only for a certain
> amount of time"?

If you're willing to use an external tool for POP, getmail has exactly that
functionality.  It can be configured to deliver to local maildirs, mbox files,
or just about anything else, so it's easy to integrate with mutt.

Charles
-- 
---
Charles Cazabon
GPL'ed software available at:   http://pyropus.ca/software/
---


Custom location for .mailcap?

2022-08-23 Thread X Tec
Hello.

I'm wondering, is it possible to specify a different custom location for 
~/.mailcap, and different from the defaults?
Thanks beforehand for your attention.


POP3: keep messages in server for x days

2022-08-23 Thread X Tec
Hello again.

Title.
I already know about pop_delete and pop_last; but is it possible to tell Mutt 
something like "keep messages in remote server, but only for a certain amount 
of time"?
Thanks again.


Opening MIME PDF directly in Mutt's attachment visor

2022-08-23 Thread X Tec
When mailcap is not configured, trying to open a PDF results in viewing it as 
"text" in Mutt's attachment visor.

I configured mailcap to view PDF with pdftotext, but it results in "opening" it 
just for a "blink" moment, then back to Mutt.
How could I properly configure this?

Thanks again.


Re: CC to self

2022-08-23 Thread Rene Kita
On Tue, Aug 23, 2022 at 11:44:48AM -0400, Haines Brown wrote:
> For some time I had muttrc set up so that a copy of every messge 
> going out was sent back to me. 
> 
> For some reason, it ceased doing so. I see no line in my muttrc that 
> defines an address for CC in the mutt header. I would like to restore 
> that line, but have not been able to find the syntax to do so.

my_hdr Cc: u...@example.com

See http://www.mutt.org/doc/manual/manual.html#my-hdr


Re: CC to self

2022-08-23 Thread Jan Eden
Hi,

my_hdr Bcc: my.addr...@domain.com

Best,
Jan

On 2022-08-23 11:44, Haines Brown wrote:
> For some time I had muttrc set up so that a copy of every messge 
> going out was sent back to me. 
> 
> For some reason, it ceased doing so. I see no line in my muttrc that 
> defines an address for CC in the mutt header. I would like to restore 
> that line, but have not been able to find the syntax to do so.
> 
> Haines Brown 


signature.asc
Description: PGP signature


Re: CC to self

2022-08-23 Thread David Lowry-Duda

On Tue, Aug 23, 2022 at 11:44:48AM -0400, Haines Brown wrote:

For some time I had muttrc set up so that a copy of every messge
going out was sent back to me.

For some reason, it ceased doing so. I see no line in my muttrc that
defines an address for CC in the mutt header. I would like to restore
that line, but have not been able to find the syntax to do so.


This can be done using `my_hdr`, for example

```
my_hdr cc: an.em...@address.com
```

- DLD


Re: CC to self

2022-08-23 Thread Haines Brown
On Tue, Aug 23, 2022 at 11:44:48AM -0400, Haines Brown wrote:
> For some time I had muttrc set up so that a copy of every messge 
> going out was sent back to me. 
> 
> For some reason, it ceased doing so. I see no line in my muttrc that 
> defines an address for CC in the mutt header. I would like to restore 
> that line, but have not been able to find the syntax to do so.

My apologies. I didn't do anyting but look at muttrrd, and the desired 
behavior mangically rappeared. 
 
> Haines Brown 


CC to self

2022-08-23 Thread Haines Brown
For some time I had muttrc set up so that a copy of every messge 
going out was sent back to me. 

For some reason, it ceased doing so. I see no line in my muttrc that 
defines an address for CC in the mutt header. I would like to restore 
that line, but have not been able to find the syntax to do so.

Haines Brown