blob: 9081d9ca71514f523620a6944f07fccf011f2e31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"
type="topic" id="mail-duplicates">
<info>
<desc>How to handle duplicated email messages</desc>
<link type="guide" xref="index#common-mail-problems" />
<revision pkgversion="3.7.4" version="0.6" date="2013-01-23" status="final"/>
<credit type="author">
<name its:translate="no">April Gonzales</name>
<email its:translate="no">loonycookie@gmail.com</email>
</credit>
<credit type="author">
<name its:translate="no">Andre Klapper</name>
<email its:translate="no">ak-47@gmx.net</email>
</credit>
<license>
<p>Creative Commons Share Alike 3.0</p>
</license>
</info>
<title>Duplicate emails get downloaded</title>
<section id="remove">
<title>Removing duplicate emails</title>
<p>To remove duplicate emails in a folder, select multiple messages (or select all messages in a folder by clicking <guiseq><gui>Edit</gui><gui>Select All</gui></guiseq> or pressing <keyseq><key>Ctrl</key><key>A</key></keyseq>) and click <guiseq><gui>Message</gui><gui>Remove Duplicate Messages</gui></guiseq>.</p>
<!-- available by default since 2.91, as per http://mail.gnome.org/archives/evolution-list/2011-August/msg00000.html -->
</section>
<section id="reasons">
<title>Reasons</title>
<p>Downloading duplicate emails may be due to one of the following reasons:</p>
<list>
<item><p>There are several copies of the same message in the mailbox</p></item>
<item><p>Evolution is having a problem with the UIDL extension.</p></item>
<item><p>The cache files located at <file>$HOME/.local/share/evolution/mail/local/</file> are not writable.</p></item>
</list>
</section>
</page>
|