mldonkey-tasks
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-tasks] [task #8478] mail subject is too long


From: daniel
Subject: [Mldonkey-tasks] [task #8478] mail subject is too long
Date: Fri, 08 Aug 2008 14:30:05 +0000
User-agent: Opera/9.51 (Windows NT 6.0; U; en)

Follow-up Comment #3, task #8478 (project mldonkey):

Here's a patch with the host in the body instead.

FYI, I didn't submit the original patch with the task because I hadn't
actually planned making one ;)


Index: commonInteractive.ml
===================================================================
RCS file:
/sources/mldonkey/mldonkey/src/daemon/common/commonInteractive.ml,v
retrieving revision 1.105
diff -r1.105 commonInteractive.ml
346c346
<         Printf.sprintf "address@hidden file received - %s" (Unix.gethostname
()) (file_best_name file)
---
>         Printf.sprintf "mldonkey - %s complete." (file_best_name file)
348c348
<         Printf.sprintf "address@hidden, file received" (Unix.gethostname ())
---
>         Printf.sprintf "mldonkey - download complete."
368c368
<       Printf.sprintf "rnUser/Group: %s:%srn" (file_owner file).user_name
(user2_print_group (file_group file))
---
>       Printf.sprintf "rnUser/Group: %s:%s" (file_owner file).user_name
(user2_print_group (file_group file))
370c370,374
<
---
>
>     let line7 =
>       Printf.sprintf "rnServer Host: %srn" (Unix.gethostname ())
>     in
>
376c380
<         M.mail_body = line1 ^ line2 ^ line3 ^ line4 ^ line5 ^ (if admin
then line6 else "");
---
>         M.mail_body = line1 ^ line2 ^ line3 ^ line4 ^ line5 ^ (if admin
then line6 else "") ^ line7;


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?8478>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]