diff options
author | Eduardo Chappa <chappa@washington.edu> | 2014-02-17 01:15:15 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2014-02-17 01:15:15 -0700 |
commit | 59499e8d9d98e63b0ccf3d731528c24c652ad501 (patch) | |
tree | 29871a8a54d8f2eb7a045ff7d944328d9107b8ee /pico | |
parent | aa7d9f18ca61e2fb1998bcaedee9ecdfa93a0728 (diff) | |
download | alpine-59499e8d9d98e63b0ccf3d731528c24c652ad501.tar.xz |
* Encrypted and signed messages sent by Thunderbird did not validate.
Diffstat (limited to 'pico')
-rw-r--r-- | pico/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/search.c b/pico/search.c index e017a83a..82853fab 100644 --- a/pico/search.c +++ b/pico/search.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: search.c 1266 2009-07-14 18:39:12Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013 Eduardo Chappa + * Copyright 2013-2014 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); |