GNU bug report logs -
#19726
24.4; When sending email, all lines starting with `from' get capitalized
Previous Next
Reported by: Marek Rudnicki <marekrud <at> gmail.com>
Date: Thu, 29 Jan 2015 17:10:06 UTC
Severity: normal
Tags: fixed
Found in version 24.4
Fixed in version 25.0.92
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
I'm using GNU Emacs 24.4.1 on FreeBSD and GNU/Linux.
I noticed a strange behavior, that whenever I send a GPG signed email
from Emacs, all lines in the body (and inline attachements) starting
with `from' followed by some words, turn into `From' followed by some
words.
For example, if I send a Python script containing:
from __future__ import division
it will turn into:
From __future__ import division
This problem occurs only when there is a secure-pgpmime-sign marker.
In order to retproduce:
emacs -Q
C-x m
C-c RET C-s
Example email (you must have working GPG with keys for bob <at> example.com):
-----EMAIL START-----
To: alice <at> example.com
Subject: from test
From: bob <at> example.com
--text follows this line--
<#secure method=pgpmime mode=sign>
hi
from __future__ import division
from
from asdf
from
subject
subject asdf
bye
-----EMAIL STOP-----
After sending such email or pressing `Preview' in the toolbar the
message turns into:
-----EMAIL START-----
From: marekrud <at> gmail.com
Subject: from test
To: alice <at> example.com
Date: Thu, 29 Jan 2015 11:05:00 +0100 (13 seconds ago)
hi
From __future__ import division
from
From asdf
from
subject
subject asdf
bye
-----EMAIL STOP-----
If you need any more information, please let me know per email.
Thank you
Marek
This bug report was last modified 8 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.