summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Focus and rebuild existing TagListBuffer, instead of creating new onesDaniel2012-03-09
|/ /
* | remove INSTALL.mdPatrick Totzke2012-03-07
| | | | | | | | | | installation notes are in the user manual, we don't want to maintain them twice
* | docs: rewrote the install sectionPatrick Totzke2012-03-07
| |
* | Merge branch 'testing'Patrick Totzke2012-03-06
|\| | | | | | | | | | | | | Conflicts: INSTALL.md alot/buffers.py alot/widgets.py
| * make dependency versions explicitPatrick Totzke2012-03-06
| | | | | | | | issue #396
| * Merge branch 'quite-edit-388' into testingPatrick Totzke2012-03-06
| |\
| | * fix issue with empty headers list in envelopePatrick Totzke2012-03-06
| | | | | | | | | | | | | | | | | | buffer: before, once you removed the last entry in an envelopes headers list the buffer tried to display an empty listbox, which fails. This commit makes the buffer only add that list if it isn't empty
| | * fix preparation of editable headersPatrick Totzke2012-03-06
| | | | | | | | | | | | | | | | | | | | | in envelope.EditCommand: headers that the user wants to edit in the $EDITOR, should be present (with empty values) in the template. Moreover, only those which already have values are removed from the envelope. fixes #390
| | * determine editable content before pre-edit-hookPatrick Totzke2012-03-06
| | | | | | | | | | | | | | | | | | this moves the construction of the tempfile content and edit_only_body flag before the call to the pre-translate-hook. Also make the setter more explicit, code readability.
| | * Be more clever when editing mail template, see discussion in #388Daniel2012-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If any headers are to be edited along with the body, then put a separating empty newline between headertext and body. This is the default; self.edit_only_body==False. Thus, in the callback function, the call to parse_template() will have only_body=False. The parsing regexp then picks up an empty line as separating headerlines from body. Though, if there is no empty line there, the first non-header-look line will belong to the body ("\n?" in the regexp). If no headers are to be edited, we set self.edit_only_body to True. This is passed on to parse_template(), which then will not do any regexp parsing, but just let the whole template become the body.
| | * Fix blacklist bug, and don't keep edit_headers in the object for nowDaniel2012-03-06
| |/
| * Merge branch 'testing' of github.com:pazz/alot into testingPatrick Totzke2012-03-06
| |\
| | * Merge pull request #393 from quite/promptsuffixPatrick Totzke2012-03-06
| | |\ | | | | | | | | Configurable prompt suffix (Issue #387)
| | | * Configurable prompt suffixDaniel2012-03-06
| | | |
| | * | updated NEWSPatrick Totzke2012-03-05
| | | |
| | * | Merge pull request #392 from quite/tmpfilePatrick Totzke2012-03-05
| | |\ \ | | | |/ | | |/| Prefix tmpfile; convenient for automatic change of editor modes
| | | * Prefix tmpfile; convenient for automatic change of editor modesDaniel2012-03-05
| | |/
| | * Merge pull request #391 from quite/striptoPatrick Totzke2012-03-05
| | |\ | | | | | | | | Strip To: of whitespace and commas, typically left over from completer
| | | * Strip To: of whitespace and commas, typically left over from completerDaniel2012-03-05
| | |/
| * / docs lovePatrick Totzke2012-03-06
| |/
| * docs: intro on config valuesPatrick Totzke2012-03-04
| |
| * docs: better type description for option listsPatrick Totzke2012-03-04
| |
| * doc: info on type/default config valuesPatrick Totzke2012-03-04
| |
| * Merge pull request #382 from bjoernb/documentation-installationPatrick Totzke2012-03-04
| |\ | | | | | | Documentation: installation of alot
| | * doc: adding twisted dependency. fixes issue #384bjoernb2012-03-04
| | |
| | * doc: linked account configuration from installationbjoernb2012-03-04
| | |
| | * fixing typosbjoernb2012-03-04
| | |
| | * added installation docsbjoernb2012-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
| | | |
| * | | Merge pull request #386 from quite/fixsyncPatrick Totzke2012-03-04
| |\ \ \ | | |/ / | |/| | Properly get the sync setting
| | * | 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
| | |
| | * Generated docsDaniel2012-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
| |\|