Age | Commit message (Expand) | Author |
2014-10-21 | No need to remove duplicates every time we fetch mail, that was a mistake | Duda Dornelles |
2014-10-21 | #117 - waiting for soledad sync to be done before indexing mails. Also, remov... | Duda Dornelles |
2014-10-20 | remove deleted from mail schema. | Lisa Junger |
2014-10-20 | adds permant deleted for trashed messages. | Lisa Junger |
2014-10-20 | Changed search so that you can search without specifying pagination | Bruno Wagner |
2014-10-17 | adds regression tests on #114 due to a bug found and fixes mail creation with... | Victor Shyba |
2014-10-17 | Date is now stored as number, and is correctly used for sorting | Bruno Wagner |
2014-10-17 | #102 #113 Sorting through search, and ignoring duplicate results on searches | Bruno Wagner |
2014-10-17 | improving matching for filtering tags and fixing pep8 warnings | Duda Dornelles |
2014-10-17 | better tests for getting all tags and filtering all tags. some fixes go together | Duda Dornelles |
2014-10-16 | Fixed the pagination on the front-end and added real total mail count ot the ... | Bruno Wagner |
2014-10-16 | Pep8 fixes | Bruno Wagner |
2014-10-16 | Created a way to search all mails with no pagination for indexing | Bruno Wagner |
2014-10-16 | Pagination was breaking new mail indexing, because it doesn't use pages | Bruno Wagner |
2014-10-16 | decreasing count on tag and tag shortcut when email is read. we were | Duda Dornelles |
2014-10-16 | #96 Mail searches are now paginated, the pages number start at 1 now | Bruno Wagner |
2014-10-15 | uses SoledadQuerier.mail() to retrieve one mail | Patrick Maia |
2014-10-15 | getting rid of "pixelated" in the names of many classes - redundant | Duda Dornelles |
2014-10-15 | #101 Raw is now the default search field | Bruno Wagner |
2014-10-15 | Changed pixelated mail file to mail, because it has more than pixelated mail | Bruno Wagner |
2014-10-15 | #107 Statuses are only used when delivering mails to the front-end, flags are... | Bruno Wagner |
2014-10-15 | Moved some common properties of mail and input mail to another class | Bruno Wagner |
2014-10-15 | Extracting features controller | Duda Dornelles |
2014-10-15 | Moved input mail from dict to input mail instead of floating elsewhere | Bruno Wagner |
2014-10-15 | Getting rid of singletons and optimizing imports | Duda Dornelles |
2014-10-14 | Indexing mails when (un)marking as read and fixing tags count | Duda Dornelles |
2014-10-14 | No more tag_index - now whoosh does everythin | Duda Dornelles |
2014-10-14 | renames method to follow other members naming #103 | Victor Shyba |
2014-10-14 | Issue #12 - Bulk mark as unread | Lisa Junger |
2014-10-14 | More readability for logs while adding listeners #103 | Victor Shyba |
2014-10-14 | fix for when a chash isnt found | Victor Shyba |
2014-10-14 | adds tests and listener for indexing mails created outside the user agent, se... | Victor Shyba |
2014-10-13 | #89 - separates manage draft and send mail responsibilities | Patrick Maia |
2014-10-13 | #104 Implemented mark single mail as unread | Lisa Junger |
2014-10-10 | Search engine files to be in ~/.leap | Duda Dornelles |
2014-10-10 | Sorting mails by date - again | Duda Dornelles |
2014-10-10 | Increasing results limit | Duda Dornelles |
2014-10-10 | Using file index for whoosh and fixing functional tests | Duda Dornelles |
2014-10-09 | Added whoosh as search engine (issue #94). | Folker Bernitt |
2014-10-09 | Changing tests folder structure | Duda Dornelles |
2014-10-09 | Fixing bug where the send button would get disabled at times even if there we... | Duda Dornelles |
2014-10-09 | Skip default tags for tag suggestions. | Folker Bernitt |
2014-10-06 | fix a couple of bugs recovering tag from a pickled json | Victor Shyba |
2014-10-01 | Fixing recipients in PixelatedMail#as_dict | Duda Dornelles |
2014-10-01 | #53 - gives better feedback on UI when attempt to add invalid tag is made | Patrick Maia |
2014-10-01 | #53 - does not automatically add mailbox tag | Patrick Maia |
2014-10-01 | #53 - does not allow reserved names in tags | Patrick Maia |
2014-09-30 | Fixing move to trash | Duda Dornelles |
2014-09-29 | adding integration test to add tag | Duda Dornelles |
2014-09-29 | Testing drafts in integration, fixing a bug where the sent wasnt leaving the ... | Duda Dornelles |