Remove the unused "problematic signature" and

"problematic encryption" mail states and icons.

svn path=/trunk/KDE/kdepim/kmail/pics/; revision=810447
wilder-work
Jakob Petsovits 18 years ago
parent 03c106bd2e
commit 29e872865d
  1. 2
      headeritem.cpp
  2. 4
      kmheaders.cpp
  3. 3
      kmheaders.h
  4. BIN
      pics/mail-problematic-encryption.png
  5. BIN
      pics/mail-problematic-signature.png

@ -236,7 +236,6 @@ const QPixmap *HeaderItem::cryptoIcon(KMMsgBase *msgBase) const
case KMMsgFullyEncrypted : return KMHeaders::pixFullyEncrypted;
case KMMsgPartiallyEncrypted : return KMHeaders::pixPartiallyEncrypted;
case KMMsgEncryptionStateUnknown: return KMHeaders::pixUndefinedEncrypted;
case KMMsgEncryptionProblematic : return KMHeaders::pixEncryptionProblematic;
default : return 0;
}
}
@ -248,7 +247,6 @@ const QPixmap *HeaderItem::signatureIcon(KMMsgBase *msgBase) const
case KMMsgFullySigned : return KMHeaders::pixFullySigned;
case KMMsgPartiallySigned : return KMHeaders::pixPartiallySigned;
case KMMsgSignatureStateUnknown: return KMHeaders::pixUndefinedSigned;
case KMMsgSignatureProblematic : return KMHeaders::pixSignatureProblematic;
default : return 0;
}
}

@ -99,8 +99,6 @@ QPixmap* KMHeaders::pixUndefinedSigned = 0;
QPixmap* KMHeaders::pixFullyEncrypted = 0;
QPixmap* KMHeaders::pixPartiallyEncrypted = 0;
QPixmap* KMHeaders::pixUndefinedEncrypted = 0;
QPixmap* KMHeaders::pixEncryptionProblematic = 0;
QPixmap* KMHeaders::pixSignatureProblematic = 0;
QPixmap* KMHeaders::pixAttachment = 0;
QPixmap* KMHeaders::pixReadFwd = 0;
QPixmap* KMHeaders::pixReadReplied = 0;
@ -200,8 +198,6 @@ KMHeaders::KMHeaders( KMMainWidget *aOwner, QWidget *parent ) :
pixFullyEncrypted = new QPixmap( UserIcon( "mail-encrypted-full" ) );
pixPartiallyEncrypted = new QPixmap( UserIcon( "mail-encrypted-part" ) );
pixUndefinedEncrypted = new QPixmap( UserIcon( "mail-encrypted" ) );
pixEncryptionProblematic = new QPixmap( UserIcon( "mail-problematic-encryption" ) );
pixSignatureProblematic = new QPixmap( UserIcon( "mail-problematic-signature" ) );
pixAttachment = new QPixmap( SmallIcon( "mail-attachment" ) );
pixReadFwd = new QPixmap( UserIcon( "mail-forwarded" ) );
pixReadReplied = new QPixmap( UserIcon( "mail-replied" ) );

@ -302,8 +302,7 @@ protected:
*pixQueued, *pixFwd, *pixFlag, *pixWatched, *pixIgnored, *pixSpam, *pixHam,
*pixFullySigned, *pixPartiallySigned, *pixUndefinedSigned,
*pixFullyEncrypted, *pixPartiallyEncrypted, *pixUndefinedEncrypted,
*pixFiller, *pixEncryptionProblematic,
*pixSignatureProblematic, *pixAttachment,
*pixFiller, *pixAttachment,
*pixReadFwd, *pixReadReplied, *pixReadFwdReplied,*pixTodo;
/** Look for color changes */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 B

Loading…
Cancel
Save