deuglifing articles

2022-06-10 Thread GH
Hi, how can I set functions on articles when I open it to read, maybe a hook? I want for example run (gnus-article-outlook-deuglify-article) on open an article Also, many mails from gmail are using Top Posting[1] style, any function to deuglify it? [1] https://en.wikipedia.org/wiki/Etiquette

Re: deuglifing articles

2022-06-10 Thread GH
Emanuel Berg writes: > but how do you intend to deuglify the posting style and into what? maybe a function that count the ">" sorting, for example, ">>>" on top of ">>" idk

Reply-To in gnus message

2022-06-10 Thread GH
I set: (setq mail-default-reply-to "u...@example.org") It insert "Reply-To: u...@example.org" header when I do M-x mail RET but it dont work when I hit "m" key in gnus *Group* buffer, or when I hit "r" or "f" to reply or follow an article in summary buffer, because it use message stuff how ca

Re: Reply-To in gnus message

2022-06-11 Thread GH
Adam Sjøgren writes: > In Gnus you can use gnus-posting-styles, something like: > (setq gnus-posting-styles > '((".*" > (reply-to "u...@example.org") > ))) > This makes it easy to do things depending on the name of the group. wow `gnus-posting-styles' is

Denied posting the From looks strange

2022-09-12 Thread GH
Im testing mail stuff and I need send a mail with an "strange From" I need that my from be like: user@hash I can not use user@hash.localdomain configuring /etc/hosts or similar. I need user@hash . But gnus denied my post and say: "Denied posting -- the From looks strange" How can config gnus

Re: Denied posting the From looks strange

2022-09-13 Thread GH
Adam Sjøgren writes: > Take a look at the variable message-syntax-checks - it might allow you > to disable the from check you don't want? Default *message-syntax-checks* value: '((sender . disabled)) I set: (setq message-syntax-checks '((sender . disabled) (from .

Re: Signing a message with S/MIME in Gnus?

2022-11-03 Thread GH
Angel de Vicente writes: > It is very weird, maybe a bug, because I have set epg-pinentry-mode to > loopback, which is supposed to use the Emacs minibuffer to ask for the > passphrase of private keys. This works perfect for PGP but it throws > an error for SMIME "Signing failed (unknown reason)".

duplicated mails

2023-01-15 Thread GH
Ive many duplicated mails because gnus fetch 2 times from my pop server (it was fixed) any function to remove duplicated mails?

Re: duplicated mails

2023-01-15 Thread GH
Emanuel Berg writes: > GH wrote: >> Ive many duplicated mails because gnus fetch 2 times from my >> pop server (it was fixed) >> any function to remove duplicated mails? > Maybe you are looking for this - it doesn't do exactly that, > but I think it