Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
ok, so I must be missing something. I also tried tweaking the message-default-charset, changing it from nil to utf-8, with the very same result. I'm using Emacs 24.4.51 compiled a few days ago, if that matters. Thank you for any hint, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello

Re: Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Jani Nikula writes: > On Sun, 16 Nov 2014, Lele Gaifax wrote: >> Recently I started using notmuch with Emacs as the main MUA, using >> message-mode to send emails. I'm *very* satisfied, BTW! > > It doesn't seem to matter here, but are you really not using > n

Re: Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread Lele Gaifax
(signature-file "~/.signature") (name "Lele Gaifax") (organization "Nautilus Entertainments" > Could you try this patch please? > > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el > index 6e03f1e..159

Re: Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread Lele Gaifax
David Bremner writes: > Lele Gaifax writes: > >> Hi all, >> >> as you can see below, my signature contains some non-ASCII characters, >> and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my >> .emacs.el) in my home as ~/.signatur

Re: [PATCH v2] emacs: Added "is:" style completion to notmuch-read-query.

2014-12-01 Thread Lele Gaifax
variants of let/lexical-let. This is stated in the let* documentation (that is, C-h f let* RET). ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato

Address completion in Emacs

2014-12-12 Thread Lele Gaifax
t' to the customizable function instead? I understand that it may be undesiderable to break existing configurations by rectifying the arguments in that way, and in such case could we change the `initial-input' argument name to better reflect the fact that it actually contains one possibl

New "notmuch address" command

2014-12-12 Thread Lele Gaifax
suffix on its own) b) searches the given text only in the related headers (hiding the difference between "incoming" and "outgoing" messages, and not considering the body at all) c) avoids the "bug"/"feature" explained above What do you think?

Re: New "notmuch address" command

2014-12-12 Thread Lele Gaifax
reasonable! >> and not >>considering the body at all) > > What considers body now? Well, "notmuch address foo" currently does that, and that sounds useful, to obtain a list of recipients who talked about "foo". >> c) avoids the "bug"/"

Re: Address completion in Emacs

2014-12-12 Thread Lele Gaifax
David Edmondson writes: > On Fri, Dec 12 2014, Lele Gaifax wrote: >> Wouldn't it be more "correct" to pass the unchanged `options' list and >> the "real" `orig' text as `initial-input' to the customizable function >> instead? > >

Re: New "notmuch address" command

2014-12-14 Thread Lele Gaifax
Michal Sojka writes: > On Pá, pro 12 2014, Lele Gaifax wrote: >> It's not just a matter of filtering, but rather *which* address is >> emitted: trying it out, in the case above the "f...@bar.com" is not even >> mentioned in the output, because it appears o

Bridge with gmane in trouble?

2015-05-06 Thread Lele Gaifax
Hi all, I tried twice to post a message thru the gmane.org NNTP bridge, but got a "not allowed" error message back... This is not my first news message sent to this ML, so something must be out of order... Anyway, after an upgrade of my Debian sid computer I got version 0.20~rc1 installed; eve

Repost: Notmuch 0.20~rc1

2015-05-06 Thread Lele Gaifax
SOVERSION Manually tweaking that source fixed the problem for me. Thank you&bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Depero, 1929.

Select a different sender (From) at reply time

2018-01-29 Thread Lele Gaifax
he "destination" address, in other words how to determine that "I'm replying to a message that belongs to /that/ ML" within the advice, to replace the sender only in that case. Thanks in advance for any hint, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello c

Re: Select a different sender (From) at reply time

2018-01-29 Thread Lele Gaifax
he choice is automatic, but otherwise > there is a prompt. What is the reason for the explicit dme:notmuch-message-setup-hook, given that dme:notmuch-message-send-hook replaces the "From:" header by its own? ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato i

Re: Please share recommendations of mail fetcher for notmuch on GNU

2021-02-08 Thread Lele Gaifax
job here: on Debian (sid?) it has replaced the original Py2-only version. bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. l...@metapensiero.it | -- Fortunato Dep

Python notmuch2 bridge, something changed in the Database constructor

2021-12-23 Thread Lele Gaifax
ing changed in the notmuch2 bridge, or is the Database documentation out of date? Thanks in advance and happy xmass everybody! ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi

Re: Python notmuch2 bridge, something changed in the Database constructor

2021-12-24 Thread Lele Gaifax
r the config > argument should be changed. > > Can you try > > with Database(config=Database.CONFIG.SEARCH) as db: Yes, that works too. Should the Database docstring be rectified accordingly? Thank you, ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato

Re: [PATCH] emacs: add paramter to not quote original message in replies

2022-05-30 Thread Lele Gaifax
jos...@joshuao.com writes: > +will be addressed to all recipients of the source message. If > +OMIT-ORIGINAL is non-nil, the orignial message will not be quoted." s/orignial/original ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Eman

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
ok, so I must be missing something. I also tried tweaking the message-default-charset, changing it from nil to utf-8, with the very same result. I'm using Emacs 24.4.51 compiled a few days ago, if that matters. Thank you for any hint, ciao, lele. -- nickname: Lele Gaifax | Quando vivr? di quello

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Jani Nikula writes: > On Sun, 16 Nov 2014, Lele Gaifax wrote: >> Recently I started using notmuch with Emacs as the main MUA, using >> message-mode to send emails. I'm *very* satisfied, BTW! > > It doesn't seem to matter here, but are you really not using > n

Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread Lele Gaifax
(signature-file "~/.signature") (name "Lele Gaifax") (organization "Nautilus Entertainments" > Could you try this patch please? > > diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el > index 6e03f1e..159

Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread Lele Gaifax
David Bremner writes: > Lele Gaifax writes: > >> Hi all, >> >> as you can see below, my signature contains some non-ASCII characters, >> and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my >> .emacs.el) in my home as ~/.signatur

[PATCH v2] emacs: Added "is:" style completion to notmuch-read-query.

2014-12-01 Thread Lele Gaifax
variants of let/lexical-let. This is stated in the let* documentation (that is, C-h f let* RET). ciao, lele. -- nickname: Lele Gaifax | Quando vivr? di quello che ho pensato ieri real: Emanuele Gaifas | comincer? ad aver paura di chi mi copia. lele at metapensiero.it | -- Fortunato Depero, 1929.

Address completion in Emacs

2014-12-12 Thread Lele Gaifax
t' to the customizable function instead? I understand that it may be undesiderable to break existing configurations by rectifying the arguments in that way, and in such case could we change the `initial-input' argument name to better reflect the fact that it actually contains one possibl

New "notmuch address" command

2014-12-12 Thread Lele Gaifax
s the '*' suffix on its own) b) searches the given text only in the related headers (hiding the difference between "incoming" and "outgoing" messages, and not considering the body at all) c) avoids the "bug"/"feature" explained above What do yo

New "notmuch address" command

2014-12-12 Thread Lele Gaifax
t;bug"/"feature" explained above > > Yes, if you know the substring you are looking for, implementing a > filter would be trivial. It's not just a matter of filtering, but rather *which* address is emitted: trying it out, in the case above the "foo at bar.com" is not even mentioned in the output, because it appears only as a CCed recipient. thank you, ciao, lele. -- nickname: Lele Gaifax | Quando vivr? di quello che ho pensato ieri real: Emanuele Gaifas | comincer? ad aver paura di chi mi copia. lele at metapensiero.it | -- Fortunato Depero, 1929.

Address completion in Emacs

2014-12-12 Thread Lele Gaifax
David Edmondson writes: > On Fri, Dec 12 2014, Lele Gaifax wrote: >> Wouldn't it be more "correct" to pass the unchanged `options' list and >> the "real" `orig' text as `initial-input' to the customizable function >> instead? > >

New "notmuch address" command

2014-12-14 Thread Lele Gaifax
Michal Sojka writes: > On P?, pro 12 2014, Lele Gaifax wrote: >> It's not just a matter of filtering, but rather *which* address is >> emitted: trying it out, in the case above the "foo at bar.com" is not even >> mentioned in the output, because it appears o

Bridge with gmane in trouble?

2015-05-06 Thread Lele Gaifax
Hi all, I tried twice to post a message thru the gmane.org NNTP bridge, but got a "not allowed" error message back... This is not my first news message sent to this ML, so something must be out of order... Anyway, after an upgrade of my Debian sid computer I got version 0.20~rc1 installed; eve

Repost: Notmuch 0.20~rc1

2015-05-07 Thread Lele Gaifax
SOVERSION Manually tweaking that source fixed the problem for me. Thank you&bye, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. lele at metapensiero.it | -- Fortunato Depero, 1929.