summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAge
* extra/colour_picker: switch to python3Anton Khirnov2020-02-19
|
* autopep8 extra/colour_picker.pyPatrick Totzke2019-08-15
|
* Screenshots are now in the wiki repo. Closes #1333Daniel M. Capella2018-11-28
|
* Enable zsh completion of sender addressesLucas Hoffmann2018-10-01
| | | | | | | | | | This parses the config file to find the email addresses. Because the string interpolation happens at run time and not at load time of the completion script the python snippet is run on each completion attempt. This has the advantage that changes to the config file are picked up without restarting the shell and the snippet is simple enough to not impose a real delay in completion.
* Enable zsh completion of recipient addressesLucas Hoffmann2018-10-01
| | | | | This uses the standard zsh completion function for email addresses to complete the --to, --cc and --bcc options for the compose subcommand.
* Use different desktop file for menus and mailto: linksLucas Hoffmann2018-09-30
| | | | | | | | | The handling of mailto links need not be presented in desktop menus and the entry in desktop menus on the other hand should not use the compose subcommand but the normal initial_command. Documentation of the Keys is at https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.0.html#recognized-keys
* update extra theme filesPatrick Totzke2018-07-24
| | | | | this just adds theming attributes for the new namedqueries buffer, copied from those for the taglist buffer.
* Fix imports in colour pickerLucas Hoffmann2018-06-19
|
* Re-format an over-long comment.Ben Finney2018-04-23
|
* solarized_dark: fix colours in help bufferPatrick Totzke2017-09-27
|
* update solarized_dark colour themePatrick Totzke2017-09-27
|
* Rename solarized to solarized_lightSiva Mahadevan2017-07-17
|
* Fix solarized light colorscheme nameSiva Mahadevan2017-07-16
|
* Update zsh completion after #944Lucas Hoffmann2017-01-24
|
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
|
* Remove another old unneeded scriptLucas Hoffmann2017-01-17
|
* Remove old unneeded scriptLucas Hoffmann2017-01-16
| | | | | The script was used to migrate old configs to a new format. For more info see https://github.com/pazz/alot/pull/971#issuecomment-272812329.
* Remove unreachable codePatrick Totzke2016-12-16
|
* Remove trailing white spaceLucas Hoffmann2016-12-11
|
* Remove braces after `del` and `return`Lucas Hoffmann2016-12-09
| | | | | `del` and `return` are keywords and not functions so the braces are not needed.
* Add global options to zsh completionLucas Hoffmann2016-07-14
|
* Add a .desktop file.Lucas Hoffmann2015-11-25
| | | | | | This file can enable desktop environments to use alot for mailto links and display it in application menus. It also enables alot to be used with xdg-email(1) and friends.
* add tomorrow theme (for light background)Martin Zimmermann2014-06-30
|
* added thread.body_focus themable to contrib themesPatrick Totzke2013-03-03
|
* adjusted unread-threadline themingPatrick Totzke2013-01-08
|
* solarized_dark: improve 256 color approximationMichael Turquette2013-01-07
| | | | | | | | | | | | | | | | | | | | Solarized colors for 256 color palettes are not as closely approximated as they could be. 256_base0 is set to g66 in Urwid's 256 color palette. This corresponds to #a8a8a8 in Xterm. base0 should ideally be #808080. This matches g50 exactly, so switch to that grayscale value. 256_base1 is set to g70 in Urwid's 256 color palette. This corresponds to #b2b2b2 in Xterm. base1 should ideally be #8a8a8a. We can't get this exactly with Urwid's 256 color palette, but #848484 is a closer approximation. Switch to g52 to get this grayscale value. 256_cyan is set to #088 in Urwid's 256 color palette. This corresponds to #008787 in Xterm. cyan should ideally be #00afaf. This matches #0aa exactly, so switch to that value. Signed-off-by: Michael Turquette <mturquette@deferred.io>
* extra: zsh completion filePatrick Totzke2012-09-09
| | | | cf issue #511
* update help box in solarized themesPatrick Totzke2012-08-11
|
* added sup themePatrick Totzke2012-08-11
|
* updated mutt themePatrick Totzke2012-07-21
|
* added some screenshotsPatrick Totzke2012-07-21
|
* usage info for converter scriptsPatrick Totzke2012-07-21
|
* update extra themesPatrick Totzke2012-07-21
|
* individually theme arrows heads/bars in thread viewPatrick Totzke2012-07-20
|
* replace 'hidden' values in tags-section converterPatrick Totzke2012-07-16
|
* update theme converterPatrick Totzke2012-07-15
|
* extra: add tagsections_convert.pyPatrick Totzke2012-07-08
| | | | | a script that converts 'tags' config subsections that determine the format tagstrings are represented to the new format.
* proper tagstring representation in ThreadlineWidgetsPatrick Totzke2012-07-08
| | | | | | | in search mode. These now work in all colourmodes and moreover simulate cascading attributes so that if fg/bg is undefined in the tagstring representation, the attribute from the widget *below* is used instead of a global default
* add bright solarized themePatrick Totzke2012-07-08
|
* update solarized dark themePatrick Totzke2012-07-08
| | | | background for notifications
* add solarized_dark theme to extrasPatrick Totzke2012-07-07
|
* extra: colour_pickerPatrick Totzke2012-07-07
| | | | | | this modifies urwids palette_test so that it shows attricutes as alot would render them in your terminal. See comment inline.
* add urwids colour pickerPatrick Totzke2012-07-07
|
* update converterPatrick Totzke2012-07-07
|
* fix missing brackets in theme filesPatrick Totzke2012-07-04
|
* add theme converter scriptPatrick Totzke2012-07-01