Quoted-Email colours. More...
#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "quoted.h"
#include "color.h"
#include "notify2.h"
#include "simple2.h"
Go to the source code of this file.
Functions | |
static int | quoted_color_observer (struct NotifyCallback *nc) |
Notification that a Color has changed - Implements observer_t -. | |
void | quoted_colors_init (void) |
Initialise the Quoted colours. | |
void | quoted_colors_reset (void) |
Reset the quoted-email colours. | |
void | quoted_colors_cleanup (void) |
Cleanup the quoted-email colours. | |
struct AttrColor * | quoted_colors_get (int q) |
Return the color of a quote, cycling through the used quotes. | |
int | quoted_colors_num_used (void) |
Return the number of used quotes. | |
Variables | |
static int | NumQuotedColors = 0 |
Number of colours for quoted email text. | |
Quoted-Email colours.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file quoted.c.
void quoted_colors_init | ( | void | ) |
Initialise the Quoted colours.
Definition at line 71 of file quoted.c.
void quoted_colors_reset | ( | void | ) |
Reset the quoted-email colours.
Definition at line 79 of file quoted.c.
void quoted_colors_cleanup | ( | void | ) |
Cleanup the quoted-email colours.
Definition at line 87 of file quoted.c.
struct AttrColor * quoted_colors_get | ( | int | q | ) |
Return the color of a quote, cycling through the used quotes.
q | Quote level |
enum | ColorId, e.g. MT_COLOR_QUOTED3 |
Definition at line 98 of file quoted.c.
int quoted_colors_num_used | ( | void | ) |