diff options
Diffstat (limited to 'network/offlineimap/patches')
-rw-r--r-- | network/offlineimap/patches/Makefile.doc.patch (renamed from network/offlineimap/patches/doc_generation_fix.patch) | 4 | ||||
-rw-r--r-- | network/offlineimap/patches/manual.rst.patch | 20 |
2 files changed, 2 insertions, 22 deletions
diff --git a/network/offlineimap/patches/doc_generation_fix.patch b/network/offlineimap/patches/Makefile.doc.patch index 1b69ffdca3138..3540a7aed18a4 100644 --- a/network/offlineimap/patches/doc_generation_fix.patch +++ b/network/offlineimap/patches/Makefile.doc.patch @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-09-09 16:00:42.784605863 -0500 -+++ Makefile 2011-09-09 16:00:50.423804120 -0500 +--- Makefile.orig 2011-12-03 12:09:16.547477510 -0600 ++++ Makefile 2011-12-03 12:09:45.284443743 -0600 @@ -44,7 +44,6 @@ @$(MAKE) -C docs man diff --git a/network/offlineimap/patches/manual.rst.patch b/network/offlineimap/patches/manual.rst.patch deleted file mode 100644 index 9b40e4bd385aa..0000000000000 --- a/network/offlineimap/patches/manual.rst.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- docs/MANUAL.rst.orig 2011-08-10 14:44:58.000000000 -0500 -+++ docs/MANUAL.rst 2011-09-09 15:43:23.813649765 -0500 -@@ -380,7 +380,7 @@ - default. - - Certificate checking --^^^^^^^^^^^^^^^^^^^^ -+==================== - - Unfortunately, by default we will not verify the certificate of an IMAP - TLS/SSL server we connect to, so connecting by SSL is no guarantee -@@ -397,7 +397,7 @@ - certificate and CA certificate. - - StartTLS --^^^^^^^^ -+======== - - If you have not configured your account to connect via SSL anyway, - OfflineImap will still attempt to set up an SSL connection via the |