Customize your mail environment with the light and powerful Claws Mail
Configuring Claws Mail
Claws Mail offers a number of options for configuring preferences and customizing the interface. The Account Preferences dialog lets the user define basic information such as email addresses, signatures, incoming and outgoing server names, and ports. You can also configure security parameters, such as SSL settings, SMTP authentication options, and GnuPG keys.
The Common Preferences dialog offers other configuration options, with which you can choose to use an external program to retrieve mail, configure colors and fonts, select an icon theme, customize the toolbars, set up external applications such as a web browser, configure plugins, and much more.
Each folder also has a smaller set of options, known as Properties, that overrule preferences set elsewhere. This feature is particularly useful if you use filtering to organize a large collection of messages into many folders. A folder can be associated with a default template, default dictionary, or a default account.
Filtering
Claws Mail comes with a filtering engine that enables matching based on any part of a received message. You can filter messages as they arrive or later. A filtering rule consists of a condition or several conditions that a message must match (Figure 2), and one or more actions, which are operations that are carried out on a matching message. A message can, for example, be matched by any header, any phrase in the body, an attachment type, a color label, whether the address is found in the address book, and so on.
Changing to Claws Mail
Claws Mail uses MH mailboxes, which means it can share mailboxes with other MUAs, such as Mutt. Claws also comes with support for the MBOX format. The Tools page of the Claws Mail website provides various scripts for converting mailboxes, address books, and filtering rules from other email applications.
Actions
Actions extend the possibilities of Claws Mail, enabling the full power of the Unix command line for processing mail. A user can decode uuencoded messages, reformat message text using external tools such as Par, or pass text selections to external tools – the only limit is the user's imagination.
The actions that are configured by the user are accessible from the /Tools/Actions/… menus of both the main and Compose windows. See the box titled "Examples of Actions" for a sample of some Claws Mail actions.
Examples of Actions
This action decodes uuencoded messages with the xdeview decoder. If an encoded file is split into multiple messages, the action decodes them all:
Menu Name: UUdeview Command Line: xdeview %F&
This action pipes the Subject header value to a script:
Menu Name: Get Subject Command Line: grep "^Subject:\ " %f | cut -d\ -f 2-| script.sh
This action performs a whois lookup on the selected text
Menu Name: whois Command Line: | whois '%s'
« Previous 1 2 3 4 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.