mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Fix for Reject always on Fetch from Email.
This commit is contained in:
parent
9fb3c72d3f
commit
8d517ccf27
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ class FanFicFarePlugin(InterfaceAction):
|
|||
imap_pass,
|
||||
prefs['imapfolder'],
|
||||
prefs['imapmarkread'],)
|
||||
reject_list=[]
|
||||
reject_list=set()
|
||||
if prefs['auto_reject_from_email']:
|
||||
reject_list = set([x for x in url_list if rejecturllist.check(x)])
|
||||
url_list = url_list - reject_list
|
||||
|
|
|
|||
Loading…
Reference in a new issue