summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * pre/post edit translate hooks (issue #55)Patrick Totzke2011-09-18
| |
| * hooks docuPatrick Totzke2011-09-18
| |
| * new hook paramter layoutPatrick Totzke2011-09-18
| | | | | | | | | | all hooks get called with the following as keywords: ui, dbm, aman, log, config
| * fix: forwardingPatrick Totzke2011-09-17
| |
| * more liberal lookup for accountsPatrick Totzke2011-09-17
| |
| * added hooks for inline forward and reply quotesPatrick Totzke2011-09-17
| | | | | | | | | | | | define a hook reply_prefix(name,address,datetime) to set the content of the first inline quoted line in reply messages. similarly for forward.
| * fix use shlex for OpenAttachment, pep8Patrick Totzke2011-09-16
| | | | | | | | | | | | this fixes opening of attachments with filenames that include brackets. Note: shlex can't parse unicode! if utf8 attachment filenames happen this might lead to problems
| * updated newsPatrick Totzke2011-09-15
| |
| * ContactsCompleter respects given order on accountsPatrick Totzke2011-09-15
| |
| * config option: complete_matching_abook_onlyPatrick Totzke2011-09-15
| | | | | | | | | | | | in case more than one account has an addressbook: Set this to True to make tabcompletion for recipients during compose only look in the abook of the account matching the sender address
| * fiz typo with abook_regexp set in configPatrick Totzke2011-09-15
| |
| * fix error on retag on empty searchPatrick Totzke2011-09-15
| |
| * fix bug_on_exitPatrick Totzke2011-09-11
| |
| * fix handling of spaces in attachment filenamesPatrick Totzke2011-09-11
| |
| * use nonblocking ui.choicePatrick Totzke2011-09-11
| |
| * nonblocking ui.choice issue #52Patrick Totzke2011-09-11
| |
| * pep8 fixesPatrick Totzke2011-09-11
| |
| * documentationPatrick Totzke2011-09-11
| |
| * default key maps for attachment save (s and S)Patrick Totzke2011-09-11
| |
| * fix saving attachments: issue #48Patrick Totzke2011-09-11
| |
| * Merge branch 'develop' of github.com:pazz/alot into developPatrick Totzke2011-09-10
| |\
| | * updated readmePatrick Totzke2011-09-08
| | |
| | * Add config option for initial searchstringRuben Pollan2011-09-08
| | | | | | | | | | | | | | | New option for the alot.rc initial_searchstring where can be defined the default search string when alot is opend without params.
| | * fix issue with os.basename of NoneType filenamesPatrick Totzke2011-09-06
| | |
| * | Merge branch 'prompt' into developPatrick Totzke2011-09-10
| |\ \ | | |/ | |/|
| | * use inlineCallback promts throughout commandPatrick Totzke2011-09-10
| | |
| | * moved history handling and callback to widgetPatrick Totzke2011-09-10
| | |
| | * twisted mainloop and non-blocking promptPatrick Totzke2011-09-10
| |/ | | | | | | issue #51
| * interpret 'pipeto' command, mapped to | in threadPatrick Totzke2011-09-04
| |
| * refactored PrintCommand to PipeCommandPatrick Totzke2011-09-04
| |
| * fix: forgot to change call to renamed methodPatrick Totzke2011-09-04
| |
| * fix buf with non-basename filenames in attachmentsPatrick Totzke2011-09-01
| | | | | | | | | | | | Apparently, some clients (k9 on android) send attachments with a full pathname as filename. in that case we only use its basename.
| * pep8Patrick Totzke2011-08-30
| |
| * issue #40: call thread.refresh upon redrawPatrick Totzke2011-08-30
| |
| * unifies pipe to cmd in send_mail and print.Patrick Totzke2011-08-30
| | | | | | | | issue #39
| * more sane defaults for printing:Patrick Totzke2011-08-30
| | | | | | | | | | issue #45: global.print_cmd defaults to none, PrintCommand handles it accordingly.
| * fix no-results with abook lookupPatrick Totzke2011-08-30
| | | | | | | | issue #42
| * Merge branch 'addressbook' into developPatrick Totzke2011-08-28
| |\
| | * new completion semanticsPatrick Totzke2011-08-28
| | | | | | | | | | | | | | | this time it respects suffixes and can complete recipients from your addressbook
| | * change completion semanticsPatrick Totzke2011-08-27
| | |
| | * Merge branch 'develop' into addressbookPatrick Totzke2011-08-27
| | |\ | | |/ | |/|
| * | hotfix issue #38Patrick Totzke2011-08-27
| | |
| | * Merge branch 'develop' into addressbookPatrick Totzke2011-08-20
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: alot/account.py alot/command.py
| | * | first attempt to contactscompleterPatrick Totzke2011-08-20
| | | |
| | * | AddressBook classes that can lookup names/emailsPatrick Totzke2011-08-20
| | | |
| | * | shlex and unicode (needs ascii)Patrick Totzke2011-08-20
| | | |
| | * | addressbook class and abook parserPatrick Totzke2011-08-17
| | | |
* | | | fix error on retag on empty searchPatrick Totzke2011-09-15
| | | |
* | | | Add config option for initial searchstringRuben Pollan2011-09-08
| | | | | | | | | | | | | | | | | | | | New option for the alot.rc initial_searchstring where can be defined the default search string when alot is opend without params.
* | | | updated readmePatrick Totzke2011-09-08
| | | |