Created
February 15, 2012 13:50
-
-
Save quite/1835818 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG:__init__:mode:global got commandline "search tag:inbox AND NOT tag:killed" | |
DEBUG:__init__:ARGS: [u'search', u'tag:inbox', u'AND', u'NOT', u'tag:killed'] | |
DEBUG:__init__:PARMS: {'sort': None, 'query': [u'tag:inbox', u'AND', u'NOT', u'tag:killed']} | |
DEBUG:__init__:cmd parms {'sort': None, 'query': [u'tag:inbox', u'AND', u'NOT', u'tag:killed'], 'prehook': None, 'posthook': None} | |
INFO:ui:setup gui in 256 colours | |
DEBUG:ui:fire first command | |
DEBUG:ui:apply command: <alot.commands.globals.SearchCommand object at 0x8efe62c> | |
DEBUG:walker:EMPTY PIPE | |
DEBUG:__init__:mode:search got commandline "prompt 'search '" | |
DEBUG:__init__:ARGS: [u'prompt', u'search '] | |
DEBUG:__init__:PARMS: {'startwith': u'search '} | |
DEBUG:__init__:cmd parms {'posthook': None, 'startwith': u'search ', 'prehook': None} | |
DEBUG:ui:apply command: <alot.commands.globals.PromptCommand object at 0x8efe0cc> | |
INFO:globals:open command shell | |
DEBUG:__init__:mode:global got commandline "bnext" | |
DEBUG:__init__:ARGS: [u'bnext'] | |
DEBUG:__init__:PARMS: {'offset': 1} | |
DEBUG:__init__:cmd parms {'posthook': None, 'prehook': None, 'offset': 1} | |
DEBUG:__init__:mode:global got commandline "prompt" | |
DEBUG:__init__:ARGS: [u'prompt'] | |
DEBUG:__init__:PARMS: {'startwith': ''} | |
DEBUG:__init__:cmd parms {'posthook': None, 'startwith': '', 'prehook': None} | |
DEBUG:__init__:mode:global got commandline "bnext" | |
DEBUG:__init__:ARGS: [u'bnext'] | |
DEBUG:__init__:PARMS: {'offset': 1} | |
DEBUG:__init__:cmd parms {'posthook': None, 'prehook': None, 'offset': 1} | |
DEBUG:__init__:mode:global got commandline "select" | |
DEBUG:__init__:ARGS: [u'select'] | |
DEBUG:__init__:PARMS: {'key': 'select'} | |
DEBUG:__init__:cmd parms {'prehook': None, 'key': 'select', 'posthook': None} | |
DEBUG:ui:apply command: <alot.commands.globals.SendKeypressCommand object at 0x901b08c> | |
DEBUG:globals:CMDLINE: search tag:cs-group | |
DEBUG:__init__:mode:search got commandline "search tag:cs-group " | |
DEBUG:__init__:ARGS: [u'search', u'tag:cs-group'] | |
DEBUG:__init__:PARMS: {'sort': None, 'query': [u'tag:cs-group']} | |
DEBUG:__init__:cmd parms {'sort': None, 'query': [u'tag:cs-group'], 'prehook': None, 'posthook': None} | |
DEBUG:ui:apply command: <alot.commands.globals.SearchCommand object at 0x9017a4c> | |
DEBUG:__init__:mode:search got commandline "move down" | |
DEBUG:__init__:ARGS: [u'move', u'down'] | |
DEBUG:__init__:PARMS: {'key': [u'down']} | |
DEBUG:__init__:cmd parms {'prehook': None, 'key': [u'down'], 'posthook': None} | |
DEBUG:ui:apply command: <alot.commands.globals.SendKeypressCommand object at 0x90254ac> | |
DEBUG:__init__:mode:search got commandline "exit" | |
DEBUG:__init__:ARGS: [u'exit'] | |
DEBUG:__init__:PARMS: {} | |
DEBUG:__init__:cmd parms {'prehook': None, 'posthook': None} | |
DEBUG:ui:apply command: <alot.commands.globals.ExitCommand object at 0x90be1cc> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment