Is it possible to make mu4e index nntp articles cached by gnus-agent?

2017-12-23 Thread Andrzej A. Filip
Is it possible to make mu4e index nntp articles cached by gnus-agent?

It seems that mu4e wants maildir but gnus-agent uses mh (?).

-- 
A. Filip

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: Trigger spell checking before sending [flyspell?]

2016-02-12 Thread Andrzej A. Filip
Emanuel Berg  wrote:
> "Andrzej A. Filip"  writes:
>
>> Do you use flyspell? It may deliver what you want in
>> another way.
>
> Ispell is better. Write, then spell, then send. Do it
> all at once you loose your mindfulness and the result
> will suffer. Flyspell sounds good but in practice too
> many words that should be there aren't, which means
> correct words will pop up as incorrect or unknown all
> the time while typing. This is when the brain should
> not focus on spelling but on conveying a message from
> one person to another. The fingers should do the
> spelling and in time they will. For the occasional
> mistake spellcheck just before send is a much
> better idea.

My opinion is quite different but I sure you are the expert in judging
what is the best for YOU :-) .  I am sure flyspell is a thing worth to
_try_ .  I am quite sure it will not be the best choice _for everyone_ .

After a few months+ of flyspelling I get bad spelling marks hardly ever.

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: Trigger spell checking before sending [flyspell?]

2016-02-11 Thread Andrzej A. Filip
Pietro  wrote:
> Hi all,
>
> I normally use the ispell-buffer command before sending an email or
> article to check what I have written, anyway sometimes I just forgot it.
>
> Is there a way to configure Gnus to start the spell check before sending
> the message ? I was thinking of an "hook"  which can be configured to
> call a function - as ispell-buffer - triggered by the send command.
>
> Does it make any sense at all ?

Do you use flyspell?  It may deliver what you want in another way.

https://www.gnu.org/software/emacs/manual/html_node/emacs/Spelling.html
> flyspell mode is a minor mode that performs automatic spell checking
> as you type. When it finds a word that it does not recognize, it
> highlights that word. Type M-x flyspell-mode to toggle Flyspell mode
> in the current buffer. To enable Flyspell mode in all text mode
> buffers, add flyspell-mode to text-mode-hook. See Hooks.
> When Flyspell mode highlights a word as misspelled, you can click on
> it with Mouse-2 to display a menu of possible corrections and
> actions. You can also correct the word by editing it manually in any
> way you like.  

-- 
A. Filip

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


nntp-prepare-post-hook in ~/.gnus

2016-01-28 Thread Andrzej A. Filip
How to add hook to nntp-prepare-post-hook in ~/.gnus?
Simple minded attempt below has no effect:

(add-hook 'nntp-prepare-post-hook 'my-nntp-rewrite)

* package emacs24 in Debian/testing
* gnus is started via gnus-unplugged

P.S.  My current "fix for testing purposes" installs it from another hook.

-- 
A. Filip

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: message-send-news-hook : external filter and "raw utf-8" body

2016-01-28 Thread Andrzej A. Filip
"Andrzej A. Filip"  wrote:
> I am trying to deploy the answer regarding filtering typical usenet messages
> „rewrite outgoing messages/posts by external program/filter”
> http://stackoverflow.com/a/31451576/2139766
>
> It fails to process message with "raw utf-8" bodies when deployed using
> message-send-news-hook. It gives error:
>
> Assertion failed: (save-excursion (goto-char (point-min)) (not 
> (re-search-forward "^\000-\377]" nil t)))
>
> [The error message is displayed slightly differently than defined in 
> gnus/message.el.]
>
> It seems that gnus threats legitimate "raw utf-8" characters in message
> body as lack of proper encoding.
>
> How to make the recipe process corectly "raw utf-8" message bodies?
>
>
>
> Mime headers of the filtered message:
>
> Mime-Version: 1.0
> Content-Type: text/plain; charset=utf-8
> Content-Transfer-Encoding: 8bit

Setting coding-system-for-read and coding-system-for-write to binary
fixed the problem.

-- 
A. Filip

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


message-send-news-hook : external filter and "raw utf-8" body

2016-01-26 Thread Andrzej A. Filip
I am trying to deploy the answer regarding filtering typical usenet messages
„rewrite outgoing messages/posts by external program/filter”
http://stackoverflow.com/a/31451576/2139766

It fails to process message with "raw utf-8" bodies when deployed using
message-send-news-hook. It gives error:

Assertion failed: (save-excursion (goto-char (point-min)) (not 
(re-search-forward "^\000-\377]" nil t)))

[The error message is displayed slightly differently than defined in 
gnus/message.el.]

It seems that gnus threats legitimate "raw utf-8" characters in message
body as lack of proper encoding.

How to make the recipe process corectly "raw utf-8" message bodies?



Mime headers of the filtered message:

Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english


Re: nnimap vs nnmaildir & nnir

2015-08-12 Thread Andrzej A. Filip
Gabriel Hidasy Rezende  wrote:
> For me nnmaildir is unbearably slow for large groups (almost one hour to
> load my archive folder with just a little over 2GB of mail)
>
> nnimap was a much faster and better solution, as some times I need to
> read mail offline I installed a local IMAP server (dovecot) and
> configured offlineimap to sync everything

Have you considered making gnus access maildir via "server less IMAP"?
It can be done using dovecot's programs.  I use it in my gnus config.

-- 
A. Filip

___
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english