summaryrefslogtreecommitdiff
path: root/pith/mailview.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-01-08 23:34:41 -0700
committerEduardo Chappa <chappa@washington.edu>2018-01-08 23:34:41 -0700
commitf313219416ff6d95f2b66120365516f4367ca8d5 (patch)
tree23b6b815f934b67c90f010c7249c3da91bbb08c1 /pith/mailview.c
parent965befd7936f8a788b950d650b76f34f606fc1e1 (diff)
downloadalpine-f313219416ff6d95f2b66120365516f4367ca8d5.tar.xz
* Make sure handles to see details of events are visible regardless
of if the feature for activating handles in attachments is enabled or not.
Diffstat (limited to 'pith/mailview.c')
-rw-r--r--pith/mailview.c5
1 files changed, 2 insertions, 3 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