summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Simplify finding of config fileLucas Hoffmann2017-01-10
* Replace twisted command line parsing with argparseLucas Hoffmann2017-01-10
* Merge pull request #952 from samdmarshall/masterDylan Baker2017-01-09
|\
| * adding support for mouse scrollingSamantha Marshall2017-01-09
* | Merge pull request #948 from geier/pr/696Dylan Baker2017-01-09
|\ \ | |/ |/|
| * On exit command, check if there are any unsent messagesHamish Downer2017-01-02
* | docs: mock our urwidtreesPatrick Totzke2017-01-08
|/
* Merge pull request #945 from lucc/irc-notificationPatrick Totzke2016-12-29
|\
| * Remove some irc notifications by travisLucas Hoffmann2016-12-29
|/
* Merge pull request #943 from dcbaker/pr/revert-581ed29Dylan Baker2016-12-28
|\
| * Revert "Fix values to methods in __main__"Dylan Baker2016-12-28
|/
* Merge pull request #940 from dcbaker/pr/even-more-cleanupsPatrick Totzke2016-12-28
|\
| * db/message: fix whitespaceDylan Baker2016-12-27
| * fix odd continuation and indentationDylan Baker2016-12-27
| * db/utils: fix bad hanging indentDylan Baker2016-12-27
| * db/message: replace __cmp__ with rich comparisonsDylan Baker2016-12-27
| * db/envelope: add todoDylan Baker2016-12-27
| * db/envelope: Don't call dunder method when not necessaryDylan Baker2016-12-27
| * db/attachment: remove useless deleteDylan Baker2016-12-27
| * db/attachment: replace all caps name with PEP8 like nameDylan Baker2016-12-27
| * ui: Use xrange instead of rangeDylan Baker2016-12-27
| * commands/utils: Refactor exception caseDylan Baker2016-12-27
* | Merge pull request #939 from dcbaker/wip/cache-pipPatrick Totzke2016-12-27
|\ \ | |/ |/|
| * travis: cache pip packagesDylan Baker2016-12-27
|/
* Merge pull request #937 from pazz/contentdisposition-899Patrick Totzke2016-12-27
|\
| * Dirty fix for case-(in)sensitive MIME matching.Pol Van Aubel2016-12-26
|/
* configure travis to send irc notificationsPatrick Totzke2016-12-24
* typoPatrick Totzke2016-12-24
* Merge pull request #934 from dcbaker/pr/more-cleanupsDylan Baker2016-12-23
|\
| * Use abc module to signal abstract base classesDylan Baker2016-12-21
| * Replace unused arguments with _Dylan Baker2016-12-21
| * Don't use dict.keys when not necessaryDylan Baker2016-12-21
| * ui: Don't build lists in memory for assertDylan Baker2016-12-21
| * settings/manager: remove list comprehension for clarityDylan Baker2016-12-21
| * Use dict's iter methodsDylan Baker2016-12-21
| * widgets/search: make method that doesn't use self a static methodDylan Baker2016-12-21
| * db/thread: Set some protected variables in the constructor.Dylan Baker2016-12-21
| * db/thread: Avoid intermediate data structureDylan Baker2016-12-21
| * db/thread: don't create multiple lists to sortDylan Baker2016-12-21
| * Define instance attribute in constructor.Dylan Baker2016-12-21
| * Replace map() and filter() with comprehensionsDylan Baker2016-12-21
| * Fix "superflous paren" warnings from pylintDylan Baker2016-12-21
| * Use raw strings with backslashesDylan Baker2016-12-21
| * Fix values to methods in __main__Dylan Baker2016-12-21
| * tests: Add tests for alot.db.thread.Thread.get_authorDylan Baker2016-12-21
| * setup.py: Add hook for tests.Dylan Baker2016-12-21
| * db/thread: define Thread._authors in constructorDylan Baker2016-12-21
|/
* Merge pull request #933 from lucc/travis/containerLucas Hoffmann2016-12-20
|\
| * Switch to container infrastructure on travisLucas Hoffmann2016-12-20
|/
* Merge pull request #932 from dcbaker/pr/drop-helperPatrick Totzke2016-12-19
|\