mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-10 11:40:24 +08:00
Fix for Reject always on Fetch from Email.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user