Commit fc1f2037da02

Vincent Demeester <vincent@sbr.pm>
2025-12-03 15:30:10
feat: Enable GitHub notifications filtering in imapfilter
- Automatically move GitHub emails to dedicated folder - Reduce inbox clutter from repository notifications Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7e5bec7
Changed files (1)
home
common
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