summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* pep8Patrick Totzke2012-01-03
* fix name of SaveCommandPatrick Totzke2012-01-03
* use envelope.attach in AttachCommandPatrick Totzke2012-01-03
* Merge branch 'feature-sort-145' into testingPatrick Totzke2012-01-03
|\
| * add new search command: "sort"Patrick Totzke2012-01-03
| * propagate search parameter to commandline argsPatrick Totzke2012-01-03
| * add '--sort' parameter to search commandPatrick Totzke2012-01-03
| * introduce config switch 'search_threads_sort_order'Patrick Totzke2012-01-03
| * introduce sort orders in DBManagerPatrick Totzke2012-01-03
* | Select highlight theme only once per refreshdtk2012-01-02
* | Amend highlighting of date and mailcount in rebuild()dtk2012-01-02
* | Comply with code conventions for private methodsdtk2012-01-02
* | Adjust default highlight themesdtk2012-01-02
* | Enable highlighting of tag combinationsdtk2012-01-02
* | Teach thread to check for several tagsdtk2012-01-02
* | Don't fallback to lower priority tag themeingdtk2012-01-02
* | Refine selection of default themeing for highlightingdtk2012-01-02
|/
* don't double-quote pathsPatrick Totzke2012-01-01
* multi word commands for pipetoPatrick Totzke2012-01-01
* don't display text/plain attachments in bodytextPatrick Totzke2011-12-31
* move signature adding to ComposeCommandPatrick Totzke2011-12-30
* added account option 'signature_as_attachment'Patrick Totzke2011-12-30
* changed default binding: P postpones (saves draft)Patrick Totzke2011-12-27
* isinstance(s, basestring) to match str and unicodePatrick Totzke2011-12-27
* update ThreadBuffer wrt new folding methodPatrick Totzke2011-12-27
* simplified MessageWidgetPatrick Totzke2011-12-27
* merge fold,toggleheaders and togglesource commandsPatrick Totzke2011-12-27
* binding: `h` to togglesource in thread modePatrick Totzke2011-12-27
* add thread mode command 'togglesource'Patrick Totzke2011-12-27
* display raw message source text in MessageWidgetPatrick Totzke2011-12-27
* use RefreshCommand after removing messagePatrick Totzke2011-12-27
* ThreadBuffer rebuilds to SolidFill if thread nonexistantPatrick Totzke2011-12-27
* introduce and use NonexistantObjectErrorPatrick Totzke2011-12-27
* Enable highlighting of date and mailcount componentsdtk2011-12-27
* Use better default themeing for highlightingdtk2011-12-27
* Generalize highlightingdtk2011-12-27
* Refactor ThreadlineWidget::__get_*_theme() methodsdtk2011-12-27
* Enable themeing of authors string of unread mailsdtk2011-12-27
* Enable themeing of authors string of unread mailsdtk2011-12-27
* Change default for highlight_unread_mails to Truedtk2011-12-27
* move Message-ID creation to envelope.construct_mailPatrick Totzke2011-12-27
* don't set envelope.sent_time in EditNewCommandPatrick Totzke2011-12-27
* inline docs for Envelope.construct_mailPatrick Totzke2011-12-27
* Merge branch 'feature-drafts' into testingPatrick Totzke2011-12-27
|\
| * introduce threads.RemoveCommandPatrick Totzke2011-12-27
| * add DBManager.remove_messagePatrick Totzke2011-12-27
| * add Date-header when converting envelope to mailsPatrick Totzke2011-12-27
| * pep8 fixesPatrick Totzke2011-12-27
| * default theme for draft tag: white on redPatrick Totzke2011-12-27
| * fix account.store_mailPatrick Totzke2011-12-26