~ubuntu-branches/ubuntu/quantal/mutt/quantal-security

« back to all changes in this revision

Viewing changes to compose.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-19 10:29:06 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619102906-qw80cgc0ave6ifj8
Tags: 1.5.18-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Build-depend on elinks (elinks doesn't provide links anymore).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1207
1207
         if (msg->content->next)
1208
1208
           msg->content = mutt_make_multipart (msg->content);
1209
1209
 
1210
 
         if (mutt_write_fcc (NONULL (fname), msg, NULL, 1, NULL) < 0)
 
1210
         if (mutt_write_fcc (fname, msg, NULL, 1, NULL) < 0)
1211
1211
           msg->content = mutt_remove_multipart (msg->content);
1212
1212
         else
1213
1213
           mutt_message _("Message written.");