diff options
Diffstat (limited to 'network/offlineimap/patches')
-rw-r--r-- | network/offlineimap/patches/doc_generation_fix.patch | 10 | ||||
-rw-r--r-- | network/offlineimap/patches/manual.rst.patch | 20 |
2 files changed, 30 insertions, 0 deletions
diff --git a/network/offlineimap/patches/doc_generation_fix.patch b/network/offlineimap/patches/doc_generation_fix.patch new file mode 100644 index 0000000000..1b69ffdca3 --- /dev/null +++ b/network/offlineimap/patches/doc_generation_fix.patch @@ -0,0 +1,10 @@ +--- Makefile.orig 2011-09-09 16:00:42.784605863 -0500 ++++ Makefile 2011-09-09 16:00:50.423804120 -0500 +@@ -44,7 +44,6 @@ + @$(MAKE) -C docs man + + doc: +- @$(MAKE) -C docs + $(RST2HTML) README.rst readme.html + $(RST2HTML) SubmittingPatches.rst SubmittingPatches.html + $(RST2HTML) Changelog.rst Changelog.html diff --git a/network/offlineimap/patches/manual.rst.patch b/network/offlineimap/patches/manual.rst.patch new file mode 100644 index 0000000000..9b40e4bd38 --- /dev/null +++ b/network/offlineimap/patches/manual.rst.patch @@ -0,0 +1,20 @@ +--- 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 |