GNU bug report logs - #1574
23.0.60; gnus fail to attach file when sending mail

Previous Next

Packages: gnus, emacs;

Reported by: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>

Date: Wed, 17 Dec 2008 06:25:24 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #22 received at 1574 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Reiner Steib <reinersteib+gmane <at> imap.cc>
To: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
Cc: 1574 <at> debbugs.gnu.org
Subject: Re: bug#1574: 23.0.60; gnus fail to attach file when sending mail
Date: Thu, 18 Dec 2008 22:17:37 +0100
On Wed, Dec 17 2008, Thierry Volpiatto wrote:

> Reiner Steib <reinersteib+gmane <at> imap.cc> writes:
>> icicles redefines `read-file-name' so that it returns a string with
>> text properties.
>>
>> Does this patch fix the problem?
>>
>> --- mml.el	04 Oct 2008 17:04:24 +0200	7.70
>> +++ mml.el	30 Nov 2008 20:48:38 +0100	
>> @@ -1284,7 +1284,9 @@
>>      (unless (message-in-body-p) (goto-char (point-max)))
>>      (mml-insert-empty-tag 'part
>>  			  'type type
>> -			  'filename file
>> +			  ;; icicles redefines read-file-name and returns a
>> +			  ;; string w/ text properties :-/
>> +			  'filename (substring-no-properties file)
>>  			  'disposition (or disposition "attachment")
>>  			  'description description)))
>
> Yes that's fix the problem, the file name is sent without text properties :)

Installed in Gnus CVS, will be synced to Emacs CVS soon.

Could someone please close this bug?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




This bug report was last modified 16 years and 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.