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
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
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
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
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
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 .
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)".
Ive many duplicated mails because gnus fetch 2 times from my pop server (it was
fixed)
any function to remove duplicated mails?
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