summaryrefslogtreecommitdiff
path: root/alot
Commit message (Collapse)AuthorAge
* doc: info on type/default config valuesPatrick Totzke2012-03-04
|
* Merge pull request #383 from quite/promptsPatrick Totzke2012-03-04
|\ | | | | Cleaner and more common-looking prompts
| * Cleaner and more common-looking promptsDaniel2012-03-03
| |
* | Properly get the sync settingDaniel2012-03-04
|/
* references config options docstringsPatrick Totzke2012-03-03
|
* remove relictsPatrick Totzke2012-03-03
| | | | | the alot.rc.new was just for testing purposes, the screenshots are hopelessly outdated
* docs lovePatrick Totzke2012-03-03
|
* some cleanupsPatrick Totzke2012-03-02
|
* Merge branch 'authors' into testingPatrick Totzke2012-03-02
|\
| * Verbose variable nameDaniel2012-03-02
| |
| * Default is capitalized 'Me'Daniel2012-03-02
| |
| * Nicer than try--exceptDaniel2012-03-02
| |
| * Configurable 'me'Daniel2012-03-02
| |
| * Unnecessary test.Daniel2012-03-02
| |
| * Rename config setting and cleanupDaniel2012-03-02
| |
| * Unique author names in the resulting stringDaniel2012-03-02
| |
| * Restructure according to spec :)Daniel2012-03-02
| |
| * We build the authors(list), and substitute 'me' for own addrsDaniel2012-03-02
| |
| * We build the authors(list), and substitute 'me' for own addrsDaniel2012-03-02
| |
* | --spawn parameter in reply,forward and editnewPatrick Totzke2012-03-02
| | | | | | | | | | that are just propagated to the called ComposeCommand. closes #377
* | Merge branch 'testing' of github.com:pazz/alot into testingPatrick Totzke2012-03-02
|\|
| * overwrite logs by defaultPatrick Totzke2012-03-02
| | | | | | | | | | | | | | this makes logging replace existing logfiles instead of appending to it. closes #290
* | fix tagstring regexp matchingPatrick Totzke2012-03-02
|/ | | | | | | This frames the section name with '^' and '$' to ensure that one has to explicitly use wildcards: Before, section name 'foo' did match tagstring 'foobar', now it doesn't, but 'foo.*' does.
* fix version string replacement in user_agentPatrick Totzke2012-02-29
| | | | | | | .. config option. Before, the string "$VERSION" did not get replaced by the current version of alot. closes #376
* Spelling in the spec-files too, thenDaniel2012-02-27
|
* Hidden tag functionalityDaniel2012-02-27
|
* fix issue with abook formatPatrick Totzke2012-02-27
| | | | closes #369
* fix issue 368Patrick Totzke2012-02-27
| | | | closes #368
* Revert "wip:flush"Patrick Totzke2012-02-26
| | | | | This reverts commit 39f74fdd0f4a4e6f4a12765217fdf9b56fb5c189. ..which was accidentally pushed to testing
* correctly read global maps from configPatrick Totzke2012-02-26
| | | | fixes issue #363
* wip:flushPatrick Totzke2012-02-25
|
* fix issue #333Patrick Totzke2012-02-25
| | | | apparently, this rebuild is obsolete
* don't die if tag formatting wants too many coloursPatrick Totzke2012-02-25
| | | | closes #354
* display original tagstrings in taglist buffersPatrick Totzke2012-02-25
| | | | | this makes the taglist buffer append the original tagstring in crackets to listed tags that display translated strings
* remove unused importsPatrick Totzke2012-02-25
|
* introduce AbookAddressbookPatrick Totzke2012-02-25
| | | | a direct parser for abook's contact files.
* move read_config to helper; ConfigError to errorsPatrick Totzke2012-02-25
| | | | | | this refactors settings.py to make it more modular: errors.py will contain all exception classes, read_config is moved to helper to reuse in elsewhere
* explicit abooksPatrick Totzke2012-02-25
| | | | | | | | | | This introduces a new syntax to specify addressbooks in account sections, which now contain an '[[[abook]]]' subsection: most important entry is 'type': the rest of the entries is validated according to this type. ATM the only working one is 'shellcommand', which makes alot instanciate a MatchSdtoutAddressbook. required for this type are the options 'command' and 'regexp'
* Squeeze the pretty datetime one or two charsDaniel2012-02-25
| | | | | Depending on whether current locale uses am/pm or not, the pretty datetime is squeezed to be shorter.
* fix default bindingsPatrick Totzke2012-02-24
|
* Made default abook_regexp to better comply with the formatDaniel2012-02-24
| | | | | | | | | The default regexp now ignores a third field (only caring for the first email and name). Tabs are not transformed to spaces before matching is done. "goobook query" now works with the default regexp like it should; both it and abook were made to output a mutt query_command compatible format. Docs are updated accordingly. The example for nottoomuch-addresses still works.
* remove debug statementPatrick Totzke2012-02-24
|
* tagstring translation via re.subPatrick Totzke2012-02-24
| | | | | | | | | | | | | | this introduces a feature that lets you use regexps to match tagstrings in your [tags] subsections. Moreover, it introduces a config option "translation" for these sections that will take a pair of strings as value and, if no "translation" is given, will be used to substitute the matching tagstring to a translated string: tag: "notmuch::foo", section: "[[notmuch::.*]]" translation: "notmuch::(.*)", "nm:\1" will result in a translated tagstring "nm:foo"
* sanitize subject string in ThreadlineWidgetsPatrick Totzke2012-02-24
| | | | should fix issues #346, #343
* no tag/untag/toggletags operation on empty resultPatrick Totzke2012-02-24
| | | | | ..sets in search buffers. closes #335
* Merge branch 'rewrite-configs' into testingPatrick Totzke2012-02-23
|\
| * read themes from themes_dirPatrick Totzke2012-02-23
| | | | | | | | | | | | | | this introduces two new config keys: theme: the string identifier of the theme file to use theme_dir: where to look for this file. theme_dir defaults to ~/.config/alot.themes
| * move logging init before settings initPatrick Totzke2012-02-23
| |
| * setter for config options in SettingsManagerPatrick Totzke2012-02-23
| |
| * read colourmode arg to settingsmanagerPatrick Totzke2012-02-23
| |