diff --git a/readme.md b/readme.md index 2d7f78f..d7e3815 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/thomir/gmailfilter.svg?branch=master)](https://travis-ci.org/thomir/gmailfilter) + # What is this? This is the source code to my personal IMAP-based mail filtering tool. I use it every day, and it has proven to be useful for me. You are more than welcome to use and contribute to it. @@ -113,4 +115,4 @@ Then again, maybe the simple solution is the best one. - watch rules file for changes, re-scan inbox when we see that the rule file has changed. - - Do we support filtering on more than one imap account? What about more than one folder? If so, how? \ No newline at end of file + - Do we support filtering on more than one imap account? What about more than one folder? If so, how?