summaryrefslogtreecommitdiffstats
path: root/mailnews
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-23 15:37:46 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-23 15:37:46 +0000
commit7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (patch)
treeb971071d68e308821c5e7d766b23b9cadc9ded68 /mailnews
parent18ea98f7a9a92ab35fdc71e526814570ef4f57e2 (diff)
downloadUXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar.gz
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar.lz
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar.xz
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.zip
Issue #1656 - Part 4: Manual cleanup
Diffstat (limited to 'mailnews')
-rw-r--r--mailnews/import/becky/src/nsBeckyAddressBooks.cpp1
-rw-r--r--mailnews/import/becky/src/nsBeckyAddressBooks.h1
-rw-r--r--mailnews/import/becky/src/nsBeckyFilters.cpp1
-rw-r--r--mailnews/import/becky/src/nsBeckyFilters.h1
-rw-r--r--mailnews/import/becky/src/nsBeckyImport.cpp1
-rw-r--r--mailnews/import/becky/src/nsBeckyImport.h1
-rw-r--r--mailnews/import/becky/src/nsBeckyMail.cpp1
-rw-r--r--mailnews/import/becky/src/nsBeckyMail.h1
-rw-r--r--mailnews/import/becky/src/nsBeckySettings.cpp1
-rw-r--r--mailnews/import/becky/src/nsBeckySettings.h1
-rw-r--r--mailnews/import/becky/src/nsBeckyStringBundle.cpp1
-rw-r--r--mailnews/import/becky/src/nsBeckyUtils.cpp1
12 files changed, 0 insertions, 12 deletions
diff --git a/mailnews/import/becky/src/nsBeckyAddressBooks.cpp b/mailnews/import/becky/src/nsBeckyAddressBooks.cpp
index 86654ac0e..197ebcd4a 100644
--- a/mailnews/import/becky/src/nsBeckyAddressBooks.cpp
+++ b/mailnews/import/becky/src/nsBeckyAddressBooks.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyAddressBooks.h b/mailnews/import/becky/src/nsBeckyAddressBooks.h
index 83eb4c895..bf1bf5777 100644
--- a/mailnews/import/becky/src/nsBeckyAddressBooks.h
+++ b/mailnews/import/becky/src/nsBeckyAddressBooks.h
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyFilters.cpp b/mailnews/import/becky/src/nsBeckyFilters.cpp
index 97b99fec2..682d8a9a5 100644
--- a/mailnews/import/becky/src/nsBeckyFilters.cpp
+++ b/mailnews/import/becky/src/nsBeckyFilters.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyFilters.h b/mailnews/import/becky/src/nsBeckyFilters.h
index 20dd6d5ee..7a5ca6087 100644
--- a/mailnews/import/becky/src/nsBeckyFilters.h
+++ b/mailnews/import/becky/src/nsBeckyFilters.h
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyImport.cpp b/mailnews/import/becky/src/nsBeckyImport.cpp
index d4820528a..e510ad54f 100644
--- a/mailnews/import/becky/src/nsBeckyImport.cpp
+++ b/mailnews/import/becky/src/nsBeckyImport.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyImport.h b/mailnews/import/becky/src/nsBeckyImport.h
index 60d81c18c..49d11f8ba 100644
--- a/mailnews/import/becky/src/nsBeckyImport.h
+++ b/mailnews/import/becky/src/nsBeckyImport.h
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyMail.cpp b/mailnews/import/becky/src/nsBeckyMail.cpp
index 9c837d190..07504cbb7 100644
--- a/mailnews/import/becky/src/nsBeckyMail.cpp
+++ b/mailnews/import/becky/src/nsBeckyMail.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyMail.h b/mailnews/import/becky/src/nsBeckyMail.h
index ae287a05f..ed2a7d216 100644
--- a/mailnews/import/becky/src/nsBeckyMail.h
+++ b/mailnews/import/becky/src/nsBeckyMail.h
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckySettings.cpp b/mailnews/import/becky/src/nsBeckySettings.cpp
index 8e1cab960..d409e29d8 100644
--- a/mailnews/import/becky/src/nsBeckySettings.cpp
+++ b/mailnews/import/becky/src/nsBeckySettings.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckySettings.h b/mailnews/import/becky/src/nsBeckySettings.h
index 19e7d45ed..cfb068efa 100644
--- a/mailnews/import/becky/src/nsBeckySettings.h
+++ b/mailnews/import/becky/src/nsBeckySettings.h
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyStringBundle.cpp b/mailnews/import/becky/src/nsBeckyStringBundle.cpp
index 41209dff5..f74a3c230 100644
--- a/mailnews/import/becky/src/nsBeckyStringBundle.cpp
+++ b/mailnews/import/becky/src/nsBeckyStringBundle.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
diff --git a/mailnews/import/becky/src/nsBeckyUtils.cpp b/mailnews/import/becky/src/nsBeckyUtils.cpp
index 2e9af84a5..9c99a314b 100644
--- a/mailnews/import/becky/src/nsBeckyUtils.cpp
+++ b/mailnews/import/becky/src/nsBeckyUtils.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */