Commit fc1f2037da02
Changed files (1)
home
common
services
home/common/services/imapfilter-config.lua
@@ -25,8 +25,8 @@ messages = account['INBOX']:select_all()
-- Example 1: Move GitHub notifications to a GitHub folder
-- Uncomment and customize as needed
--- github = messages:contain_from('notifications@github.com')
--- github:move_messages(account['GitHub'])
+github = messages:contain_from('notifications@github.com')
+github:move_messages(account['GitHub'])
-- Example 2: Move mailing list emails
-- Uncomment and customize as needed