Hello,

On Wed 16 Mar 2022 at 04:36PM -07, Sean Whitton wrote:

> Hmm... I don't see how it could have worked before.  Does this fix it:
>
>> diff --git a/notmuch-slurp-debbug b/notmuch-slurp-debbug
>> index ad0db47..1568d9c 100755
>> --- a/notmuch-slurp-debbug
>> +++ b/notmuch-slurp-debbug
>> @@ -50,7 +50,7 @@ if (-f $conf_f) {
>>      $maildir = catfile $database_path, "inbox";
>>  }
>>  $maildir = $mgr->open(
>> -    folder    => $maildir,
>> +    folder    => glob $maildir,
>>      access    => "a",
>>      keep_dups => 1,
>>      type      => "maildir"

This patch won't work.  I just pushed a commit which does.

-- 
Sean Whitton

Attachment: signature.asc
Description: PGP signature

Reply via email to