Welcome to the new location of Alien's Wiki, sharing a single dokuwiki install with the SlackDocs Wiki.

Welcome to Eric Hameleers (Alien BOB)'s Wiki pages.

If you want to support my work, please consider a small donation:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:thunderbird [2006/03/18 22:19] alienlinux:thunderbird [2009/01/12 20:53] (current) – Show gpg fingerprint command examples alien
Line 35: Line 35:
 user_pref("mail.identity.id1.header.gpgfingerprint", "X-GPG-FINGRPRINT: F2CE 1B92 EE1F 2C0C E97E 581E 5E56 AAAF A75C BDA0"); user_pref("mail.identity.id1.header.gpgfingerprint", "X-GPG-FINGRPRINT: F2CE 1B92 EE1F 2C0C E97E 581E 5E56 AAAF A75C BDA0");
 </code> </code>
-Of course, the values are those of my own GPG key, you should fill in your own. Note, that I pointed the //X-GPG-PUBLIC_KEY// header to a GPG key server. This is where everyone should make his or her key available.+Of course, the values are those of my own GPG key (**0xA75CBDA0**), you should fill in your own. Note, that I pointed the //X-GPG-PUBLIC_KEY// header to a GPG key server. This is where everyone should make his or her key available.\\ You can print the //GPG fingerprint// using one of the following commands (the first two will show you my own GPG fingerprint, the last one will show fingerprints for every entry in your personal GPG keyring): <code> 
 +gpg --fingerprint 0xA75CBDA0 
 +gpg --fingerprint Eric Hameleers 
 +gpg --fingerprint</code>
  
 If your Thunderbird profile contains more than one identity, you might have to copy the three lines above multiple times, substituting the **id1** with //id2//, //id3//, and so on. If your Thunderbird profile contains more than one identity, you might have to copy the three lines above multiple times, substituting the **id1** with //id2//, //id3//, and so on.
 Mozilla Thunderbird ()
SlackDocs