diff
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*diff [#qc47f264]
diff -bBurN R_uketuke.cgi-30b R_uketuke.cgi-30a > diff1....
**使用例 [#x33c03d3]
ロー カルソースツリーに対して行った変更 (新規ファ...
イルに保存し、(おそらく send-pr(1) プログラムを使...
るようにするには、
diff -crN foo.orig foo >foo.diff
-bBurN の方が一般的?
と打ち込みます。ここで、 foo.orig と foo は、ディ...
かまいませんし、単一ファイルであってもかまいません。
--- Cleanse.py_dist 2011-10-30 07:02:40.000000000 +0900
+++ Cleanse.py 2011-10-30 07:03:40.000000000 +0900
@@ -1,5 +1,5 @@
-# Copyright (C) 1998-2010 by the Free Software Foundati...
-#
+# Copyright (C) 1998-2006 by the Free Software Foundati...
+# NAGAE version
# This program is free software; you can redistribute i...
# modify it under the terms of the GNU General Public L...
# as published by the Free Software Foundation; either ...
@@ -53,8 +53,17 @@
# And so can the message-id so replace it.
del msg['message-id']
msg['Message-ID'] = unique_message_id(mlist)
+
+ for sender in msg.get_senders():
+ if mlist.isMember(sender):
+ break
+ else:
+ sender = msg.get_sender()
+ i18ndesc = str(uheader(mlist, mlist.getMemberNa...
+ if i18ndesc == '':
i18ndesc = str(uheader(mlist, mlist.description...
msg['From'] = formataddr((i18ndesc, mlist.GetLi...
+
msg['Reply-To'] = mlist.GetListEmail()
uf = msg.get_unixfrom()
if uf:
終了行:
*diff [#qc47f264]
diff -bBurN R_uketuke.cgi-30b R_uketuke.cgi-30a > diff1....
**使用例 [#x33c03d3]
ロー カルソースツリーに対して行った変更 (新規ファ...
イルに保存し、(おそらく send-pr(1) プログラムを使...
るようにするには、
diff -crN foo.orig foo >foo.diff
-bBurN の方が一般的?
と打ち込みます。ここで、 foo.orig と foo は、ディ...
かまいませんし、単一ファイルであってもかまいません。
--- Cleanse.py_dist 2011-10-30 07:02:40.000000000 +0900
+++ Cleanse.py 2011-10-30 07:03:40.000000000 +0900
@@ -1,5 +1,5 @@
-# Copyright (C) 1998-2010 by the Free Software Foundati...
-#
+# Copyright (C) 1998-2006 by the Free Software Foundati...
+# NAGAE version
# This program is free software; you can redistribute i...
# modify it under the terms of the GNU General Public L...
# as published by the Free Software Foundation; either ...
@@ -53,8 +53,17 @@
# And so can the message-id so replace it.
del msg['message-id']
msg['Message-ID'] = unique_message_id(mlist)
+
+ for sender in msg.get_senders():
+ if mlist.isMember(sender):
+ break
+ else:
+ sender = msg.get_sender()
+ i18ndesc = str(uheader(mlist, mlist.getMemberNa...
+ if i18ndesc == '':
i18ndesc = str(uheader(mlist, mlist.description...
msg['From'] = formataddr((i18ndesc, mlist.GetLi...
+
msg['Reply-To'] = mlist.GetListEmail()
uf = msg.get_unixfrom()
if uf:
ページ名: