diff options
author | Ryan Kavanagh <rak@debian.org> | 2012-02-01 07:38:45 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2012-02-01 07:38:45 -0500 |
commit | c2622b275d93242db18c12780cf65ccb140ce8fa (patch) | |
tree | 417f2fd738b5fe943add33a0469c71116f82398d /.imapfilter/config.lua | |
parent | Added mathslibres to SSH (diff) |
Slashdot comes from a new address
Diffstat (limited to '')
-rw-r--r-- | .imapfilter/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.imapfilter/config.lua b/.imapfilter/config.lua index 65b7575..1222201 100644 --- a/.imapfilter/config.lua +++ b/.imapfilter/config.lua @@ -169,7 +169,7 @@ GMAIL.INBOX:move_messages(GMAIL['KDE.kde-francophone'], kdefrancophone) -- Other computer stuff -- slashdot = ( GMAIL.INBOX:is_seen() * - GMAIL.INBOX:match_from('slashdot@slashdot.org') ) + GMAIL.INBOX:match_from('slashdot@newsletters.slashdot.org') ) GMAIL.INBOX:move_messages(GMAIL['Slashdot'], slashdot) -- lwn = ( GMAIL.INBOX:is_seen() * |