mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Only output the folder names
This commit is contained in:
parent
33134d4529
commit
5603834282
@ -197,7 +197,7 @@ class MailAccountHandler(LoggingMixin):
|
|||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
for folder_info in M.folder.list():
|
for folder_info in M.folder.list():
|
||||||
self.log("info", f"Located folder: {str(folder_info)}")
|
self.log("info", f"Located folder: {folder_info.name}")
|
||||||
except Exception:
|
except Exception:
|
||||||
self.log(
|
self.log(
|
||||||
"error",
|
"error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user