summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* Fix operator precedence when matching messagesLucas Hoffmann2017-08-05
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* db/utils: Improve readabilityDylan Baker2017-07-24
* db/utils: optimize if statementsDylan Baker2017-07-24
* db/utils: Support unicode in signaturesDylan Baker2017-07-24
* utils: Fix verifying signaturesDylan Baker2017-07-11
* Use stdlib functions in db.utils.encode_headerLucas Hoffmann2017-06-30
* Exclude search.exclude_tags from searchesJohannes Löthberg2017-06-08
* Remove unused methodLucas Hoffmann2017-02-02
* alot/db/utils: Revert use of iterkeys on MessageDylan Baker2017-02-02
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Turn method into a generatorLucas Hoffmann2017-01-19
|/
* Port old doctests to unittest: alot.db.envelopeLucas Hoffmann2017-01-18
* db/message: fix whitespaceDylan 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
* Dirty fix for case-(in)sensitive MIME matching.Pol Van Aubel2016-12-26
* Replace unused arguments with _Dylan Baker2016-12-21
* Don't use dict.keys when not necessaryDylan Baker2016-12-21
* Use dict's iter methodsDylan 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
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* tests: Add tests for alot.db.thread.Thread.get_authorDylan Baker2016-12-21
* db/thread: define Thread._authors in constructorDylan Baker2016-12-21
* Drop little used helperDylan Baker2016-12-19
* Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* use open() as context managerDylan Baker2016-12-14
* Don't pass None as second argument of dict.get()Dylan Baker2016-12-13
* Replace list comprehension with set comprehensionDylan Baker2016-12-13
* Replace mutable keyword argumentsDylan 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
* Remove braces after `del` and `return`Lucas Hoffmann2016-12-09
* New option `thread_authors_order_by` to control author orderTommy Lindgren2016-12-06
* Merge pull request #752 from jkoelker/pipeto_field_keyPatrick Totzke2016-12-06
|\
| * Allow specifing the mailcap field key for `pipeto`Jason Kölker2015-02-11
* | Merge pull request #901 from xunam/fix-backslash-tPatrick Totzke2016-12-06
|\ \
| * | Removed incorrect backslash-t substitution in envelope.Emmanuel Beffara2016-10-20
* | | Merge branch '0.3.8-feature-untrusted-signatures-858'Patrick Totzke2016-12-06
|\ \ \ | |/ / |/| |
| * | Define local var in all code paths.Lucas Hoffmann2016-03-30