Hi,
Does the most recent Mailcrypt
(http://sourceforge.net/projects/mailcrypt/) support something else
than inline PGP as a GPG support? There are many reasons
(e.g. http://josefsson.org/inline-openpgp-considered-harmful.html)
which justify the use of PGP/MIME. I tried
==
;; Automcatically sign when sending mails
; (add-hook 'message-send-hook 'mml-secure-message-sign-pgpmime)
;; only sign
;(add-hook 'gnus-message-setup-hook 'mml-secure-message-sign-pgpmime)
;;; only encrypt
; (add-hook 'gnus-message-setup-hook
; (lambda ()
; (mml-secure-message-encrypt-pgpmime 1)))
==
but to no avail. Thanks.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
Love is not finding someone to live with; it's finding someone whom
you can't live without.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwku+AACgkQM0LLzLt8MhytOQCdGom4W4ZjJ5naKu/lHtne0zZt
3TUAnRZgTW6S9BrGIYjzblWDUQrxOP8B
=TYNj
-----END PGP SIGNATURE-----
> Does the most recent Mailcrypt
Why do you insist on using Mailcrypt?
Just curious,
Adam
--
"My internal clock is on Tokyo time." Adam Sjøgren
as...@koldfront.dk
as...@koldfront.dk (Adam Sjøgren) writes:
> On Fri, 25 Jun 2010 16:23:28 +0200, Merciadri wrote:
>
>> Does the most recent Mailcrypt
>
> Why do you insist on using Mailcrypt?
Well, one of my fundamental principles is that when something works as
I want it to, I do not change this `something' for something else. Why
not using Mailcrypt? It is still maintained, and it suits my needs! :)
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
It is better to die on one's feet than live on one's knees.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwlCoEACgkQM0LLzLt8MhxV3wCglC6qEpHzyoblpN8+FyEZ8MOE
wJIAnjjMkjq9lQJMXJv8fdpvV3p/IL7i
=KamN
-----END PGP SIGNATURE-----
> as...@koldfront.dk (Adam Sjøgren) writes:
>> Why do you insist on using Mailcrypt?
> Well, one of my fundamental principles is that when something works as
> I want it to, I do not change this `something' for something else. Why
> not using Mailcrypt? It is still maintained, and it suits my needs! :)
a) Your signature separator keeps being broken (despite the lengthy
previous debate), b) You apparantly can't make it do non-inline PGP.
That is how you want it?
This is literally all the configuration I have in Gnus to use epg:
(setq mm-verify-option 'known
mm-decrypt-option 'known)
(setq gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted"))
... and that stuff is highly optional.
Best regards,
as...@koldfront.dk (Adam Sjøgren) writes:
> On Fri, 25 Jun 2010 21:58:57 +0200, Merciadri wrote:
>
>> as...@koldfront.dk (Adam Sjøgren) writes:
>
>>> Why do you insist on using Mailcrypt?
>
>> Well, one of my fundamental principles is that when something works as
>> I want it to, I do not change this `something' for something else. Why
>> not using Mailcrypt? It is still maintained, and it suits my needs! :)
>
> a) Your signature separator keeps being broken (despite the lengthy
> previous debate), b) You apparantly can't make it do non-inline PGP.
>
> That is how you want it?
No. Clearly.
>
> This is literally all the configuration I have in Gnus to use epg:
>
> (setq mm-verify-option 'known
> mm-decrypt-option 'known)
> (setq gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted"))
>
> ... and that stuff is highly optional.
Well, if I try this, my Gnus can't find my news-server anymore. Weird.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
Fall down seven times, stand up eight.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwlr2UACgkQM0LLzLt8Mhy1eQCfb5Jh9mk7gx/ZjRwH7t3t4dSd
FfUAnA5GPb7Klu7zMqXdAEOni5MIbadb
=yzBb
-----END PGP SIGNATURE-----
Another problem is that I am currently not sufficiently competent with
emacs, in general, to understand how to make another gpg client work.
(That's not a secret.)
I read
==
http://www.mail-archive.com/info-gnu...@gnu.org/msg03653.html
==
and instructions are not the same as the ones you gave me just before,
for example.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
If you want a thing done right, do it yourself.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwlsaUACgkQM0LLzLt8MhxIqgCgnl9C3QfowxB3Q0dOOGLbQh4Q
CTwAmgMt1CalaWBojD8cQU9jVsBXrDVM
=5Yp+
-----END PGP SIGNATURE-----
> Another problem is that I am currently not sufficiently competent with
> emacs, in general, to understand how to make another gpg client work.
I literally don't have to do _any_ configuration to make epg work. It
works out-of-the-box for me.
Best regards,
Adam
--
"My internal clock is on Tokyo time." Adam Sj�gren
as...@koldfront.dk
as...@koldfront.dk (Adam Sjøgren) writes:
> On Sat, 26 Jun 2010 09:52:05 +0200, Merciadri wrote:
>
>> Another problem is that I am currently not sufficiently competent with
>> emacs, in general, to understand how to make another gpg client work.
>
> I literally don't have to do _any_ configuration to make epg work. It
> works out-of-the-box for me.
Not for me, as you can see. If I were to understand why, I'd switch
more voluntarily to EPG.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
It is better to die on one's feet than live on one's knees.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwl+NMACgkQM0LLzLt8MhyOywCdFPR/7k38DxS4brFNwjKdcPpK
AKAAoKZErvxNF58euxrA9/eUt3WrkYLK
=8VdH
-----END PGP SIGNATURE-----
> Not for me, as you can see. If I were to understand why, I'd switch
> more voluntarily to EPG.
How can I see that? What happened when you tried? (I.e. removed all
Mailcrypt configuration)
Best regards,
Adam
--
"My internal clock is on Tokyo time." Adam Sjøgren
as...@koldfront.dk
as...@koldfront.dk (Adam Sjøgren) writes:
> On Sat, 26 Jun 2010 14:55:47 +0200, Merciadri wrote:
>
>> Not for me, as you can see. If I were to understand why, I'd switch
>> more voluntarily to EPG.
>
> How can I see that? What happened when you tried? (I.e. removed all
> Mailcrypt configuration)
I removed all the Mailcrypt config, and my Gnus couldn't find my
news-server anymore. Weird, as it should not be linked.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
If all else fails, try the obvious.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwmNekACgkQM0LLzLt8Mhx0CwCfVAFYWI8gGK9P4IDgR75uUe7n
uBIAnR/kRsusAeRL9aOAhuRN0DL/j0E9
=KVE7
-----END PGP SIGNATURE-----
> I removed all the Mailcrypt config, and my Gnus couldn't find my
> news-server anymore. Weird, as it should not be linked.
Try removing half of the configuration and see if it still works - if it
does, add half of what you removed back, if it doesn't, remove half of
what is still left. Repeat until you find the cause.
It should be quick :-)
Best regards,
as...@koldfront.dk (Adam Sjøgren) writes:
> On Sat, 26 Jun 2010 19:16:25 +0200, Merciadri wrote:
>
>> I removed all the Mailcrypt config, and my Gnus couldn't find my
>> news-server anymore. Weird, as it should not be linked.
>
> Try removing half of the configuration and see if it still works - if it
> does, add half of what you removed back, if it doesn't, remove half of
> what is still left. Repeat until you find the cause.
>
> It should be quick :-)
:-)
But you then understand why I do not like modifications like this!
N.B.: Your algorithm will always converge to a (somewhat)n exact
solution.
N.B.2: Your ø is not rendered at all (look e.g. at
<http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/6ac790bee6ef870b#>),
in your signature.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
Walk softly, carry a big stick.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwmaJ0ACgkQM0LLzLt8Mhx+XQCfagX0sKF0UAC7U1eU8bzQtJaa
lM0AnjCaBsYpTRXgNXW1fh5tVQVkSfxX
=XBnn
-----END PGP SIGNATURE-----
For the ø problem, it appears to be a Google-related problem, as my
Gnus correctly interprets it.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
We tend to be perfect. That’s why when we make mistakes we are hard
on ourselves.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwmaLkACgkQM0LLzLt8MhwuHgCeKZdzvNYxEw+ta90uQ0HZQ+5d
ai4An2Uca4wH2axHkGj1FlC4RSR6Nley
=iW+D
-----END PGP SIGNATURE-----
> as...@koldfront.dk (Adam Sjøgren) writes:
>> Try removing half of the configuration and see if it still works - if it
>> does, add half of what you removed back, if it doesn't, remove half of
>> what is still left. Repeat until you find the cause.
>> It should be quick :-)
> :-)
> But you then understand why I do not like modifications like this!
You prefer slow?!
I can not imagine why you would not want to figure out why the seemingly
insane assertion that not using Mailcrypt means not being able to
connect to a news-server.
> N.B.: Your algorithm will always converge to a (somewhat)n exact
> solution.
Either a solution is exact or it isn't.
:-)
> N.B.2: Your ø is not rendered at all (look e.g. at
> <http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/6ac790bee6ef870b#>),
> in your signature.
It looks fine on my news-server, but apparantly something on the way to,
or at, Google Groups has messed up the encoding, seemingly trying to
convert iso-8859-1 to utf-8.
Best regards,
Adam
as...@koldfront.dk (Adam Sjøgren) writes:
> On Sat, 26 Jun 2010 22:52:48 +0200, Merciadri wrote:
>
>> as...@koldfront.dk (Adam Sjøgren) writes:
>
>>> Try removing half of the configuration and see if it still works - if it
>>> does, add half of what you removed back, if it doesn't, remove half of
>>> what is still left. Repeat until you find the cause.
>
>>> It should be quick :-)
>
>> :-)
>
>> But you then understand why I do not like modifications like this!
>
> You prefer slow?!
>
> I can not imagine why you would not want to figure out why the seemingly
> insane assertion that not using Mailcrypt means not being able to
> connect to a news-server.
I can't understand why it does this when I deactivate Mailcrypt. But
that's what happens if I try this!
>
>> N.B.: Your algorithm will always converge to a (somewhat)n exact
>> solution.
>
> Either a solution is exact or it isn't.
Sure? Philosophical point of view. According to your says, a student
which does not obtain a mark of 100% for an exam has not given
solutions to all questions.
>
> :-)
>
>> N.B.2: Your ø is not rendered at all (look e.g. at
>> <http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/6ac790bee6ef870b#>),
>> in your signature.
>
> It looks fine on my news-server, but apparantly something on the way to,
> or at, Google Groups has messed up the encoding, seemingly trying to
> convert iso-8859-1 to utf-8.
Yes.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
If it's too good to be true, then it probably is.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwnCtQACgkQM0LLzLt8MhxEkwCdFD5Gi+4Vyh40y554LhJCbUPD
kaUAn28HMXQRAst+e66TGaiHr8QJOxlb
=Ooo9
-----END PGP SIGNATURE-----
> I can't understand why it does this when I deactivate Mailcrypt. But
> that's what happens if I try this!
Why don't you want to find out why it happens?
>>> N.B.: Your algorithm will always converge to a (somewhat)n exact
>>> solution.
>> Either a solution is exact or it isn't.
> Sure? Philosophical point of view.
How would a "somewhat exact solution" to your problem look?
> According to your says, a student which does not obtain a mark of 100%
> for an exam has not given solutions to all questions.
I have never made such a statement. The above is purely made up by you.
as...@koldfront.dk (Adam Sjøgren) writes:
> On Sun, 27 Jun 2010 10:24:52 +0200, Merciadri wrote:
>
>> I can't understand why it does this when I deactivate Mailcrypt. But
>> that's what happens if I try this!
>
> Why don't you want to find out why it happens?
I tried, but to no avail. I did not try for hours, because I don't
like devoting much time to a light problem such as this one (I have
other problems to solve first).
>
>>>> N.B.: Your algorithm will always converge to a (somewhat)n exact
>>>> solution.
>
>>> Either a solution is exact or it isn't.
>
>> Sure? Philosophical point of view.
>
> How would a "somewhat exact solution" to your problem look?
Using the best PGP package with as few problems as possible.
>
>> According to your says, a student which does not obtain a mark of 100%
>> for an exam has not given solutions to all questions.
>
> I have never made such a statement. The above is purely made up by you.
Well, that's a basic inference.
What a student gives on his paper after an exam is a set of different
`solutions,' hoping one for each question, by definition.
These solutions are expected to be as much exact as possible. Or it is
possible for each sub-solution (which still inherits of `solution'
properties) not to answer totally correctly. Or it looks like you see
this with no `fuzzy logic:' it is either true or false, just like
boolean values. Then, if a student does not obtain a mark of 100%, he
has either failed at some question(s), or not answered at least at one
question.
My statement was too strong, and I realize it. But saying that a
solution is either correct or not is, at least to me, too
`black-and-white.' Between black and white, there's also gray :)
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
Every cloud has a silver lining.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwpC0UACgkQM0LLzLt8MhyREACcDKYLv5no/sex05jUDlxx1Mpj
W/MAn0WuCWPm1mhKec+HbWyekcRSR7Qt
=nCYV
-----END PGP SIGNATURE-----
> I tried, but to no avail. I did not try for hours, because I don't
> like devoting much time to a light problem such as this one (I have
> other problems to solve first).
Fair enough. It sounded like you didn't try at all, that is why I was on
your case so much.
>> How would a "somewhat exact solution" to your problem look?
> Using the best PGP package with as few problems as possible.
How is that a somewhat exact solution to the problem of finding out what
messes up your configuration when you take Mailcrypt out of the
equation?
[...]
> What a student gives on his paper after an exam is a set of different
> `solutions,' hoping one for each question, by definition.
> These solutions are expected to be as much exact as possible.
This sentence doesn't make sense to me. Either a solution is exact, or
it isn't - now, a solution might be almost correct, somewhat correct,
mostly wrong or entirely wrong, for instance, but it is either exact or
it isn't.
[...]
> But saying that a solution is either correct or not is, at least to
> me, too `black-and-white.' Between black and white, there's also gray
> :)
I never said that a solution was either _correct_ or not. Again you are
putting words in my mouth. Please try to avoid this, it is rude.
I said a solution was either _exact_ or not. "correct" and "exact" are
very different words and concepts.
We clearly have problems understanding eachother; I'll stop trying and
crawl back in my hole now.
as...@koldfront.dk (Adam Sjøgren) writes:
> On Mon, 28 Jun 2010 22:51:17 +0200, Merciadri wrote:
>
>> I tried, but to no avail. I did not try for hours, because I don't
>> like devoting much time to a light problem such as this one (I have
>> other problems to solve first).
>
> Fair enough. It sounded like you didn't try at all, that is why I was on
> your case so much.
I tried, but not so much.
>
>>> How would a "somewhat exact solution" to your problem look?
>
>> Using the best PGP package with as few problems as possible.
>
> How is that a somewhat exact solution to the problem of finding out what
> messes up your configuration when you take Mailcrypt out of the
> equation?
Because I take Mailcrypt out of the equation to try a better PGP client.
>
> [...]
>
>> What a student gives on his paper after an exam is a set of different
>> `solutions,' hoping one for each question, by definition.
>
>> These solutions are expected to be as much exact as possible.
>
> This sentence doesn't make sense to me. Either a solution is exact, or
> it isn't - now, a solution might be almost correct, somewhat correct,
> mostly wrong or entirely wrong, for instance, but it is either exact or
> it isn't.
So, I thought exactitude was not the same as correctness, for you.
>
> [...]
>
>> But saying that a solution is either correct or not is, at least to
>> me, too `black-and-white.' Between black and white, there's also gray
>> :)
>
> I never said that a solution was either _correct_ or not. Again you are
> putting words in my mouth. Please try to avoid this, it is rude.
>
> I said a solution was either _exact_ or not. "correct" and "exact" are
> very different words and concepts.
That's the origin of (my) misapprehension.
>
> We clearly have problems understanding eachother; I'll stop trying and
> crawl back in my hole now.
I do this to understand what you think, not to be rude, or something
else. All my remarks can be commented, and they do not claim
correctness. That's just a matter of point of view. I like debating on
various topics to understand each-other's point of view, because
that's the way I learn the most from others.
- --
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- --
It is better to die on one's feet than live on one's knees.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>
iEYEARECAAYFAkwpp7UACgkQM0LLzLt8MhzGGACffdhe+fxUg3+bmN4kDyk5ySVY
vfoAoIH5HiD03oVkEHcBBjwC+qcgm+wb
=Ex/G
-----END PGP SIGNATURE-----