summaryrefslogtreecommitdiff
path: root/alot
Commit message (Collapse)AuthorAge
* fix separately handle name and address fieldsPatrick Totzke2011-10-20
| | | | | | this prevents strange stuff from hapening if name contans uft8 chars: then the whole header, including the address would be encoded, making the msg unreadable for the MTA
* use decode_header in header widget!Patrick Totzke2011-10-20
|
* more sensible header blacklist in envelopesPatrick Totzke2011-10-19
|
* Merge branch 'master' of github.com:pazz/alotPatrick Totzke2011-10-19
|\
| * pep8 fixesPatrick Totzke2011-10-19
| |
| * correct handling of empty edit_headers listPatrick Totzke2011-10-19
| |
| * default values for black/whitelistsPatrick Totzke2011-10-19
| |
| * make envelope.edit respect black/whitelistsPatrick Totzke2011-10-19
| |
* | fix: forgot decoding of subject in reply/forwardPatrick Totzke2011-10-19
|/
* correctly return empty stringlistsPatrick Totzke2011-10-19
|
* smarter discovery of editor commandPatrick Totzke2011-10-19
| | | | | This will respect EDITOR env var or use /usr/bin/editor if editor_cmd is unset (default)
* renamed option global.spawn_editor to editor_spawnPatrick Totzke2011-10-19
|
* sorted default config a bitPatrick Totzke2011-10-19
|
* introduced option global.editor_in_threadPatrick Totzke2011-10-19
| | | | | if set to True, alot will call your editor in a separate thread, making the ui non-blocking in case your editor uses its own x11 window.
* removed toggletag ibox binding in thread modePatrick Totzke2011-10-18
|
* handling of tags containing spaces in refinepromptPatrick Totzke2011-10-18
|
* fix quoting in shlexPatrick Totzke2011-10-18
| | | | | | and catch ValueError on non-matching quotes. Explicit quoting in a commandprompt has been swallowed by shlex before.
* fix issue #103Patrick Totzke2011-10-18
|
* toggleheaders in envelope bufferPatrick Totzke2011-10-18
| | | | issue #102
* pep8Patrick Totzke2011-10-18
|
* unset command in envelope bufferPatrick Totzke2011-10-18
|
* use header blacklist in envelope bufferPatrick Totzke2011-10-18
|
* cleanupPatrick Totzke2011-10-16
|
* fix bindindings help wrt relayPatrick Totzke2011-10-16
|
* pep8 fixesPatrick Totzke2011-10-16
|
* fix poblem with relays in blocking modePatrick Totzke2011-10-16
|
* use blocking notification in helpPatrick Totzke2011-10-16
|
* fix blocking notificationPatrick Totzke2011-10-16
|
* fix envelope:setPatrick Totzke2011-10-16
|
* use select instead of openthreadPatrick Totzke2011-10-16
|
* Merge branch 'master' into commandrefactoringPatrick Totzke2011-10-16
|\
| * Fix tab rendering in MessageBodyWidgetJustus Winter2011-10-16
| | | | | | | | | | | | | | urwid renders all characters in map(chr, range(32)) as '?' except for the newline character. This makes sense since it is up to the application to interpret those characters.
* | fix ! for shellescape and error handlingPatrick Totzke2011-10-16
| |
* | colect args in globals refine/searchPatrick Totzke2011-10-16
| |
* | decorated glabals:shellescapePatrick Totzke2011-10-16
| |
* | added binding for toggletag flaggedPatrick Totzke2011-10-16
| |
* | typoPatrick Totzke2011-10-16
| |
* | 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
| |