summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
Commit message (Expand)AuthorAge
* alot/commands/thread: Fix py3k issuesDylan Baker2018-03-01
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* py3k: use StringIO from io module instead of cStringIODylan Baker2018-03-01
* Move screen stop/start logic into context manager.Thomas Nixon2018-02-19
* Fix #1191, lockup after running external command.Thomas Nixon2018-02-19
* add test for argparse validatorPatrick Totzke2017-11-08
* keep ThreadBuffer indentation non-negativePatrick Totzke2017-11-05
* sanitize parameter for thread mode command 'indent'Patrick Totzke2017-11-05
* new thread buffer command 'indent'Patrick Totzke2017-11-05
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * Use new Address classDylan Baker2017-08-28
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* Use io.BytesIO and io.StringIODylan Baker2017-08-19
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* Merge pull request #988 from lucc/move-next-matchingLucas Hoffmann2017-08-07
|\
| * docs: Update docstrings for move commandsLucas Hoffmann2017-08-05
| * Interpret unrecognized movements as search termsLucas Hoffmann2017-08-05
* | Format class decoratorsLucas Hoffmann2017-08-04
|/
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Copy tags to envelope with :editnewLucas Hoffmann2017-07-11
* determine_sender: replace complicated break logic by returnLucas Hoffmann2017-06-23
* Use account instead of realname to break loopsLucas Hoffmann2017-06-23
* Remember matched account explicitlyLucas Hoffmann2017-06-22
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\
| * Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* | Fix bug when replying to allLucas Hoffmann2017-01-25
* | Fix typo in commentLucas Hoffmann2017-01-25
* | Merge pull request #993 from lucc/quotes-in-namesPatrick Totzke2017-01-25
|\ \
| * | Add docstringLucas Hoffmann2017-01-25
| * | Use email.utils.formataddr when preparing headersLucas Hoffmann2017-01-25
* | | Fix missing self in staticmethod callLucas Hoffmann2017-01-25
|/ /
* / Turn local helper function into staticmethodLucas Hoffmann2017-01-24
|/
* make addresses unique in To headersPatrick Totzke2017-01-22
* clean up my address from Cc'sPatrick Totzke2017-01-22
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* fix odd continuation and indentationDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* Merge pull request #885 from lucc/historyPatrick Totzke2016-12-15
|\
| * Expand history concept for sender and recipient of mailLucas Hoffmann2016-12-14
* | Use native logging string interpolationLucas Hoffmann2016-12-14
* | Fix import to be compatible with python 2.7 and 3Lucas Hoffmann2016-12-14
|/
* Don't pass None as second argument of dict.get()Dylan Baker2016-12-13
* Don't materialize with any()Dylan Baker2016-12-13
* Further minor style fixesLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Merge pull request #752 from jkoelker/pipeto_field_keyPatrick Totzke2016-12-06
|\