https://www.claws-mail.org/faq/api.php?action=feedcontributions&user=Hogdarog&feedformat=atom Claws Mail FAQ - User contributions [en] 2024-03-19T10:49:21Z User contributions MediaWiki 1.35.7 https://www.claws-mail.org/faq/index.php?title=Interface&diff=3002 Interface 2013-04-11T16:14:42Z <p>Hogdarog: updating paths of preferences to match current version</p> <hr /> <div>=== How do I make Claws Mail display my language? ===<br /> <br /> You have to set some environment variables such as &lt;code&gt;LANG&lt;/code&gt;, &lt;code&gt;LANGUAGE&lt;/code&gt;, &lt;code&gt;LC_CTYPE&lt;/code&gt;, &lt;code&gt;LC_MESSAGES&lt;/code&gt; to your local language. Usually &lt;code&gt;LANG&lt;/code&gt; (or &lt;code&gt;LC_ALL&lt;/code&gt;) is sufficient.<br /> <br /> === I don't like the default font. Can I change that? ===<br /> <br /> Yes. In '/Configuration/Preferences/Display/Fonts'.<br /> <br /> === There are too many columns in the message list!! ===<br /> <br /> In '/Configuration/Preferences/Display/Summaries/Message List&quot; press the 'Displayed columns' button. That pops up a screen with all the options you can show or leave out of the message list.<br /> <br /> === Can I use a different editor to write my mails? ===<br /> <br /> Yes you can. In '/Configuration/Preferences/Compose/Writing' select the option 'Automatically launch the external editor'. The editor of your choice can be set in /Configuration/Preferences/Message View/External Programs'. Remember, if you want to use a command line editor like '''vi''' or '''emacs''', to write the name of the shell (%term%, %term%, %rxvt%) with the -e parameter in front of the editor. E.g.: &lt;code&gt;rxvt -e vi %s&lt;/code&gt;<br /> <br /> === How to change the font size in the Claws Mail interface? ===<br /> <br /> You can set the GTK+ font by &lt;code&gt;$HOME/.gtkrc-2.0&lt;/code&gt;, or &lt;code&gt;$HOME/.gtkrc-2.0.mine&lt;/code&gt;, (which is included by &lt;code&gt;$HOME/.gtkrc-2.0&lt;/code&gt;). For example<br /> &lt;pre&gt;<br /> style &quot;default&quot; {<br /> font = &quot;-adobe-helvetica-medium-r-normal--12-'''-'''-'''-'''-*-iso8859-1 &quot;<br /> }<br /> widget_class &quot;*&quot; style &quot;default&quot;<br /> &lt;/pre&gt;<br /> === How to automatically show the selected message in the message window? ===<br /> <br /> In the dropbox '/Configuration/Preferences/Display/Summaries/Message list/Open message when selected'. Check 'Always' and it's done.<br /> <br /> === Claws Mail saves my outgoing mail (in Outbox). Can I make it stop doing that? ===<br /> <br /> In '/Configuration/Preferences/Mail Handling/Send' there's a checkbox &quot;Save sent messages to Sent folder&quot;. Uncheck it, and it's solved.<br /> <br /> === How can I change the key-bindings (hot-keys) in Claws Mail? ===<br /> <br /> That is very simple. First, ensure that the option &quot;Enable customizable menu shortcuts&quot; is enabled on the &quot;Other&quot; preferences page, then, suppose you want to assign a shortcut key to a function, e.g. sending all mail out should start when you press Ctrl-Y. Click the &quot;Message&quot; menu and move the mouse over &quot;Send all messages&quot; (or press Alt+M to unroll the &quot;Message&quot; menu then use the down cursor key to activate this &quot;Send all messages&quot; menu entry). Now you press Ctrl-Y. Immediately the menu text is updated and the function is in place. Please note that a previous function that Ctrl-Y was assigned to, will no longer have a shortcut key. If you want to remove the key binding, do the same thing, but press the &quot;delete&quot; key on the menu-item. Then the key binding is removed.<br /> <br /> Also see '/Configuration/Preferences/Other/Miscellanous/Keyboard Shortcuts' where you are able to reset the Default keybindings, or use other predefined keybindings.<br /> <br /> === Can I close windows without the mouse? ===<br /> <br /> Of course!! Not all windows, but by pressing ESCape, you can close the addressbook, the window of viewing a mail-source (message-&gt;view source), the window of viewing the headers, and several others. Just give it a try and you will find all of them.<br /> <br /> === Can I change the way the date is displayed in the message summary? ===<br /> <br /> Yes. The options are: <br /> : %y = year in numbers <br /> : %m = month in number <br /> : %d = day in numbers<br /> : %c = date/time for locale<br /> : %A = full weekday name<br /> : %a = short weekday name<br /> : %B = full month name<br /> : %b = short month name<br /> : %H = hours in 24-clock<br /> : %I = hours in 12-clock. <br /> <br /> For more information go '/Configuration/Preferences/Display/Summaries/Message List' and click the 'Information' button to the right of the Date Format entry. <br /> <br /> For more options, see &lt;code&gt;man 3 strftime&lt;/code&gt;<br /> <br /> === Why can't I see the compface (X-Face) pictures? ===<br /> <br /> You need to have support for Compface built in. See how to enable compface support in [[Installation and Configuration]].<br /> <br /> === Why does the URL Launcher not launch my webbrowser? ===<br /> <br /> Check that you have configured your web browser correctly in '/Configuration/Preferences/Message View/External Programs'.<br /> <br /> === Attachments with spaces in the name won't open! ===<br /> <br /> When you try to launch a helper application, like an image viewer, with an attachment that has spaces in the name, put quotes around the %s parameter. Example: &lt;code&gt;gedit '%s'&lt;/code&gt;<br /> <br /> === How do I change the toolbar? ===<br /> <br /> Go to '/Configuration/Preferences/Toolbars' and which Window's toolbar you want to change (eg. &quot;Main Window&quot;), then select the toolbar item that you wish to change. You can add your own [[Actions]] by selecting &quot;Claws Mail Actions Feature&quot; from the event selection box. The width of the toolbar buttons is derived from the longest entry from the &quot;Icon Text&quot; column. If (some of) the buttons are not translated to your native language, try the &quot;Default&quot; button.<br /> <br /> === Why isn't the next message displayed when I delete a message? ===<br /> <br /> Go to '/Configuration/Preferences/Display/Summaries', and select &quot;Always&quot; in the dropbox &quot;Open message when selected&quot;.<br /> <br /> === What does the &quot;Ignore thread&quot; flag do? ===<br /> <br /> Every message that has the IGNORE THREAD flag will automatically unset the NEW and UNREAD flag.<br /> Also every child message of the message will get the flag too.<br /> So you won't see any message of this thread as a NEW message anymore after a new mail check.<br /> If you are not interested in the subject of a thread you won't be bothered with the mails anymore.<br /> <br /> IGNORE THREAD flag can be also checked in Condition of filtering or processing with 'ignore_thread' keyword.<br /> <br /> === Why doesn't colour labelling work under KDE? ===<br /> <br /> It seems that KDE likes to apply its own color schemes to GTK applications.<br /> Try changing/editing/replacing its configuration file &lt;tt&gt;~/.kde/share/config/gtkrc&lt;/tt&gt; to get better coloring.<br /> <br /> KDE likes to map its gui style stettings from QT (on which KDE is built) to GTK (on which GNOME is built). Creating an empty file called &lt;tt&gt;~/.no-qtrc-to-gtkrc-mapping&lt;/tt&gt; in your home directory stops this. You will need to restart the KDE session for this to take effect.<br /> <br /> I had the same problem (running kubuntu 5.10-preview), and to get claws-mail (version 1.9.14) to display the new blue color in the folder view again, the steps described above didn't do it for me. I had to also change one option in the KDE Settings in KDE -&gt; Settings -&gt; Appearances -&gt; GTK Styles and Fonts. Here i had to switch to &quot;use another style: Raleigh&quot;. With that it is working. I think this is really a KDE bug, because in the settings tab colors I unchecked the &quot;Apply colors to non-kde-applications&quot; checkbox and it is still doing it for claws-mail. (Markus.Kalb@gmail.com)<br /> <br /> === How can I remove mailing list information from Subject headers? ===<br /> <br /> Very often, when you are subscribed to a mailing list, you will store each message from that list in a folder dedicated to that list, (this is actually recommended since Claws provides great mailing list handling). Very often too, mailing lists include some words in the Subject header to identify the messages, for instance &quot;[cairo]&quot;. These additions do not provide useful info if you have organized your folders as described, but Claws allows you to simplify the displayed Subject by setting the folder property &quot;Simplify Subject Regexp&quot;. It is a regular expression that matches the part of the Subjects that you want to remove. In our example you would set it to<br /> <br /> \[cairo\]<br /> <br /> This property also affects the way messages are threaded when you have also set the preference &quot;Thread using subject in addition to standard headers&quot;.<br /> <br /> <br /> === How do I copy my mail archive to another machine? ===<br /> <br /> You need to copy the .claws-mail directory and your entire local mail archive. Make sure that the timestamps of all the files are preserved or else metadata (read/unread messages, color coding, etc.) might get lost. To preserve the timestamps, use tar, rsync, or unison (with the -times) option.</div> Hogdarog https://www.claws-mail.org/faq/index.php?title=Interface&diff=3001 Interface 2013-04-11T16:05:34Z <p>Hogdarog: /* There are too many columns in the message list!! */</p> <hr /> <div>=== How do I make Claws Mail display my language? ===<br /> <br /> You have to set some environment variables such as &lt;code&gt;LANG&lt;/code&gt;, &lt;code&gt;LANGUAGE&lt;/code&gt;, &lt;code&gt;LC_CTYPE&lt;/code&gt;, &lt;code&gt;LC_MESSAGES&lt;/code&gt; to your local language. Usually &lt;code&gt;LANG&lt;/code&gt; (or &lt;code&gt;LC_ALL&lt;/code&gt;) is sufficient.<br /> <br /> === I don't like the default font. Can I change that? ===<br /> <br /> Yes. In '/Configuration/Preferences/Display/Fonts'.<br /> <br /> === There are too many columns in the message list!! ===<br /> <br /> In '/Configuration/Preferences/Display/Summaries/Message List&quot; press the 'Displayed columns' button. That pops up a screen with all the options you can show or leave out of the message list.<br /> <br /> === Can I use a different editor to write my mails? ===<br /> <br /> Yes you can. In '/Configuration/Preferences/Compose/Writing' select the option 'Automatically launch the external editor'. The editor of your choice can be set in /Configuration/Preferences/Message View/External Programs'. Remember, if you want to use a command line editor like '''vi''' or '''emacs''', to write the name of the shell (%term%, %term%, %rxvt%) with the -e parameter in front of the editor. E.g.: &lt;code&gt;rxvt -e vi %s&lt;/code&gt;<br /> <br /> === How to change the font size in the Claws Mail interface? ===<br /> <br /> You can set the GTK+ font by &lt;code&gt;$HOME/.gtkrc-2.0&lt;/code&gt;, or &lt;code&gt;$HOME/.gtkrc-2.0.mine&lt;/code&gt;, (which is included by &lt;code&gt;$HOME/.gtkrc-2.0&lt;/code&gt;). For example<br /> &lt;pre&gt;<br /> style &quot;default&quot; {<br /> font = &quot;-adobe-helvetica-medium-r-normal--12-'''-'''-'''-'''-*-iso8859-1 &quot;<br /> }<br /> widget_class &quot;*&quot; style &quot;default&quot;<br /> &lt;/pre&gt;<br /> === How to automatically show the selected message in the message window? ===<br /> <br /> In the dropbox '/Configuration/Preferences/Display/Summaries/Message list/Open message when selected'. Check 'Always' and it's done.<br /> <br /> === Claws Mail saves my outgoing mail (in Outbox). Can I make it stop doing that? ===<br /> <br /> In '/Configuration/Preferences/Mail Handling/Send' there's a checkbox &quot;Save sent messages to Sent folder&quot;. Uncheck it, and it's solved.<br /> <br /> === How can I change the key-bindings (hot-keys) in Claws Mail? ===<br /> <br /> That is very simple. First, ensure that the option &quot;Enable customizable menu shortcuts&quot; is enabled on the &quot;Other&quot; preferences page, then, suppose you want to assign a shortcut key to a function, e.g. sending all mail out should start when you press Ctrl-Y. Click the &quot;Message&quot; menu and move the mouse over &quot;Send all messages&quot; (or press Alt+M to unroll the &quot;Message&quot; menu then use the down cursor key to activate this &quot;Send all messages&quot; menu entry). Now you press Ctrl-Y. Immediately the menu text is updated and the function is in place. Please note that a previous function that Ctrl-Y was assigned to, will no longer have a shortcut key. If you want to remove the key binding, do the same thing, but press the &quot;delete&quot; key on the menu-item. Then the key binding is removed.<br /> <br /> Also see '/Configuration/Preferences/Other/Set key bindings...' where you are able to reset the Default keybindings, or use other predefined keybindings.<br /> <br /> === Can I close windows without the mouse? ===<br /> <br /> Of course!! Not all windows, but by pressing ESCape, you can close the addressbook, the window of viewing a mail-source (message-&gt;view source), the window of viewing the headers, and several others. Just give it a try and you will find all of them.<br /> <br /> === Can I change the way the date is displayed in the message summary? ===<br /> <br /> Yes. The options are: <br /> : %y = year in numbers <br /> : %m = month in number <br /> : %d = day in numbers<br /> : %c = date/time for locale<br /> : %A = full weekday name<br /> : %a = short weekday name<br /> : %B = full month name<br /> : %b = short month name<br /> : %H = hours in 24-clock<br /> : %I = hours in 12-clock. <br /> <br /> For more information go '/Configuration/Preferences/Display/Summaries' and click the help button to the right of the Date Format entry. <br /> <br /> For more options, see &lt;code&gt;man 3 strftime&lt;/code&gt;<br /> <br /> === Why can't I see the compface (X-Face) pictures? ===<br /> <br /> You need to have support for Compface built in. See how to enable compface support in [[Installation and Configuration]].<br /> <br /> === Why does the URL Launcher not launch my webbrowser? ===<br /> <br /> Check that you have configured your web browser correctly in '/Configuration/Preferences/Message View/External Programs'.<br /> <br /> === Attachments with spaces in the name won't open! ===<br /> <br /> When you try to launch a helper application, like an image viewer, with an attachment that has spaces in the name, put quotes around the %s parameter. Example: &lt;code&gt;gedit '%s'&lt;/code&gt;<br /> <br /> === How do I change the toolbar? ===<br /> <br /> Go to '/Configuration/Preferences/Customize Toolbars' and select the toolbar that you wish to change. You can add your own [[Actions]] by selecting &quot;Claws Mail Actions Feature&quot; from the event selection box. The width of the toolbar buttons is derived from the longest entry from the &quot;Icon Text&quot; column. If (some of) the buttons are not translated to your native language, try the &quot;Default&quot; button.<br /> <br /> === Why isn't the next message displayed when I delete a message? ===<br /> <br /> Go to '/Configuration/Preferences/Display/Summaries', and select &quot;Always open message when selected&quot;.<br /> <br /> === What does the &quot;Ignore thread&quot; flag do? ===<br /> <br /> Every message that has the IGNORE THREAD flag will automatically unset the NEW and UNREAD flag.<br /> Also every child message of the message will get the flag too.<br /> So you won't see any message of this thread as a NEW message anymore after a new mail check.<br /> If you are not interested in the subject of a thread you won't be bothered with the mails anymore.<br /> <br /> IGNORE THREAD flag can be also checked in Condition of filtering or processing with 'ignore_thread' keyword.<br /> <br /> === Why doesn't colour labelling work under KDE? ===<br /> <br /> It seems that KDE likes to apply its own color schemes to GTK applications.<br /> Try changing/editing/replacing its configuration file &lt;tt&gt;~/.kde/share/config/gtkrc&lt;/tt&gt; to get better coloring.<br /> <br /> KDE likes to map its gui style stettings from QT (on which KDE is built) to GTK (on which GNOME is built). Creating an empty file called &lt;tt&gt;~/.no-qtrc-to-gtkrc-mapping&lt;/tt&gt; in your home directory stops this. You will need to restart the KDE session for this to take effect.<br /> <br /> I had the same problem (running kubuntu 5.10-preview), and to get claws-mail (version 1.9.14) to display the new blue color in the folder view again, the steps described above didn't do it for me. I had to also change one option in the KDE Settings in KDE -&gt; Settings -&gt; Appearances -&gt; GTK Styles and Fonts. Here i had to switch to &quot;use another style: Raleigh&quot;. With that it is working. I think this is really a KDE bug, because in the settings tab colors I unchecked the &quot;Apply colors to non-kde-applications&quot; checkbox and it is still doing it for claws-mail. (Markus.Kalb@gmail.com)<br /> <br /> === How can I remove mailing list information from Subject headers? ===<br /> <br /> Very often, when you are subscribed to a mailing list, you will store each message from that list in a folder dedicated to that list, (this is actually recommended since Claws provides great mailing list handling). Very often too, mailing lists include some words in the Subject header to identify the messages, for instance &quot;[cairo]&quot;. These additions do not provide useful info if you have organized your folders as described, but Claws allows you to simplify the displayed Subject by setting the folder property &quot;Simplify Subject Regexp&quot;. It is a regular expression that matches the part of the Subjects that you want to remove. In our example you would set it to<br /> <br /> \[cairo\]<br /> <br /> This property also affects the way messages are threaded when you have also set the preference &quot;Thread using subject in addition to standard headers&quot;.<br /> <br /> <br /> === How do I copy my mail archive to another machine? ===<br /> <br /> You need to copy the .claws-mail directory and your entire local mail archive. Make sure that the timestamps of all the files are preserved or else metadata (read/unread messages, color coding, etc.) might get lost. To preserve the timestamps, use tar, rsync, or unison (with the -times) option.</div> Hogdarog https://www.claws-mail.org/faq/index.php?title=Interface&diff=3000 Interface 2013-04-11T16:03:10Z <p>Hogdarog: /* How to automatically show the selected message in the message window? */</p> <hr /> <div>=== How do I make Claws Mail display my language? ===<br /> <br /> You have to set some environment variables such as &lt;code&gt;LANG&lt;/code&gt;, &lt;code&gt;LANGUAGE&lt;/code&gt;, &lt;code&gt;LC_CTYPE&lt;/code&gt;, &lt;code&gt;LC_MESSAGES&lt;/code&gt; to your local language. Usually &lt;code&gt;LANG&lt;/code&gt; (or &lt;code&gt;LC_ALL&lt;/code&gt;) is sufficient.<br /> <br /> === I don't like the default font. Can I change that? ===<br /> <br /> Yes. In '/Configuration/Preferences/Display/Fonts'.<br /> <br /> === There are too many columns in the message list!! ===<br /> <br /> In '/Configuration/Preferences/Display/Summaries' you can press the &quot;Message List..&quot; button in the 'Set displayed columns' frame. That pops up a screen with all the options you can show or leave out of the message list.<br /> <br /> === Can I use a different editor to write my mails? ===<br /> <br /> Yes you can. In '/Configuration/Preferences/Compose/Writing' select the option 'Automatically launch the external editor'. The editor of your choice can be set in /Configuration/Preferences/Message View/External Programs'. Remember, if you want to use a command line editor like '''vi''' or '''emacs''', to write the name of the shell (%term%, %term%, %rxvt%) with the -e parameter in front of the editor. E.g.: &lt;code&gt;rxvt -e vi %s&lt;/code&gt;<br /> <br /> === How to change the font size in the Claws Mail interface? ===<br /> <br /> You can set the GTK+ font by &lt;code&gt;$HOME/.gtkrc-2.0&lt;/code&gt;, or &lt;code&gt;$HOME/.gtkrc-2.0.mine&lt;/code&gt;, (which is included by &lt;code&gt;$HOME/.gtkrc-2.0&lt;/code&gt;). For example<br /> &lt;pre&gt;<br /> style &quot;default&quot; {<br /> font = &quot;-adobe-helvetica-medium-r-normal--12-'''-'''-'''-'''-*-iso8859-1 &quot;<br /> }<br /> widget_class &quot;*&quot; style &quot;default&quot;<br /> &lt;/pre&gt;<br /> === How to automatically show the selected message in the message window? ===<br /> <br /> In the dropbox '/Configuration/Preferences/Display/Summaries/Message list/Open message when selected'. Check 'Always' and it's done.<br /> <br /> === Claws Mail saves my outgoing mail (in Outbox). Can I make it stop doing that? ===<br /> <br /> In '/Configuration/Preferences/Mail Handling/Send' there's a checkbox &quot;Save sent messages to Sent folder&quot;. Uncheck it, and it's solved.<br /> <br /> === How can I change the key-bindings (hot-keys) in Claws Mail? ===<br /> <br /> That is very simple. First, ensure that the option &quot;Enable customizable menu shortcuts&quot; is enabled on the &quot;Other&quot; preferences page, then, suppose you want to assign a shortcut key to a function, e.g. sending all mail out should start when you press Ctrl-Y. Click the &quot;Message&quot; menu and move the mouse over &quot;Send all messages&quot; (or press Alt+M to unroll the &quot;Message&quot; menu then use the down cursor key to activate this &quot;Send all messages&quot; menu entry). Now you press Ctrl-Y. Immediately the menu text is updated and the function is in place. Please note that a previous function that Ctrl-Y was assigned to, will no longer have a shortcut key. If you want to remove the key binding, do the same thing, but press the &quot;delete&quot; key on the menu-item. Then the key binding is removed.<br /> <br /> Also see '/Configuration/Preferences/Other/Set key bindings...' where you are able to reset the Default keybindings, or use other predefined keybindings.<br /> <br /> === Can I close windows without the mouse? ===<br /> <br /> Of course!! Not all windows, but by pressing ESCape, you can close the addressbook, the window of viewing a mail-source (message-&gt;view source), the window of viewing the headers, and several others. Just give it a try and you will find all of them.<br /> <br /> === Can I change the way the date is displayed in the message summary? ===<br /> <br /> Yes. The options are: <br /> : %y = year in numbers <br /> : %m = month in number <br /> : %d = day in numbers<br /> : %c = date/time for locale<br /> : %A = full weekday name<br /> : %a = short weekday name<br /> : %B = full month name<br /> : %b = short month name<br /> : %H = hours in 24-clock<br /> : %I = hours in 12-clock. <br /> <br /> For more information go '/Configuration/Preferences/Display/Summaries' and click the help button to the right of the Date Format entry. <br /> <br /> For more options, see &lt;code&gt;man 3 strftime&lt;/code&gt;<br /> <br /> === Why can't I see the compface (X-Face) pictures? ===<br /> <br /> You need to have support for Compface built in. See how to enable compface support in [[Installation and Configuration]].<br /> <br /> === Why does the URL Launcher not launch my webbrowser? ===<br /> <br /> Check that you have configured your web browser correctly in '/Configuration/Preferences/Message View/External Programs'.<br /> <br /> === Attachments with spaces in the name won't open! ===<br /> <br /> When you try to launch a helper application, like an image viewer, with an attachment that has spaces in the name, put quotes around the %s parameter. Example: &lt;code&gt;gedit '%s'&lt;/code&gt;<br /> <br /> === How do I change the toolbar? ===<br /> <br /> Go to '/Configuration/Preferences/Customize Toolbars' and select the toolbar that you wish to change. You can add your own [[Actions]] by selecting &quot;Claws Mail Actions Feature&quot; from the event selection box. The width of the toolbar buttons is derived from the longest entry from the &quot;Icon Text&quot; column. If (some of) the buttons are not translated to your native language, try the &quot;Default&quot; button.<br /> <br /> === Why isn't the next message displayed when I delete a message? ===<br /> <br /> Go to '/Configuration/Preferences/Display/Summaries', and select &quot;Always open message when selected&quot;.<br /> <br /> === What does the &quot;Ignore thread&quot; flag do? ===<br /> <br /> Every message that has the IGNORE THREAD flag will automatically unset the NEW and UNREAD flag.<br /> Also every child message of the message will get the flag too.<br /> So you won't see any message of this thread as a NEW message anymore after a new mail check.<br /> If you are not interested in the subject of a thread you won't be bothered with the mails anymore.<br /> <br /> IGNORE THREAD flag can be also checked in Condition of filtering or processing with 'ignore_thread' keyword.<br /> <br /> === Why doesn't colour labelling work under KDE? ===<br /> <br /> It seems that KDE likes to apply its own color schemes to GTK applications.<br /> Try changing/editing/replacing its configuration file &lt;tt&gt;~/.kde/share/config/gtkrc&lt;/tt&gt; to get better coloring.<br /> <br /> KDE likes to map its gui style stettings from QT (on which KDE is built) to GTK (on which GNOME is built). Creating an empty file called &lt;tt&gt;~/.no-qtrc-to-gtkrc-mapping&lt;/tt&gt; in your home directory stops this. You will need to restart the KDE session for this to take effect.<br /> <br /> I had the same problem (running kubuntu 5.10-preview), and to get claws-mail (version 1.9.14) to display the new blue color in the folder view again, the steps described above didn't do it for me. I had to also change one option in the KDE Settings in KDE -&gt; Settings -&gt; Appearances -&gt; GTK Styles and Fonts. Here i had to switch to &quot;use another style: Raleigh&quot;. With that it is working. I think this is really a KDE bug, because in the settings tab colors I unchecked the &quot;Apply colors to non-kde-applications&quot; checkbox and it is still doing it for claws-mail. (Markus.Kalb@gmail.com)<br /> <br /> === How can I remove mailing list information from Subject headers? ===<br /> <br /> Very often, when you are subscribed to a mailing list, you will store each message from that list in a folder dedicated to that list, (this is actually recommended since Claws provides great mailing list handling). Very often too, mailing lists include some words in the Subject header to identify the messages, for instance &quot;[cairo]&quot;. These additions do not provide useful info if you have organized your folders as described, but Claws allows you to simplify the displayed Subject by setting the folder property &quot;Simplify Subject Regexp&quot;. It is a regular expression that matches the part of the Subjects that you want to remove. In our example you would set it to<br /> <br /> \[cairo\]<br /> <br /> This property also affects the way messages are threaded when you have also set the preference &quot;Thread using subject in addition to standard headers&quot;.<br /> <br /> <br /> === How do I copy my mail archive to another machine? ===<br /> <br /> You need to copy the .claws-mail directory and your entire local mail archive. Make sure that the timestamps of all the files are preserved or else metadata (read/unread messages, color coding, etc.) might get lost. To preserve the timestamps, use tar, rsync, or unison (with the -times) option.</div> Hogdarog