diff options
-rw-r--r-- | pith/mailview.c | 5 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/pith/mailview.c b/pith/mailview.c index 1d92bd91..9e8e8de7 100644 --- a/pith/mailview.c +++ b/pith/mailview.c @@ -393,7 +393,7 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int gf_puts(padding, pc); utf8_snprintf(tmp_20k_buf, SIZEOF_20KBUF, "[%s]", _("More Details")); - if(F_ON(F_VIEW_SEL_ATTACH, ps_global) && handlesp){ + if(handlesp){ char buf[16], color[64]; int l; HANDLE_S *h; @@ -424,7 +424,7 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int if(!format_env_puts(tmp_20k_buf, pc)) return; - if(F_ON(F_VIEW_SEL_ATTACH, ps_global) && handlesp){ + if(handlesp){ if(lastc){ if(F_OFF(F_SLCTBL_ITEM_NOBOLD, ps_global)){ if(!((*pc)(TAG_EMBED) && (*pc)(TAG_BOLDOFF))) @@ -464,7 +464,6 @@ format_calendar_vevent(VCALENDAR_S *vcal, ATTACH_S *a, HANDLE_S **handlesp, int snprintf(tmp_20k_buf, SIZEOF_20KBUF, "%*.*s%s", m1, m1, "", repeat_char(dwid, '-')); gf_puts(tmp_20k_buf, pc); -// gf_puts(NEWLINE, pc); } int diff --git a/pith/pine.hlp b/pith/pine.hlp index 2fa13844..845f6214 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 245 2017-12-24 21:54:15 +Alpine Commit 246 2018-01-08 23:34:22 ============= h_news ================= <HTML> <HEAD> |