diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 05:18:59 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-20 05:18:59 +0000 |
commit | 08350357ba9727ef6b006c51ed0502044d581c65 (patch) | |
tree | edf2af669126607c4ea52db445cde05d9e8fceae /fetchmailconf | |
parent | f6b8441a778bae8fe4a3e19a9151f3aa2b0bcdc7 (diff) | |
download | fetchmail-08350357ba9727ef6b006c51ed0502044d581c65.tar.gz fetchmail-08350357ba9727ef6b006c51ed0502044d581c65.tar.bz2 fetchmail-08350357ba9727ef6b006c51ed0502044d581c65.zip |
Keep the icon-making procedure.
svn path=/trunk/; revision=2117
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 7 |
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:") |