From e366c060e523650f408414fcc46be40efde18e0a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 16:10:11 +0800 Subject: notmuch-slurp-debbug: syntax fix Signed-off-by: Sean Whitton --- notmuch-slurp-debbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3