Skip to content

Commit

Permalink
Fix readme markdown syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomi Richards committed Feb 17, 2015
1 parent bddda49 commit 7aa457f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= What is this? =
# 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.

= How does it work? =
# How does it work?

You must create a `rules` configuration file which tells `gmailfilter` how to connect to your IMAP mail server, and what to do with all the mail in your inbox. The approach `gmailfilter` takes to mail filtering is that your inbox should be virtually empty at the end of a filter run - only messages which need "active processing" should remain (usually this means "unread and flagged (starred) messages"). `gmailfilter` takes care of iterating over the messages in your inbox, and will run your rules over any new messages that arrive.

Expand Down

0 comments on commit 7aa457f

Please sign in to comment.