823c755975f97138b7ae587ad16a9203958711cc
[claws.git] / src / gtk / headers.h
1 /* all header names, with or without trailing colon */
2 static struct {
3         const gchar *header_name;
4         const gchar *header_name_w_colon;
5 } HEADERS[] = {
6
7         /* RFC2822 */
8         { N_("Date"),                                             N_("Date:") },
9         { N_("From"),                                             N_("From:") },
10         { N_("Sender"),                                           N_("Sender:") },
11         { N_("Reply-To"),                                         N_("Reply-To:") },
12         { N_("To"),                                               N_("To:") },
13         { N_("Cc"),                                               N_("Cc:") },
14         { N_("Bcc"),                                              N_("Bcc:") },
15         { N_("Message-ID"),                               N_("Message-ID:") },
16         { N_("In-Reply-To"),                              N_("In-Reply-To:") },
17         { N_("References"),                               N_("References:") },
18         { N_("Subject"),                                          N_("Subject:") },
19         { N_("Comments"),                                         N_("Comments:") },
20         { N_("Keywords"),                                         N_("Keywords:") },
21         { N_("Resent-Date"),                              N_("Resent-Date:") },
22         { N_("Resent-From"),                              N_("Resent-From:") },
23         { N_("Resent-Sender"),                            N_("Resent-Sender:") },
24         { N_("Resent-To"),                                        N_("Resent-To:") },
25         { N_("Resent-Cc"),                                        N_("Resent-Cc:") },
26         { N_("Resent-Bcc"),                               N_("Resent-Bcc:") },
27         { N_("Resent-Message-ID"),                        N_("Resent-Message-ID:") },
28         { N_("Return-Path"),                              N_("Return-Path:") },
29         { N_("Received"),                                         N_("Received:") },
30
31         /* more */
32         { N_("Newsgroups"),                               N_("Newsgroups:") },
33         { N_("Followup-To"),                              N_("Followup-To:") },
34         { N_("Delivered-To"),                             N_("Delivered-To:") },
35         { N_("Seen"),                                             N_("Seen:") },
36         { N_("Status"),                                           N_("Status:") },
37         { N_("Face"),                                             N_("Face:") },
38         { N_("Disposition-Notification-To"),  N_("Disposition-Notification-To:") },
39         { N_("Return-Receipt-To"),                        N_("Return-Receipt-To:") },
40         { N_("User-Agent"),                               N_("User-Agent:") },
41         { N_("Content-Type"),                             N_("Content-Type:") },
42         { N_("Content-Transfert-Encoding"),   N_("Content-Transfert-Encoding:") },
43         { N_("MIME-Version"),                             N_("MIME-Version:") },
44         { N_("Precedence"),                               N_("Precedence:") },
45         { N_("Organization"),                             N_("Organization:") },
46
47         { N_("Mailing-List"),                             N_("Mailing-List:") },
48         { N_("List-Post"),                                        N_("List-Post:") },
49         { N_("List-Subscribe"),                           N_("List-Subscribe:") },
50         { N_("List-Unsubscribe"),                         N_("List-Unsubscribe:") },
51         { N_("List-Help"),                                        N_("List-Help:") },
52         { N_("List-Archive"),                             N_("List-Archive:") },
53         { N_("List-Owner"),                               N_("List-Owner:") },
54
55         { N_("X-Label"),                                          N_("X-Label:") },
56         { N_("X-Mailer"),                                         N_("X-Mailer:") },
57         { N_("X-Status"),                                         N_("X-Status:") },
58         { N_("X-Face"),                                           N_("X-Face:") },
59         { N_("X-No-Archive"),                             N_("X-No-Archive:") },
60
61 /* some common logical names referring to real header names */
62         { N_("In reply to"),                              N_("In reply to:") },
63         { N_("To or Cc"),                                         N_("To or Cc:") },
64         { N_("From, To or Subject"),              N_("From, To or Subject:") },
65 };