summaryrefslogtreecommitdiff
path: root/alot
Commit message (Collapse)AuthorAge
...
* | cleanup and fix issue with non-set current_bufferPatrick Totzke2011-10-02
| |
* | moved exit code back to UIPatrick Totzke2011-10-02
| |
* | fix typo from manual mergePatrick Totzke2011-10-02
| |
* | Merge branch 'master' of github.com:pazz/alotPatrick Totzke2011-10-02
|\ \ | | | | | | | | | | | | Conflicts: alot/init.py
| * | Remove duplicated functionJustus Winter2011-10-02
| | |
| * | Remove dead assignmentsJustus Winter2011-10-02
| | |
| * | Remove superfluous importsJustus Winter2011-10-02
| | |
* | | initial command instead of search: issue #79Patrick Totzke2011-10-02
|/ /
* | make sure only one config file is usedPatrick Totzke2011-10-02
| |
* | cleanup initPatrick Totzke2011-10-02
|/
* fix issue with non-updating focus-flagsPatrick Totzke2011-09-30
|
* Sort the tags in ThreadlineWidget using tag_cmpJustus Winter2011-09-30
|
* Add helper function to sort translated tagsJustus Winter2011-09-30
| | | | | Sorting tags using this function puts all tags of length 1 at the beginning. This groups all tags mapped to unicode characters.
* Enable toggletag to toggle a list of tagsJustus Winter2011-09-30
|
* Fix saving of sent mails and draftsJustus Winter2011-09-30
|
* new config switch bufferclose_focus_offsetPatrick Totzke2011-09-30
| | | | | defines the offset of the newly focussed buffer in case one closes the current one
* Move urwid maps to config fileJustus Winter2011-09-29
|
* Cosmetic fixJustus Winter2011-09-29
|
* Document spawn_editorJustus Winter2011-09-29
|
* Remove duplicated entryJustus Winter2011-09-29
|
* fix: double decoding of mailcap handlers outputPatrick Totzke2011-09-27
| | | | issue #68
* fix encoding issue with abook lookupsPatrick Totzke2011-09-26
|
* fancy shortening for authors listPatrick Totzke2011-09-26
| | | | issue #67
* fix double quoting issue in OpenAttachmentPatrick Totzke2011-09-24
| | | | | | default mailcaps are filled with "'%s'" as path template. Using helper.shell_quote on a path like this quotes it again and filenames with spaces woun't open properly
* use external command templates in OnenAttachmentPatrick Totzke2011-09-24
|
* Merge branch 'develop'Patrick Totzke2011-09-23
|\ | | | | | | | | | | | | | | Conflicts: README.md alot/defaults/alot.rc alot/init.py alot/settings.py
| * pep8 cleanupPatrick Totzke2011-09-23
| |
| * Merge pull request #59 from teythoon/enhance_external_commandPatrick Totzke2011-09-23
| |\ | | | | | | Enhance external command
| | * Enhance external command templatesJustus Winter2011-09-22
| | | | | | | | | | | | | | | Allow find style ('{}') command templates in the external command and securely quote the filename one has been given.
| | * Add shell_quote to helperJustus Winter2011-09-22
| | | | | | | | | | | | shell_quote securely quotes strings being used as command line arguments.
| * | Merge pull request #64 from teythoon/freedesktop_basedir_specPatrick Totzke2011-09-22
| |\ \ | | | | | | | | Freedesktop basedir spec
| | * | Set the default location of the hooks file to ~/.config/alot/hooks.pyJustus Winter2011-09-22
| | | | | | | | | | | | | | | | | | | | Just to encourage everyone to use the nice layout suggested by the fdo spec.
| * | | Merge pull request #65 from teythoon/dont_hardcode_defaults_in_settings.pyPatrick Totzke2011-09-22
| |\ \ \ | | | | | | | | | | Dont hardcode defaults in settings.py
| | * | | Fix default configurationJustus Winter2011-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a spurious single quote that snuck in from example.full.rc and make the empty print_cmd line consistent with the timestamp_format entry.
| * | | | continue with defauls if no config foundPatrick Totzke2011-09-22
| | |/ / | |/| |
| * | | Adhere to the freedesktop basedir spec to locate the config fileJustus Winter2011-09-22
| |/ / | | | | | | | | | | | | | | | | | | This patch retains the current behavior while also looking for the config in ~/.config/alot/config. For more details see: http://www.freedesktop.org/wiki/Specifications/basedir-spec
| * | Fix the config file parsing wrt to quoted values and : as keyJustus Winter2011-09-22
| | |
| * | Read defaults from default config fileJustus Winter2011-09-22
| |/ | | | | | | | | Read the configuration defaults from a file instead of hardcoding them in settings.py. This also simplifies the option lookup.
| * Use new-style classesJustus Winter2011-09-22
| | | | | | | | See http://www.python.org/download/releases/2.3/mro/ for all the gory details.
| * fix (semi)colons in example.full.rcPatrick Totzke2011-09-18
| |
| * pre/post edit translate hooks (issue #55)Patrick 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
| * 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
| |