projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91acd32
)
remove cruft
author
Pierre Habouzit
<madcoder@debian.org>
Mon, 14 May 2007 13:52:05 +0000
(15:52 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Mon, 14 May 2007 13:52:05 +0000
(15:52 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
postpone.c
patch
|
blob
|
history
diff --git
a/postpone.c
b/postpone.c
index
4e0f869
..
74490e4
100644
(file)
--- a/
postpone.c
+++ b/
postpone.c
@@
-312,10
+312,7
@@
int mutt_get_postponed (CONTEXT * ctx, HEADER * hdr, HEADER ** cur, char *fcc,
string_list_wipe(&tmp);
tmp = next;
}
- else if ((m_strncmp("Pgp:", tmp->data, 4) == 0 /* this is generated
- * by old mutt versions
- */
- || m_strncmp("X-Mutt-PGP:", tmp->data, 11) == 0)) {
+ else if (m_strncmp("X-Mutt-PGP:", tmp->data, 11) == 0) {
hdr->security = mutt_parse_crypt_hdr (strchr (tmp->data, ':') + 1, 1);
hdr->security |= APPLICATION_PGP;