summaryrefslogtreecommitdiff
path: root/alot
Commit message (Collapse)AuthorAge
* 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
* 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
| |
| * version bumpPatrick Totzke2011-08-27
| |
| * print command for thread view bound to p and PPatrick Totzke2011-08-27
| |
| * parse multiline headers from editor inputPatrick Totzke2011-08-26
| | | | | | | | | | | | The input still contains utf-8 encoded stuff tped in by the user (in headers and body), that needs to be recoded to mime format. Hence we do it ourselves. This adds handling for multiline header values and fixes issue #31
| * filter out paths that are no files for attachPatrick Totzke2011-08-26
| |
| * read more carefully from mailsPatrick Totzke2011-08-26
| | | | | | | | use mail.get('field','') to ensure you get strings. fixes issue #36
| * shortened attachment code. issue #37Patrick Totzke2011-08-26
| |
| * rename "tag translate" section to "tag-translate"Patrick Totzke2011-08-25
| |
| * pep8 fixesPatrick Totzke2011-08-25
| |
| * api docPatrick Totzke2011-08-25
| |
| * split ui.commandprompt into prompt and interpretPatrick Totzke2011-08-25
| | | | | | | | | | this allows hooks to easily call alot commands via ui.interpret_commandline('yourcommand')
| * better use of screenspace in long header valuesPatrick Totzke2011-08-24
| |
| * fix: forgot to rename methodPatrick Totzke2011-08-23
| |
| * fix issue #10Patrick Totzke2011-08-22
| |
* | Merge branch 'develop' into addressbookPatrick Totzke2011-08-20
|\| | | | | | | | | | | Conflicts: alot/account.py alot/command.py
| * fix: handle canceling in compose promptsPatrick Totzke2011-08-20
| | | | | | | | issue #29
| * history for commandpromptPatrick Totzke2011-08-20
| |
| * Merge branch 'develop' of github.com:pazz/alot into developPatrick Totzke2011-08-20
| |\
| | * fix: store_mailPatrick Totzke2011-08-19
| | |
| | * fixed c/p leftoversPatrick Totzke2011-08-19
| | |
| | * fix: issue with encoders in helper.attachPatrick Totzke2011-08-19
| | |
| * | make editors write encoding user configurablePatrick Totzke2011-08-20
| | | | | | | | | | | | this defaults to 'UTF-8'
| * | reattach unintentionally removed linePatrick Totzke2011-08-20
| | |
| * | encoding/decoding of header valuesPatrick Totzke2011-08-20
| |/ | | | | | | issue #1
| * fix issue with maildir sync changing filenamesPatrick Totzke2011-08-18
| |
| * add getter for Messages at DBManagerPatrick Totzke2011-08-18
| |
| * add 'signature_filename' in accountsPatrick Totzke2011-08-18
| | | | | | | | | | this lets you specify the filename used in the signature attachment
| * attach signature file to outgoing mailsPatrick Totzke2011-08-18
| |
| * more sane defaultspatrick2011-08-18
| |
| * make formatstring for timestamps configurable.patrick2011-08-18
| | | | | | | | | | | | | | | | | | | | This adds a new config option 'timestamp_format' to the globals section that, if set, is used to format datetimes in thread and search buffers. Caution: It accepts standart strftime strings, see: http://docs.python.org/library/datetime.html#strftime-strptime-behavior BUT: as configparser uses '%' internally, you must escape them by using '%%'.
* | 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
|/
* this sets sync_maildir according when taggingPatrick Totzke2011-08-17
| | | | | DBManager reads the maildir.synchronize_flags option from notmuch's config and calls the api accordingly when tagging
* pep8 line spacesPatrick Totzke2011-08-17
|
* access notmuch's config via settings.notmuchconfigPatrick Totzke2011-08-17
| | | | | This adds a comdline option "-n" to specify the location of notmuch's config file and splits the CustomConfigparser
* Merge branch 'hotfix-unicode-tags' into developpazz2011-08-14
|\
| * encode to utf-8 before passing to urwid (issue #4)Luke Macken2011-08-14
| |