summaryrefslogtreecommitdiff
path: root/service/pixelated/controllers/mails_controller.py
AgeCommit message (Collapse)Author
2014-10-16Fixed the pagination on the front-end and added real total mail count ot the ↵Bruno Wagner
search result
2014-10-16decreasing count on tag and tag shortcut when email is read. we wereDuda Dornelles
decreasing only tags that were also in the read mail, but we have also to look at the mailbox and compare that to the tags in the case of default tags #95
2014-10-16#96 Mail searches are now paginated, the pages number start at 1 nowBruno Wagner
2014-10-15Changed pixelated mail file to mail, because it has more than pixelated mailBruno Wagner
2014-10-15Moved some common properties of mail and input mail to another classBruno Wagner
2014-10-15Extracting controller classesDuda Dornelles