&Daniel.Naber; &Daniel.Naber.mail;&David.Rugge; &David.Rugge.mail;2013-12-20&kde; 4.12Frequently Asked Questions (&FAQ;)How to set Firefox as your default browser?You want to click on a link in &kmail; and have it opened in Firefox. At the moment, another browser is used. You want to change this.This solution will affect all of &kde;, not just &kmail;. Start &systemsettings;Default ApplicationsWeb BrowserOpen http and https &URL;s in the following browserfirefox.If you are an administrator and want to set this setting automatically for your users, it isin your user directory in $(kde4-config --localprefix)/share/config/kdeglobals add the line
BrowserApplication[$e]=!firefox under category [General]You can also use the script in Tutorials/Modify_KDE_Software_DefaultsHow to control your Roaming profile's connection?You set up a Roaming profile to access your home server while you are on the road, but it keeps trying to connect even when you are at home. Auto-connection is disabled in the setup screens.SettingsConfigure KMailAccountsReceiving (tab)(select the account to exclude)Retrieval Options, uncheck Include in Manual Mail Check. This will exclude the profile when you hit the download icon, but the profile will still be available from the drop-down list, making it easy to get your mail while away from home.How to store sent mails in a special folder?Symptom: You want to store mails in a special folder. Maybe you are using an &imap; server and want to store your mails on the server, not in the client.Solution: In &kmail;, choose SettingsConfigure KMailIdentities(Choose an identity)ModifyAdvancedSent-mail folderHow to store trash mails in a special folder?Symptom: You want to store mails in a special folder. Maybe you are using an &imap; server and want Trashed mails to be stored on the server, not in the client.In the settings dialog select an &imap; account on the Accounts page.
Click on Modify and change the trash folder location on the Advanced tab.How to store encrypted mails as unencrypted?Symptom: You exchange encrypted mail with a friend, but would like to store it unencrypted, once you have opened the message.Solution: To store emails that have been decrypted once in unencrypted format henceforth, add this to your kmail2rc configuration file, in the [Reader] section:store-displayed-messages-unencrypted=trueThis may only work with SMIME but implementation for OpenPGP is being worked on.How to filter spam on an &imap; server?Symptom: You intend moving on to reading your mail from an &imap; server, and wonder how filtering and spam handling will occur?Solution: The machine that already has your mail can become your &imap; server. You will need to configure a server application. Dovecot is one such, and the guidance on the project web pages make it easy to set up. That still leaves you with the problem of filtering, as it makes sense to do it on the server (when you point &kmail; at the server you will see the folders that you have created on the server). Again there are options, but one of the best known is procmail. Again there is plenty of information on the Internet on how to set this up. You give it a set of recipes - here's an example: :0
* (^To|^CC|^List-ID): .*kde-linux
${MAILDIR}.INBOX.KDE-Lists.kde-users/
If you have maildir folders, each recipe must end with a /. If your folders are mbox, just omit the /If you have been using bogofilter with &kmail; you will already have a wordlist. This can be used at server level, too, so you will not have to start training from scratch. The trick is to set this before the procmail recipes::0fw
| bogofilter -e -p
0e
{ EXITCODE=75 HOST }
0:
* ^X-Bogosity: Spam, tests=bogofilter
${MAILDIR}.INBOX.a-Spam/
0e
{ EXITCODE=75 HOST }
0:
* ^X-Bogosity: Unsure, tests=bogofilter
${MAILDIR}.INBOX.a-Unsure/
0e
{ EXITCODE=75 HOST }
Note that it is going to use a mailbox for spam and one for unsure - I add a 'a-' to the name to ensure that they are easily seen, at the top of the list.Finally, to improve performance, run the following command occasionally on saved spam and unsures:/usr/share/bogofilter/contrib/trainbogo.sh -c -H /home/user/Maildir /.INBOX.bogotrain_ham/cur/ -S /home/user/Maildir/.INBOX.bogotrain_spam/cur/(don't forget to check the path.)This is not a complete guide to setting up a server, but notes on how to set up the server to work as you expect in &kmail;.How to get more screen space in &kmail;?Symptom: You are using &kmail; on a netbook, and find that the new Aggregation display leaves you little screen spaceSolution:If you want to change the look so that a mail uses a single row instead of two rows, go to ViewMessage ListTheme and change the theme to Classic. If you want to disable grouping by date, change the aggregation using ViewMessage ListAggregation to Standard Mailing List. Now your &kmail; will look exactly like it did in earlier versions.In SettingsConfigure KMailAppearanceFonts you can select Use custom fonts and change the setting for each component in the list. This is when you discover that your folder list and the message bodies do use the fonts you want, but the message list still has too large a font.You can make the font changes by right-clicking on the Message List headers, and selecting ThemeConfigureAppearance tab.
Each one of those column headers needs to be clicked on, and your new custom font set. At the end of this, the message list will display in the same font as the rest of your layout.How to unconfigure &kmail; folder tool tips?Symptom: You are using &kmail; on a netbook, and find that the tooltips over folders hide too many folder namesSolution: Right-clicking on the header of the Folder List and unselect Display Tooltips.How to unconfigure &kmail; message list tool tips?In &kmail;, SettingsConfigure KMailAppearanceMessage List uncheck GeneralDisplay tooltips for messages and group headersHow to remove alternate line colourings?In &systemsettings;Application AppearanceColorsColors, for each color set except Common Colors (which doesn't have it), change the Alternate Background to be the same as the Normal Background.Mandriva and Mageia doesn't use the name System Settings. As in KControl, the KDE 3 control centre, they name it Configure your Desktop to distinguish it from Configure your Computer, a.k.a. the Mandriva/Mageia Control Center (MCC). Other than this name change, the method is as described above.How to transfer mail and settings to another computer (or another user account on the same machine)?Use ToolsExport &kmail; Data...
to export and import settings and data. Please see PIM Setting Exporter for details.Why am I not able to copy mails to a USB stick?Symptom: You are setting up a new computer and want to transfer all your mail. You decide to copy everything to a USB stick. The job starts, then you start to get failure message,Unable to copy ............Invalid argumentSolution: Your usb stick is (V)FAT formatted, and thus can't handle maildir folder names (nor can it handle permissions, which can cause many other problems). You have two choices. Either format your USB stick as ext2 (in which case you should be aware it can't be read on &Windows; OSes without installing additional software there) or create a tar file of all your mail, copy that to the stick and extract it to your new host.Why are my filters not applied to incoming messages of &imap; accounts?Normal &imap; mode does not support filtering, but the new
disconnected &imap; account type does. You could try to use server-side
filtering (ask your admin for how to install filters on the server and in
which format), since &imap; is all about managing your email on the server.
Unfortunately, although there exists a mail filter language (Sieve, defined
in RFC3028), there is no standardized access protocol for installing or
editing server-side Sieve scripts. If such a protocol becomes available in
the future, &kmail; will most probably include support for it.What should I know if I want to use
PGP/GnuPG with
&kmail;?&kmail; provides a simple and easy-to-use interface for the basic
functions of these programs; still you should understand how these programs
work and what might make their use insecure. Some important issues:You really should test if encryption works
before you use it. &kmail; partly relies on
PGP/GnuPG's error strings,
which often change between different versions.&kmail; will not encrypt messages with an untrusted (unsigned) public key: if you want to encrypt to such a
key you should check the identity of the key owner and only then sign the key
with your secret key; if you do not want to or cannot check the identity
of the key owner but nevertheless want to encrypt the message then
please sign the key locally with gpgkeyID.Trusting a foreign public key without checking it is not a good idea.&kmail; cannot encrypt and sign attachments if you are using
the built-in OpenPGP support. For encrypted and signed attachments you need
to have crypto plugins installed and configured.Starting with GnuPG 1.0.7 you have to set your own key to
ultimate ownertrust: it is no longer implicitly done for you.Where does &kmail; save my settings and my
mail?Most &kmail; settings are stored in
$(kde4-config --localprefix)/share/config/kmail2rc and the
Akonadi-controlled entries are stored in the following folders and files:~/.local/share/~/.config/akonadi/.
$(kde4-config --localprefix)/share/config/nepomukserverrc$(kde4-config --localprefix)/share/apps/nepomuk/ (&kaddressbook; stores contact groups in Nepomuk.)
Note that some of the files are hidden: remember to also copy those if you want to backup or
archive your mails.Why did &kmail; regenerate the index of a folder?&kmail; regenerates the index of a folder whenever the index appears to be
out of date, &ie; whenever the contents of a folder are newer than the
index. &kmail; regenerates the index in this case in order to prevent
the loss or corruption of messages. Unfortunately, currently-deleted
messages might reappear and message flags (like important, etc.) might
be lost when the index is regenerated.An outdated index can have several causes; the two most important causes
are:
Some other program modified the contents of the folder: if you want
to use &kmail; together with procmail then please read this &FAQ;. If you want to use &kmail; together with
another email client then please read this &FAQ;.If your mail folder
is on a volume which is mounted via NFS and if the clock of the NFS server is ahead of the
clock of your computer then the NFS server sometimes reports a wrong
file date for the index file. In this case &kmail; assumes that the index
is outdated although in reality it is not. To fix this problem
you (or your system administrator) have to make sure that the clock of
the NFS server and the clock of your computer are always in sync. One
way to achieve this is the use of the ntp daemon.Why does &kmail; not start up?Symptom: You want to start &kmail; from a minimal desktop environment like fvwm2. It does not start.Reason: You are missing the dbus functionality.Solution: Start &kmail; using dbus-launch like this:dbus-launch kmailCan I use &kmail; together with a different email client, ⪚
mutt?If you're using the mbox format for your folders it is not
possible to use a different email client while &kmail; is running.
With mutt there may also be problems
even if both programs are not running at the same time. We recommend to
use the maildir format in this case, this should solve all problems.How can I convert my mailboxes from mbox to maildir?There is no automatic way to do that. You will have to create a new folder
in maildir format and copy the messages from the mbox folder into this
new folder. Remember to adapt any filter rules connected with the old folder before
you delete it.How can I remove attachments from messages without removing
the message itself?Open the context menu with a &RMB; click on an attachment and
select Delete AttachmentHow can I make &kmail; check for new messages at startup?If &kmail; should always check for new messages at startup then
enable Check mail on startup on the
Accounts configuration page.
Otherwise start &kmail; with kmail .Where can I get a list of changes between the versions of &kmail;?The welcome screen lists all important changes for your version. It is displayed when you
select Help&kmail; Introduction.I'm one of those people whose mails consist of 100 quoted lines
and one line written by myself. For some reason this annoys other people. Can
&kmail; help me and make everyone's life better?Sure. Just select a short relevant part of the original mail
with the mouse before you reply. Only this part will then be quoted in your
reply.For some messages the value in the Date field
is unknown or it is not correct.Probably the Date: header of these messages is
broken and &kmail; cannot interpret it. That is not a bug in &kmail;
but in the software that sent the mail.My signature has two dashes above it. What's up?
Separating the signature from the message body with two dashes and a space
on a single line is common usage. These symbols permit mail clients who recognize
them to trim the signatures from a reply. If your signature does not already have
this separator, &kmail; will automatically add it.Are there any known bugs in &kmail;?A list of submitted bugs can be obtained by the query from the Bugzilla page. Note that not all
these bugs are valid. All in all we think that &kmail; is a very robust piece
of software.However, you should not run &kmail; while another email client is already
accessing the files in the mail directory; if you try to do so,
you might lose messages. Note that you should make backups of your messages anyway.&kmail; does not display &HTML; mail properly.References to external content like images, are disabled by
default, as they can be used to track whether and when you read a message.
Loading external references can be activated in the Security
tab in &kmail;'s configuration dialog; also Plugins (like AdobeFlash),
&Java; and JavaScript will not be displayed in &kmail; for security reasons
and there is no way to activate them.Can I use two different versions of &kmail; at the same time? Can I go
back from a current version of &kmail; to an older one?You can only run one instance of &kmail; at a time. We also recommend
to stick to a certain version and not switch back and forth between different versions.
Downgrading to an older version will probably cause problems, ⪚ because the index file
formats might have changed. Upgrading should never be a problem.Does &kmail; support uuencoded files?Uuencoded attachments are not supported. Save your mail with an uuencoded attachment
and use uudecode to decode the attachment.&kmail; crashed while I was writing a mail; is that mail lost now?&kmail; tries to save your mail to
$(kde4-config --localprefix)/share/apps/kmail/autosave in case of a crash. The next time you start
&kmail; the mail composer should appear with your mail again; If it does not,
try to open the files in $(kde4-config --localprefix)/share/apps/kmail/autosave with an editor. If there are no files in this folder then the crash was so bad that &kmail; could not save your mail.When I try to set a folder to be mailing list-aware, it does not do
anything when receiving an email from the list.Associating a folder with a mailing list has nothing to do with
filtering the mailing list messages — you have to add a new filter rule manually; however, once you associated a folder with a mailing list you can use MessageReply to Mailing-List... or
MessageNew Message to Mailing-List...
and the mailing list address will be set in the To: field.
My SMTP server requires authentication; does &kmail; support this?The Authentication can be set in the Advanced tab
of the SMTP configuration dialog.
Can I use &kmail; and procmail?Yes, but it is important to do it the right way or you might lose
mail. In order to use procmail and &kmail; you need
to set up &kmail; so that it will fetch new
mail from the spoolfiles in which procmail
drops your mail. Do not set up procmail to deliver
mail in a &kmail; folder, this cannot work.For each procmail spoolfile you then need to create an account
from which &kmail; will fetch new mail; you also need to make sure you
specify the right lockfile name for this account. When setting up an
account, &kmail; will do some minimal parsing on your
.procmail file, and will try to list every
spoolfile it has found, and also the lockfiles next to the
procmail lockfile item. procmail lets the user
specify lockfiles in three different ways, so there is no way to
establish a correspondence between the spoolfiles and lockfiles; so it's
really up to you to make sure you specify the right lockfile for each
spoolfile.Spellchecking does not recognize non-English
characters.Before you can use spellchecking the first time, you have to
configure it. You can do so in the composer window's menu
under SettingsSpellchecker.... You can set
the dictionary there.How do I use my
Eudora/&Netscape;/Outlook/...
mail folders in &kmail;?See the section Importing in &kmail;.
Can I use encryption with my normal (non-SSL)
POP3 account?If your POP3 server runs an
ssh daemon, you can use ssh to tunnel your
POP3 connection using the following command:sshModify your &kmail; configuration to fetch the mail via
POP3 from localhost and ssh will tunnel
the connection for you.
If non-encrypted messages have already been sent
via Internet, the only advantage of using ssh is
that your password will be sent encrypted to the POP3
server.Does &kmail; lock the folders it uses?&kmail; does not lock the files in ~/local/share.To avoid the risk of losing mail if using a local
account it is necessary to ensure that &kmail; uses the same type of
locking as your mail delivery agent.There are five different locking options you can use:Procmail lockfileMutt dotlockMutt dotlock privilegedFCNTL (default)none (use with care)Procmail lockfile will use a small utility that comes
with procmail called lockfile. You
can use this if your mail folder is in a folder where you have write
permission. This will not work on your /var/spool/mail/user file in most cases. It will
create .lock files on your account when &kmail; is checking
for new mail. Please note that this will only work if
procmail is installed on your system.Mutt dotlock and Mutt dotlock
privileged will both use a small utility that comes with
mutt
called mutt_dotlock. Mutt dotlock
can be used in the same way as the Procmail lockfile
option, with the same limitation with regards to the /var/spool/mail/ folders. However, the
Mutt dotlock privileged option can create lock files
in the /var/spool/mail folder.
mutt_dotlock is a setgid program and this option will
run it in setgid mode. Please note that these options will only work if
mutt is installed on your system.FCNTL will use the
fcntl() system call.Usage of FCNTL locking might cause system lockups when the mail
spool file is on an NFS mounted device.If you do not want to use any locking, the none option
is what you want. However, there are risks of losing mail when no locking is
used.How do I leave messages on the POP3 server?If you want to leave all messages on the server: open up the
SettingsConfigure &kmail;... window. Click on the Accounts page. Select your
account from the account list and click the Modify...
button. This dialog contains the Leave fetched messages on the server
setting which you must enable.How do I automatically insert a text footer within my
messages?The text footer is also called a signature (not to be confused
with a cryptographic signature). Select
SettingsConfigure &kmail;....
Look in the Identity page for the Signature
tab and add your signature there. Then go to the General
tab on the Composer page and enable
How do I set up &Sendmail; to work with
&kmail; if I have a dial-up connection?First you should check if your distribution
can do this for you. It probably has already been set up during
installation.If that is not the case, you may want to have a look at the Mail Queue
HOWTO.I've seen demonstrations of remote control behavior with &kmail;.
Is there any documentation on the available interfaces?You can get a list of functions by using this command in a shell:
qdbus. Then you can control &kmail; like this: qdbus. You can use qdbusviewer to browse available methods in a graphical interface.When I reply to a message, only a part of the message is quoted. How come?This can happen when the message contains two dashes and a space on a single line. This is seen as the start of the signature. The remaining part of the message will not be quoted, because when you reply to a message &kmail; strips the signature.I am only using &imap;, can I get rid of those Local Folders in
the folder list or at least keep them collapsed all the time?No, you cannot get rid of them. The local folders function as a
fallback when the &imap; server is unreachable. Although you only use &imap;,
&kmail; uses the outbox for sending the messages. If we hide all local folders
you will not be able to fix messages in the outbox which cannot be send for some
reason. But it is possible to keep the local folders collapsed. What
you have to do is go to Settings
Configure &kmail;... and go to the section Misc,
there you can setup the folder on startup. If you change that to a folder on
the &imap; account, the Local Folders will stay collapsed when &kmail; starts.
How to watch the threads?If you want to follow a thread, right click and choose Mark ThreadWatch Thread.From this point on all messages on the thread that starts in this message will be marked as Watched.
How to watch your own threads?This is useful in case you are registered to a mailing list such as kdepim-users@kde.org and want to filter out the threads you participate in.Create a filter to mark all your incoming messages to a mailing list as WatchedTo create a filter go to:SettingsConfigure Filtersselect Match all of the followingAdd the conditions:
FromContainsyourmail@maildomainreplace yourmail@maildomain with your outgoing mail addressList-IdContainslistIDreplace listID with a specific mailing list id ⪚ (<kdepim-users.kde.org>) or just a . to include outgoing mail to all mailing lists with . in their id (basically all).Under Filter Actions choose Mark AsWatched.
In the Advanced tabUncheck if this filter matches, stop processing here, so that other filters such as sorting the incoming messages from the mailing list to sub-folders would execute.Place that filter before other filters that may stop the filtering process, or simply put it first. (changing the filters order is done using the two arrows up and down, under the Available filters list)
Create a search on mailing list messagesGo to the folder where your mailing list messages are stored (⪚ Local Folders/KDE-PIM-USERS) and hit S key or in the menu EditFind Messages.Select Match all of the followingPay attention to the Include sub-folders.Add the condition: Message StatusisWatchedGive the search an informative name (Search folder name) like KDE-PIM-USERS-WatchedMake the search. After it is done you can close the search window.
Now whenever you start a thread or participate in one, it is Watched.How to use E-Mail Translation?To translate text in the composer window read the section
Using the Built-in Translator
In the message preview pane highlight the text you would like to translate and select
Translate (&Ctrl;&Alt;T) from the &RMB; context menu.