summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* helpstrings and pep8Patrick Totzke2011-10-16
|
* helpstrings and cleanup search commandsPatrick Totzke2011-10-16
|
* helpstrings in globals and envelopePatrick Totzke2011-10-15
|
* help stringsPatrick Totzke2011-10-15
|
* fix help without parametersPatrick Totzke2011-10-15
|
* decorate globals:composePatrick Totzke2011-10-15
|
* decorate search:retagPatrick Totzke2011-10-15
|
* utf8 fixes after shlexPatrick Totzke2011-10-15
|
* decorate thread:replyPatrick Totzke2011-10-15
|
* decorate thread:pipeto/printPatrick Totzke2011-10-15
|
* decorate thread:savePatrick Totzke2011-10-15
|
* decorate thread:fold/unfoldPatrick Totzke2011-10-15
|
* 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
|
* add module to setup.pyPatrick 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 branch 'master' of github.com:pazz/alotPatrick Totzke2011-10-07
|\ \ \
| * \ \ 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.