An open API service indexing awesome lists of open source software.

https://github.com/mganss/checkboxcolumn

A checkbox column for Thunderbird
https://github.com/mganss/checkboxcolumn

Last synced: 8 months ago
JSON representation

A checkbox column for Thunderbird

Awesome Lists containing this project

README

          

# A checkbox column for Thunderbird

Adds a custom column to Thunderbird's messages list (thread tree), making it easier to select multiple messages on devices with a touchscreen display.
You can toggle the selection status of a row by clicking/tapping the :white_circle:. By default, the row height is increased to reduce potential tapping errors.
This can be turned off in the extension's settings.

## Installation

In Thunderbird, go to Tools → Add-ons → Extensions and search for "Checkbox" in the search box in the upper right-hand corner. In the result list, click Install on the right side.

You can also download the add-on from its [detail page at Mozilla](https://addons.mozilla.org/thunderbird/addon/checkbox-column/) and then install using the [instructions here](http://kb.mozillazine.org/Extensions_(Thunderbird)).

After installation, the check box column needs to be added to the message list. To do so, click the column picker button on the far right of the label bar to see a list of the available columns. Alternatively, you can right-click on any column label to display the list. From the list select "Selected" to add the check box column.

## Screenshots

### Large Font (default)

![Checkbox column with large font](images/largeFont.png "Large Font")

### Regular Font

![Checkbox column with regular font](images/smallFont.png "Regular Font")