summaryrefslogtreecommitdiff
path: root/alot
Commit message (Collapse)AuthorAge
* decorate envelope:toggletagPatrick Totzke2011-10-15
|
* decorate envelope:refinePatrick Totzke2011-10-15
|
* decorate search:refinePatrick Totzke2011-10-15
|
* decorate globals:promptPatrick Totzke2011-10-15
|
* use shlexPatrick Totzke2011-10-15
|
* fix prompt bindingPatrick Totzke2011-10-15
|
* decorate envelope:attachPatrick Totzke2011-10-15
|
* infrastructure for argparser in commandfactoryPatrick Totzke2011-10-15
|
* imports and pep8Patrick Totzke2011-10-13
|
* fix importsPatrick Totzke2011-10-13
|
* filled commands/*pyPatrick Totzke2011-10-13
|
* globals and search commands donePatrick Totzke2011-10-12
|
* 2nd attemptPatrick Totzke2011-10-12
|
* Merge branch 'master' into commandrefactoringPatrick Totzke2011-10-12
|\
| * fix nasty updating of COMMANDS by completerPatrick Totzke2011-10-11
| | | | | | | | | | This updates command.COMMANDS['global'], with the effect that 'select' points to something else than SendKeypressCommand.
| * don't use addresses only in cc/bcc/to completionPatrick Totzke2011-10-10
| |
| * correctly decode value before refine promptPatrick Totzke2011-10-10
| |
| * correctly handle select keypressPatrick Totzke2011-10-10
| | | | | | | | | | enter sends 'select' keypress, which should be used for mappings
| * Use utf-8 encoding when calling external processesPatrick Totzke2011-10-10
| |
* | Merge branch 'master' into commandrefactoringPatrick Totzke2011-10-09
|\| | | | | | | | | Conflicts: alot/command.py
| * contacts completion for set in envelope modePatrick Totzke2011-10-09
| |
| * fix completion for refine commandPatrick Totzke2011-10-08
| |
| * default refine mappings for envelopePatrick Totzke2011-10-08
| |
| * set/refine commands for envelope buffersPatrick Totzke2011-10-08
| |
* | sorted commands into separate filesPatrick Totzke2011-10-08
| |
* | bend importsPatrick Totzke2011-10-08
|/
* nicer integration of movecommand and help dialogPatrick Totzke2011-10-08
|
* Merge branch 'helpdialogs'Patrick Totzke2011-10-08
|\ | | | | | | | | | | Conflicts: alot/command.py alot/ui.py
| * Merge branch 'master' into helpdialogsPatrick Totzke2011-10-02
| |\
| * | completion for help commandPatrick Totzke2011-10-01
| | |
| * | add HelpCommandPatrick Totzke2011-10-01
| | |
| * | add machanism to replace root until keypressPatrick Totzke2011-10-01
| | |
| * | add DialogBox widgetPatrick Totzke2011-10-01
| | | | | | | | | | | | that decorates a widget with a box with title
| * | formating attributes for help boxPatrick Totzke2011-10-01
| | |
* | | Merge pull request #89 from teythoon/improve_extract_bodyPatrick Totzke2011-10-07
|\ \ \ | | | | | | | | Build a list of message parts and join them on \n\n
| * | | Close the temporary file before launching the helper appJustus Winter2011-10-07
| | | | | | | | | | | | | | | | This ensures that the buffers have been flushed.
| * | | Build a list of message parts and join them on \n\nJustus Winter2011-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Building a list and joining it is more efficient than concatenating strings since strings are immutable in python. Also joining the different parts on \n\n is nicer imho.
* | | | Merge pull request #90 from teythoon/fix_subject_clippingPatrick Totzke2011-10-07
|\ \ \ \ | | | | | | | | | | Fix clipping of subjects
| * | | | Fix clipping of subjectsJustus Winter2011-10-07
| |/ / / | | | | | | | | | | | | | | | | | | | | Subjects that did not fit into the available space were not displayed at all, giving the column with the subject a higher weight fixes this.
* | | | Use helper.humanize_size() to display the attachment sizeJustus Winter2011-10-07
| | | |
* | | | Add humanize_size to helper.py that humanizes sizesJustus Winter2011-10-07
|/ / /
* | | get rid of urwids command_mapPatrick Totzke2011-10-05
| | |
* | | respect restricted 'command interpret mode'Patrick Totzke2011-10-05
| | | | | | | | | | | | | | | | | | if InputWrap has select_cancel_only set, only those commands will be applied; other keypresses not interpreted as such will be relayed. Get rid of urwid-maps
* | | direct global commands for cancel and selectPatrick Totzke2011-10-05
| | |
* | | cleanupPatrick Totzke2011-10-05
| | |
* | | make input wrapping explicitPatrick Totzke2011-10-05
| | | | | | | | | | | | | | | command creation is done in the topmost widget, wich is ui.inputwrap
* | | add move commandPatrick Totzke2011-10-04
| | |
* | | rework main keypress for relayingPatrick Totzke2011-10-04
| | |
* | | use new atomicity features in dbm.flushPatrick Totzke2011-10-03
| | |
* | | clean up some corpses and pep8 fixesPatrick Totzke2011-10-03
| |/ |/|