From aad16f563f0d06580519d0a195a424a5ad3c9ebd Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 30 May 2020 14:30:07 +0200 Subject: [PATCH] fixup: typo --- bin/mailbox2matrix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mailbox2matrix b/bin/mailbox2matrix index f51b6a2..ac62fe2 100755 --- a/bin/mailbox2matrix +++ b/bin/mailbox2matrix @@ -13,7 +13,7 @@ from inotify_simple import INotify, flags def decode(header): - return make_hader(decode_header(header)) + return make_header(decode_header(header)) class Client(AsyncClient):