summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/mozilla-thunderbird/files/mozilla-thunderbird-1.0.7-draft-template.patch')
-rw-r--r--mail-client/mozilla-thunderbird/files/mozilla-thunderbird-1.0.7-draft-template.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail-client/mozilla-thunderbird/files/mozilla-thunderbird-1.0.7-draft-template.patch b/mail-client/mozilla-thunderbird/files/mozilla-thunderbird-1.0.7-draft-template.patch
deleted file mode 100644
index f65ce20988d4..000000000000
--- a/mail-client/mozilla-thunderbird/files/mozilla-thunderbird-1.0.7-draft-template.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Nru mozilla.vanilla/mailnews/local/src/nsPop3IncomingServer.cpp mozilla/mailnews/local/src/nsPop3IncomingServer.cpp
---- mozilla.vanilla/mailnews/local/src/nsPop3IncomingServer.cpp 2005-12-02 10:52:15.000000000 +0100
-+++ mozilla/mailnews/local/src/nsPop3IncomingServer.cpp 2005-12-02 10:57:43.000000000 +0100
-@@ -409,11 +409,11 @@
- if (NS_FAILED(rv)) return rv;
- rv = CreateLocalFolder(path, "Trash");
- if (NS_FAILED(rv)) return rv;
-- rv = CreateLocalFolder(path, "Sent");
-+ /*rv = CreateLocalFolder(path, "Sent");
- if (NS_FAILED(rv)) return rv;
- rv = CreateLocalFolder(path, "Drafts");
- if (NS_FAILED(rv)) return rv;
-- return CreateLocalFolder(path, "Templates");
-+ return CreateLocalFolder(path, "Templates");*/
-
- return NS_OK;
- }