summaryrefslogtreecommitdiff
path: root/distixlib
AgeCommit message (Expand)AuthorFilesLines
2017-03-25Don't give long list of filenames to git commitLars Wirzenius1-1/+1
2017-03-25Fix: Use xargs to run git add to avoid overlog argvLars Wirzenius1-1/+5
2017-03-25Refactor: Reorder methods for clarityLars Wirzenius1-32/+32
2017-03-25Refactor: Check for ticket existence without loading allLars Wirzenius1-4/+3
2017-03-25Refacctor: Make _find_tickets... reaturn ticket idsLars Wirzenius1-9/+8
2017-03-25Maintain and user msg id cacheLars Wirzenius1-8/+12
2017-03-25Avoid loading all ticket, just list of their idsLars Wirzenius2-27/+37
2017-03-25Add TicketStore.get_message_idsLars Wirzenius2-6/+12
2017-03-25Add TicketStore.ticket_has_message_with_textLars Wirzenius2-11/+35
2017-03-25Fix and clarify mbox import progress reportingLars Wirzenius1-3/+3
2017-03-24Clean up at end of mail import to get rid of empty lineLars Wirzenius1-0/+1
2017-03-22Bump version number post-release to 0.12+gitLars Wirzenius1-2/+2
2017-03-22Prepare to release version 0.12distix-0.12Lars Wirzenius1-2/+2
2017-03-22Handle errors decoding headersLars Wirzenius1-1/+9
2017-03-22Bump version number post-release to 0.11+gitLars Wirzenius1-2/+2
2017-03-22Prepare to release version 0.11distix-0.11Lars Wirzenius1-2/+2
2017-03-22Handle different errors separateLars Wirzenius1-1/+3
2017-02-01Fix crash when rendering message with unknown charsetLars Wirzenius1-1/+1
2017-01-25Remove FIXEM asking for unit test for private methodLars Wirzenius1-2/+0
2017-01-25Remove FIXME asking for unit test of private methodLars Wirzenius1-2/+0
2017-01-07Bump version number post-release to 0.10+gitLars Wirzenius1-2/+2
2017-01-07Prepare to release version 0.10distix-0.10Lars Wirzenius1-2/+2
2017-01-07Show ticket-id-as-words in cli, html outputLars Wirzenius4-2/+8
2017-01-07Bump version number post-release to 0.9+gitLars Wirzenius1-2/+2
2017-01-07Prepare to release version 0.9distix-0.9Lars Wirzenius1-2/+2
2017-01-07Change distix set to have a list of ticket ids at endLars Wirzenius1-5/+9
2017-01-01Bump version number post-release to 0.8+gitLars Wirzenius1-2/+2
2017-01-01Prepare to release version 0.8distix-0.8Lars Wirzenius1-2/+2
2016-12-31Allos PGP words as ticket idsLars Wirzenius5-3/+48
2016-12-31Implement getting tickets via unique id prefixLars Wirzenius1-14/+23
2016-12-31Add unit tests for getting tickets via uniq prefixLars Wirzenius1-0/+16
2016-12-26Fix distixlib.Ticket._get_message_timestamp method.rsiddharth1-2/+1
2016-10-19Bump version number post-release to 0.7+gitLars Wirzenius1-2/+2
2016-10-19Prepare to release version 0.7distix-0.7Lars Wirzenius1-2/+2
2016-10-19Fix things to silence pylintLars Wirzenius2-3/+3
2016-10-19Render parts of mails more safelyLars Wirzenius1-2/+8
2016-03-26Put update timestamp on generated HTML pagesLars Wirzenius5-0/+23
2016-03-26Drop UTF8 coding for sourceLars Wirzenius1-1/+0
2016-03-25Bump version number post-release to 0.6.1+gitLars Wirzenius1-2/+2
2016-03-25Prepare to release version 0.6.1distix-0.6.1Lars Wirzenius1-2/+2
2016-03-25Bump version number post-release to 0.6+gitLars Wirzenius1-2/+2
2016-03-25Prepare to release version 0.6distix-0.6Lars Wirzenius1-2/+2
2016-03-25Set key/value pair on tickets when importing mailLars Wirzenius1-12/+42
2016-03-25Add newest-message-date to ticketsLars Wirzenius2-0/+4
2016-03-25Fix HTML ticket lists to be sorted by dateLars Wirzenius1-1/+4
2016-03-25Kludge: Fix duplicate-imports of mails from maildirsLars Wirzenius4-17/+19
2016-03-25Refactor: simplify condition to return booleanLars Wirzenius1-6/+4
2016-03-25Simplify logic by using helper methodLars Wirzenius1-4/+6
2016-03-25Refactor: move condition into methodLars Wirzenius1-2/+5
2016-03-25Rename variable for clarityLars Wirzenius1-3/+3