diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-02-01 21:19:43 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-02-01 21:19:43 -0700 |
commit | 160c65c07175315edddfec7297ad400486a8cabd (patch) | |
tree | e2c8ebaa4866366cb3fb88bc0813f5e991931881 /pith/state.h | |
parent | e8d813ec09607b9466e97155ffd35e27d485ef8a (diff) | |
download | alpine-160c65c07175315edddfec7297ad400486a8cabd.tar.xz |
* Added support for RFC 2971 - IMAP ID extension.
Diffstat (limited to 'pith/state.h')
-rw-r--r-- | pith/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/state.h b/pith/state.h index 4c908106..1b9eb934 100644 --- a/pith/state.h +++ b/pith/state.h @@ -109,6 +109,7 @@ struct pine { char cur_folder[MAXPATH+1]; QUOTALIST *quota; + IDLIST *id; char last_unambig_folder[MAXPATH+1]; char last_save_folder[MAXPATH+1]; CONTEXT_S *last_save_context; |