summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tone down build notifications on IRCPatrick Totzke2018-06-23
* add missing importPatrick Totzke2018-06-22
* Merge pull request #1251 from pazz/lazy-settingsPatrick Totzke2018-06-21
|\
| * update tests for SettingsManagerPatrick Totzke2018-06-21
| * lazy reading of config files in SettingsManagerPatrick Totzke2018-06-21
|/
* Merge pull request #1228 from dcbaker/auto-encrypt-newPatrick Totzke2018-06-19
|\
| * envelope: Update encryption keys when CC, To, or From is changedDylan Baker2018-03-12
* | Merge branch 'split-buffers'Patrick Totzke2018-06-19
|\ \
| * | remove deprecated future importsPatrick Totzke2018-06-19
| * | refactor buffersPatrick Totzke2018-06-19
|/ /
* | Merge pull request #1250 from lucc/futurePatrick Totzke2018-06-19
|\ \
| * \ Merge branch 'master' into futurePatrick Totzke2018-06-19
| |\ \ | |/ / |/| |
* | | Merge pull request #1247 from pazz/py3k-importsPatrick Totzke2018-06-19
|\ \ \
| * | | use importlib to load hooks code at startupPatrick Totzke2018-06-19
|/ / /
| * | Fix imports in colour pickerLucas Hoffmann2018-06-19
| * | Remove old __future__ importsLucas Hoffmann2018-06-19
|/ /
* | Merge pull request #1245 from pazz/printfixPatrick Totzke2018-06-18
|\ \
| * | fix encoding issue in thread.PrintCommandPatrick Totzke2018-06-18
|/ /
* | Merge branch 'py3k'Patrick Totzke2018-06-17
|\ \
| * | Revert "docs: mock urwid.util"Dylan Baker2018-05-15
| * | db/utils: remove unused importDylan Baker2018-05-15
| * | alot/helper: allow call_cmd to take bytes or strings as stdinDylan Baker2018-05-15
| * | commands/thread use a BytesIO instead of StringIO objectDylan Baker2018-05-15
| * | docs: mock urwid.utilDylan Baker2018-05-15
| * | alot/db/utils: improve unknown CTE messageDylan Baker2018-05-15
| * | Merge branch 'master' into py3kDylan Baker2018-05-15
| |\ \ | |/ / |/| |
* | | Merge pull request #1240 from teto/nixLucas Hoffmann2018-05-14
|\ \ \
| * | | better message on hook loading failureMatthieu Coudron2018-05-14
|/ / /
| * | Fix bad refactor of a testDylan Baker2018-05-07
| * | Add support for binary Content-Transfer-EncodingDylan Baker2018-05-07
| * | Fix some formatting requests for @luccDylan Baker2018-04-24
| * | Revert "Extract some context managers for patch objects."Dylan Baker2018-04-24
| * | This merges Pazz split of the extract_body functionDylan Baker2018-04-24
| |\ \ | |/ / |/| |
* | | Merge pull request #1237 from pazz/extract-bodyDylan Baker2018-04-24
|\ \ \ | |_|/ |/| |
| * | refactor db/utils.extract_bodyPatrick Totzke2018-04-24
|/ /
| * db/utils: fix bad merge conflict resolutionDylan Baker2018-04-24
| * Merge remote-tracking branch 'bignose/wip/issue/python3-codeclimate' into py3kDylan Baker2018-04-24
| |\
| | * Extract a level of nested control flow.Ben Finney2018-04-23
| | * Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
| | * Raise an exception with a meaningful message.Ben Finney2018-04-23
| | * Refactor some long statements to allow shorter lines.Ben Finney2018-04-23
| | * Re-format an over-long comment.Ben Finney2018-04-23
| | * Rename some test functions to have shorter names.Ben Finney2018-04-23
| | * Extract some context managers for patch objects.Ben Finney2018-04-23
| | * Reformat a long statement in documentation code.Ben Finney2018-04-23
| | * Correct over-long comment lines in documentation code.Ben Finney2018-04-23
| | * Extract a level of nested conditionals for tag command.Ben Finney2018-04-23
| | * Reformat a long string in Setuptools metadata.Ben Finney2018-04-23
| * | db/utils: handle mail with bogus encodingsDylan Baker2018-04-24
| * | db/utils: correctly handle 8bit encoded mailDylan Baker2018-04-24
| |/