summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* 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
| * | Indicate untrusted PGP signatures in thread view.Lucas Hoffmann2016-03-24
* | | fix #891Patrick Totzke2016-10-19
|/ /
* | pep8 fixesPatrick Totzke2015-12-16
* | Allow configuring what does alot consider to be the thread subject.Anton Khirnov2015-12-16
* | remove deprecated methodPatrick Totzke2015-11-24
|/
* fix regex for unquoting in decode_headerTomas Tomecek2015-01-08
* use magic on application/octetstream' attachmentsPatrick Totzke2014-11-22
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* ensure that Envelope.body is unicode stringPatrick Totzke2014-03-21
* add mailto-helperPatrick Totzke2013-12-01
* db.utils: Use unicode for GPG error messagesSimon Chopin2013-08-13
* Use Unicode strings when dealing with GPGSimon Chopin2013-07-24
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* adjust error messagePatrick Totzke2013-07-07
* move check to add_message directlyPatrick Totzke2013-07-07
* raise exception when adding msg no non-indexable pathPatrick Totzke2013-07-07
* add helper to check if path is below anotherPatrick Totzke2013-07-07
* Fix the default failobj of get_paramsJustus Winter2013-06-20
* Tune the parsing of RFC 3156 style mailsJustus Winter2013-06-16
* Fix detection of OpenPGP encrypted dataJustus Winter2013-06-16
* Move the parameter extraction to its own functionJustus Winter2013-06-16
* Normalize Content-Type parametersJustus Winter2013-06-16