summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* db/thread: define Thread._authors in constructorDylan Baker2016-12-21
* Drop little used helperDylan Baker2016-12-19
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* Merge pull request #929 from lucc/with-block-temp-filesPatrick Totzke2016-12-18
|\
| * Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* | Turn method into static methodLucas Hoffmann2016-12-17
* | Remove redundant None argument in dict.get()Lucas Hoffmann2016-12-17
* | Simplify arithmetic comparisonLucas Hoffmann2016-12-17
|/
* fix interpolation in config files #902.Patrick Totzke2016-12-16
* Merge pull request #885 from lucc/historyPatrick Totzke2016-12-15
|\
| * Fix typo in commentLucas Hoffmann2016-12-15
| * Address comments by @dcbakerLucas Hoffmann2016-12-15
| * Expand history concept for sender and recipient of mailLucas Hoffmann2016-12-14
| * Add history_size optionLucas Hoffmann2016-12-14
| * Save and load command history across invocationsLucas Hoffmann2016-12-14
* | use open as a context manager instead of oneline open().read()Dylan Baker2016-12-14
* | use open() as context managerDylan Baker2016-12-14
* | Merge pull request #920 from lucc/pylintDylan Baker2016-12-14
|\ \ | |/ |/|
| * Turn alot.errors.GPGCode into a new style classLucas 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
| * Remove an unused variableLucas Hoffmann2016-12-14
* | Fix typo in docstringLucas 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
* Use tuple for isinstance instead of multiple calls to isinstanceDylan Baker2016-12-13
* Replace list comprehension with set comprehensionDylan Baker2016-12-13
* Replace mutable keyword argumentsDylan Baker2016-12-13
* settings/manager.py: Compare addresses using == instead of inDylan Baker2016-12-13
* Remove trailing whitespace from inline docsLucas Hoffmann2016-12-11
* Remove trailing white spaceLucas Hoffmann2016-12-11
* Further minor style fixesLucas Hoffmann2016-12-09
* Fix except syntaxLucas 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
* version bumpPatrick Totzke2016-12-09
* bump version numberPatrick Totzke2016-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
* | | Use `is` operator for comparing with `None` (Pep8)Cody2016-12-06
* | | Merge branch '0.3.8-SIGINT-903'Patrick Totzke2016-12-06
|\ \ \
| * | | ui: Only update via SIGINT1 when in search bufferDimitrios Semitsoglou-Tsiapos2016-11-13
| |/ /
* | | Merge branch '0.3.8-editnew_bug-819'Patrick Totzke2016-12-06
|\ \ \
| * | | Use the first account if no address matches in ComposeCommandRuben Pollan2016-09-03
* | | | Rename to adhere to config option naming scheme.Pol Van Aubel2016-12-06
* | | | Make header list configurable.Pol Van Aubel2016-12-06