From f16e7ab218985c72ccebda2c1e93ba41ba9a1121 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Sun, 12 Jun 2016 22:28:04 +0200
Subject: Fix d/patches/0001-Ignore-custom-lib-PATH.patch

---
 pullimap | 1 +
 1 file changed, 1 insertion(+)

(limited to 'pullimap')

diff --git a/pullimap b/pullimap
index 1324228..e971f64 100755
--- a/pullimap
+++ b/pullimap
@@ -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
-- 
cgit v1.2.3