summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pep8/pyflakes cleanupPatrick Totzke2012-02-19
* remove unused AccountManager classPatrick Totzke2012-02-19
* remove references to AccountManager in init and UIPatrick Totzke2012-02-19
* use settings in completersPatrick Totzke2012-02-19
* replace config with SettingsManager in commandsPatrick Totzke2012-02-19
* move account/abook helper to SettingsManagerPatrick Totzke2012-02-19
* parse accounts in SettingsManagerPatrick Totzke2012-02-19
* remove references to settings from helperPatrick Totzke2012-02-19
* more accurate error msg for subsectionsPatrick Totzke2012-02-19
* soec for account sectionsPatrick Totzke2012-02-19
* read attrspecs in theme's initPatrick Totzke2012-02-19
* read default bindings from a file, not the specPatrick Totzke2012-02-19
* switch to new theming handling in widgets and UIPatrick Totzke2012-02-19
* adjust Theme definitionPatrick Totzke2012-02-18
* theme spec and default theme adjustedPatrick Totzke2012-02-18
* checked in testing rcPatrick Totzke2012-02-18
* remove references to config in widgetsPatrick Totzke2012-02-18
* force utf8 decoding for alot.rcPatrick Totzke2012-02-18
* use SettingsManager for tagwidget representationPatrick Totzke2012-02-18
* add SettingsManager.get_tagstring_representationPatrick Totzke2012-02-18
* replace config.get_* with settings.getPatrick Totzke2012-02-18
* corrected getter namesPatrick Totzke2012-02-18
* default bindings and themePatrick Totzke2012-02-18
* getter for alot/notmuch settingsPatrick Totzke2012-02-18
* add SettingsManagerPatrick Totzke2012-02-18
* reorganized default configsPatrick Totzke2012-02-18
* theme objectsPatrick Totzke2012-02-18
* read and validate configs via configobjPatrick Totzke2012-02-18
* added dependency for configobjPatrick Totzke2012-02-18
* added configs and specsPatrick Totzke2012-02-18
* move adding Date headers to save/send commandsPatrick Totzke2012-02-16
* docs lovePatrick Totzke2012-02-16
* updated README and INSTALLPatrick Totzke2012-02-16
* update contributing file in docsPatrick Totzke2012-02-16
* missing set cast in Thread.remove_tagsPatrick Totzke2012-02-16
* Merge pull request #324 from sochotnicky/testingPatrick Totzke2012-02-14
|\
| * Decode attachment filenames as wellStanislav Ochotnicky2012-02-14
|/
* fix sphinx build sys.pathPatrick Totzke2012-02-11
* fix synopsis.rst in manpagePatrick Totzke2012-02-11
* use version string from local modulePatrick Totzke2012-02-11
* joined and cleaned up user/api docsPatrick Totzke2012-02-11
* remove unused reference to dbman in AccountsPatrick Totzke2012-02-09
* rewrite thread.RemoveCommandPatrick Totzke2012-02-08
* flush after adding mails in Draft/SendCommandPatrick Totzke2012-02-08
* don't flush write-queue from the accountsPatrick Totzke2012-02-08
* Merge branch 'flush-rewrite-296' into testingPatrick Totzke2012-02-08
|\
| * handle all Xapian/Notmuch Errors in flushPatrick Totzke2012-02-08
| * DBManager.flush read sync_flags once from configPatrick Totzke2012-02-08
| * DBManager.flush rewritePatrick Totzke2012-02-08
| * DBManager.remove_message rewritePatrick Totzke2012-02-08