summaryrefslogtreecommitdiff
path: root/alot/widgets.py
Commit message (Collapse)AuthorAge
...
* tweaked tag themingpatrick2011-08-02
|
* tag theming complete. issue #20pazz2011-08-02
|
* tag theming done. needs to be used..pazz2011-08-01
| | | | eg in threadline, taglistbuffer.. issue #20
* fix problem with body extractionpatrick2011-07-26
|
* separated Message from dbpazz2011-07-23
| | | | | since Message also includes mime-handler calling ist doesn't really fit anymore
* mv msg interpretation to Message issue #30pazz2011-07-23
|
* start with first completion when selecting accountpazz2011-07-22
|
* remove unread flag when opening a threadpazz2011-07-19
|
* interpreter for selected commandspazz2011-07-15
| | | | | | hit ':' and insert commandline. currently interpreted are quit,exit,search and '!' (shellescape) issue #17
* split promptwidget for later reusepazz2011-07-15
|
* unicode promptspazz2011-07-15
| | | | | | urwid.Edit().get_text() converts input to unicode iff its text arg was a unicode obj. partly fixes issue #46
* fix some unicode issues with bad encoding in htmlpazz2011-07-10
|
* correctly read and write utf8 encoded tagnamespazz2011-07-09
|
* pallete entry for attachment widgetpazz2011-07-09
|
* internally use only unicode obj..pazz2011-07-09
|
* a widget for db.Attachmentpazz2011-07-09
|
* cleanup of db.Messagepazz2011-07-09
|
* handle empty realnames in emailspazz2011-07-08
|
* if we write utf8, we should read utf8 later..pazz2011-07-07
|
* encodingfoo and mailcap for all contenttypespazz2011-07-06
|
* more encoding errors fixedpazz2011-07-06
|
* fix encoding issuespazz2011-07-06
| | | | | Header values in mails from disk are Mime-encoded, see RFC 2822. Also, explicitly decode values read from index to utf8
* handle mailformated mailcap entriespazz2011-07-05
| | | | completes fix of issue #10
* pep8pazz2011-07-04
|
* sanitize header valuespazz2011-07-03
|
* nicer header widgetpazz2011-07-01
|
* from line tweakspazz2011-07-01
|
* widget docstringspazz2011-06-25
|
* docstringspazz2011-06-24
|
* names only in msg summarypazz2011-06-24
|
* try multiproc..pazz2011-06-21
|
* more mutt-like 16c themepazz2011-06-19
|
* cleanuppazz2011-06-18
|
* use mailcap info for text/html dumpspazz2011-06-18
|
* properly decode text/html partspazz2011-06-18
|
* only print text parts in message body widgetspazz2011-06-18
|
* fix bufferlistpazz2011-06-18
|
* config parserpazz2011-06-05
|
* some love for the message summary widgetpazz2011-06-04
|
* cleanup, pep8, commentspazz2011-06-04
|
* shiny arrows for single thread viewpazz2011-06-04
|
* arrows in single thread bufferpazz2011-06-03
|
* lazy messages, rebuild of singlethread msg linespazz2011-06-01
|
* singlethread buffer shows all its msgspazz2011-06-01
|
* query keyword completion, s-tab for wb completionpazz2011-06-01
|
* decoupling of completions as "Completer" objectspazz2011-05-31
|
* completion in promptpazz2011-05-30
|
* Licencing: added GPL3 header to all source filespazz2011-05-30
|
* pep8pazz2011-05-28
|
* removed mouse stuff, fixes for prompt and searchpazz2011-05-28
|