aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfetchmailconf7
1 files changed, 7 insertions, 0 deletions
diff --git a/fetchmailconf b/fetchmailconf
index 7adf58b4..57327772 100755
--- a/fetchmailconf
+++ b/fetchmailconf
@@ -1411,6 +1411,13 @@ OtO0k84+7KjzBjzplMJOOOOoo8846/ATxqJWinkkGUyEkMAaIezABQM3bMAEK1xEsUMDGjARRxhY
xEGGHfPjEcccca6BRxhyuEMY7FCHMNDhf9140r2qRiVvdENQ3liUArzREW/0qRsRVIAGFfBADnLw
gUSiYASJpMEHhilJTEnhAlGoQqYAZQ1AiqEMZ0jDGtqQImhwwA13yMMevoQAGvGhEAWHGMOAAAA7
"""
+# Note on making icons: the above was generated by the following procedure:
+#
+# import base64
+# data = open("fetchmail.gif", "rb").read()
+# print "fetchmail_gif =\\"
+# print repr(base64.encodestring(data))
+#
# Process options
(options, arguments) = getopt.getopt(sys.argv[1:], "df:")