summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-24 16:10:11 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-24 16:10:11 +0800
commite366c060e523650f408414fcc46be40efde18e0a (patch)
tree09866b3f7262292de526370ba2cf9a147b8b78f1
parentc6df086d9bf546eddcba184055f1fc493dd1568f (diff)
downloadmailscripts-e366c060e523650f408414fcc46be40efde18e0a.tar.gz
notmuch-slurp-debbug: syntax fix
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rwxr-xr-xnotmuch-slurp-debbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch-slurp-debbug b/notmuch-slurp-debbug
index cc7ce68..226a095 100755
--- a/notmuch-slurp-debbug
+++ b/notmuch-slurp-debbug
@@ -48,7 +48,7 @@ my $mailscripts_conf_dir = defined $ENV{'XDG_CONFIG_HOME'}
my $notmuch_slurp_debbug_conf = "$mailscripts_conf_dir/notmuch-slurp-debbug";
if (-f $notmuch_slurp_debbug_conf) {
- $Config = Config::Tiny::read($notmuch_slurp_debbug_conf);
+ $Config = Config::Tiny->read($notmuch_slurp_debbug_conf);
$maildir = $Config->{_}->{maildir};
} else {
# default to where a lot of people have their inbox