diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-06-12 22:28:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-06-12 22:44:50 +0200 |
commit | f16e7ab218985c72ccebda2c1e93ba41ba9a1121 (patch) | |
tree | d5e2f7347b7115c0c4acb499e468a2f88b9671cf /pullimap | |
parent | 5eb218879ba9ba7daa5e49ba4e3c0a690dc01e3b (diff) |
Fix d/patches/0001-Ignore-custom-lib-PATH.patch
Diffstat (limited to 'pullimap')
-rwxr-xr-x | pullimap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ use Getopt::Long qw/:config posix_default no_ignore_case gnu_getopt auto_version use List::Util 'first'; use Socket qw/PF_INET PF_INET6 SOCK_STREAM/; +use lib 'lib'; use Net::IMAP::InterIMAP qw/read_config compact_set/; # Clean up PATH |