diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 22:04:32 +0000 |
commit | 0c25fde6e73614a7d2dd793cd71e2cb379839061 (patch) | |
tree | 05bcc0f958d7413285afc2069611a02a2444149c /mail/mmr/files/patch-listings.cpp | |
parent | TruthTable is a truth table generator that does the dirty work for you. (diff) |
Update to version 1.6.0
PR: ports/100034
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to '')
-rw-r--r-- | mail/mmr/files/patch-listings.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/mail/mmr/files/patch-listings.cpp b/mail/mmr/files/patch-listings.cpp deleted file mode 100644 index a03a1bf1234b..000000000000 --- a/mail/mmr/files/patch-listings.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- listing.cpp.orig Fri Oct 25 14:00:55 2002 -+++ listing.cpp Fri Oct 25 14:01:12 2002 -@@ -40,7 +40,7 @@ - } - - void --Msg_Listing:: ReSize(int modified = 1) -+Msg_Listing:: ReSize(int modified) - { - if ( modified ) { - helppane->reset(); -@@ -1197,7 +1197,7 @@ - } - - mailmsg * --Msg_Listing:: View(mailmsg *which, MIME_body *body = NULL) -+Msg_Listing:: View(mailmsg *which, MIME_body *body) - { - mailmsg *newmsg, *holder; - |