2 * coded by Ketmar // Invisible Vector <ketmar@ketmar.no-ip.org>
3 * Understanding is not required. Only obedience.
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, version 3 of the License ONLY.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 module chiroptera
/*is aliced*/;
19 //version = test_round_rect;
20 version = article_can_into_html
;
24 import std
.concurrency
;
27 //import arsd.htmltotext;
28 import arsd
.simpledisplay
;
31 version(article_can_into_html
) {
32 import arsd
.characterencodings
;
35 import arsd
.htmltotext
;
47 import iv
.timer
: DurTimer
= Timer
;
55 import chibackend
.net
;
62 // ////////////////////////////////////////////////////////////////////////// //
63 static immutable string ChiroStyle
= `
66 grouplist-divline: white;
67 grouplist-dots: rgb(80, 80, 80);
70 // group with unread messages
71 grouplist-unread-text: #0ff;
73 grouplist-normal-text: rgb(255, 187, 0);
74 grouplist-normal-child-text: rgb(225, 97, 0);
76 grouplist-spam-text: #800;
77 // main accounts group
78 grouplist-accounts-text: rgb(220, 220, 0);
79 grouplist-accounts-child-text: rgb(160, 160, 250);
80 // account inbox group
81 grouplist-inbox-text: rgb(90, 90, 180);
84 grouplist-cursor-back: #088;
85 // group with unread messages
86 grouplist-cursor-unread-text: #0ff;
88 grouplist-cursor-normal-text: rgb(255, 187, 0);
89 grouplist-cursor-normal-child-text: rgb(225, 97, 0);
91 grouplist-cursor-spam-text: #800;
92 // main accounts group
93 grouplist-cursor-accounts-text: rgb(220, 220, 0);
94 grouplist-cursor-accounts-child-text: rgb(160, 160, 250);
95 // account inbox group
96 grouplist-cursor-inbox-text: rgb(90, 90, 180);
98 grouplist-cursor-outline: black;
100 //// thread list ////
101 threadlist-divline: white;
102 threadlist-back: #222;
103 threadlist-dots: #444;
105 threadlist-normal-back: transparent;
106 threadlist-normal-dots: #444;
107 threadlist-normal-subj-text: rgb(215, 87, 0);
108 threadlist-normal-from-text: rgb(215, 87, 0);
109 threadlist-normal-mail-text: rgb(155, 27, 0);
110 threadlist-normal-time-text: rgb(215, 87, 0);
111 threadlist-normal-strike-line: transparent;
113 threadlist-unread-back: transparent;
114 threadlist-unread-dots: #444;
115 threadlist-unread-subj-text: white;
116 threadlist-unread-from-text: white;
117 threadlist-unread-mail-text: yellow;
118 threadlist-unread-time-text: white;
119 threadlist-unread-strike-line: transparent;
121 threadlist-soft-del-back: transparent;
122 threadlist-soft-del-dots: #444;
123 threadlist-soft-del-subj-text: #800;
124 threadlist-soft-del-from-text: #800;
125 threadlist-soft-del-mail-text: #800;
126 threadlist-soft-del-time-text: #800;
127 threadlist-soft-del-strike-line: #800;
129 threadlist-hard-del-back: transparent;
130 threadlist-hard-del-dots: #444;
131 threadlist-hard-del-subj-text: red;
132 threadlist-hard-del-from-text: red;
133 threadlist-hard-del-mail-text: red;
134 threadlist-hard-del-time-text: red;
135 threadlist-hard-del-strike-line: red;
137 threadlist-twit-back: transparent;
138 threadlist-twit-dots: #444;
139 threadlist-twit-subj-text: #400;
140 threadlist-twit-from-text: #400;
141 threadlist-twit-mail-text: #400;
142 threadlist-twit-time-text: #400;
143 threadlist-twit-strike-line: transparent;
145 threadlist-cursor-normal-back: #088;
146 threadlist-cursor-dots: #444;
147 threadlist-cursor-normal-subj-text: rgb(215, 87, 0);
148 threadlist-cursor-normal-from-text: rgb(215, 87, 0);
149 threadlist-cursor-normal-mail-text: rgb(155, 27, 0);
150 threadlist-cursor-normal-time-text: rgb(215, 87, 0);
151 threadlist-cursor-normal-strike-line: transparent;
152 threadlist-cursor-normal-outline: black;
154 threadlist-cursor-unread-back: #088;
155 threadlist-cursor-unread-dots: #444;
156 threadlist-cursor-unread-subj-text: white;
157 threadlist-cursor-unread-from-text: white;
158 threadlist-cursor-unread-mail-text: yellow;
159 threadlist-cursor-unread-time-text: white;
160 threadlist-cursor-unread-strike-line: transparent;
161 threadlist-cursor-unread-outline: black;
163 threadlist-cursor-soft-del-back: #066;
164 threadlist-cursor-soft-del-dots: #444;
165 threadlist-cursor-soft-del-subj-text: #800;
166 threadlist-cursor-soft-del-from-text: #800;
167 threadlist-cursor-soft-del-mail-text: #800;
168 threadlist-cursor-soft-del-time-text: #800;
169 threadlist-cursor-soft-del-strike-line: #800;
171 threadlist-cursor-hard-del-back: #066;
172 threadlist-cursor-hard-del-dots: #444;
173 threadlist-cursor-hard-del-subj-text: red;
174 threadlist-cursor-hard-del-from-text: red;
175 threadlist-cursor-hard-del-mail-text: red;
176 threadlist-cursor-hard-del-time-text: red;
177 threadlist-cursor-hard-del-strike-line: red;
179 threadlist-cursor-twit-back: #066;
180 threadlist-cursor-twit-dots: #444;
181 threadlist-cursor-twit-subj-text: #400;
182 threadlist-cursor-twit-from-text: #400;
183 threadlist-cursor-twit-mail-text: #400;
184 threadlist-cursor-twit-time-text: #400;
185 threadlist-cursor-twit-strike-line: #400;
188 //// message header ////
189 msg-header-back: rgb(20, 20, 20);
190 msg-header-from: #088;
192 msg-header-subj: #088;
193 msg-header-date: #088;
194 msg-header-divline: #bbb;
197 //// message text ////
198 msg-text-back: rgb(37, 37, 37);
199 msg-text-text: rgb(174, 174, 174);
200 msg-text-quote0: #880;
201 msg-text-quote1: #088;
202 msg-text-link: rgb(0, 200, 200);
203 msg-text-html-sign: rgb(128, 0, 128);
205 msg-text-link-hover: rgb(0, 255, 255);
207 msg-text-link-pressed: rgb(255, 0, 255);
209 //// message text twit ////
210 //twit-shade: rgba(0, 0, 80, 127);
211 twit-shade: rgb(0, 0, 40);
223 text: rgb(155, 155, 155);
233 text: rgb(255, 255, 0);
234 bar-back: rgb(90, 90, 180);
240 // ////////////////////////////////////////////////////////////////////////// //
241 private __gshared
bool ChiroTimerExEnabled
= false;
244 // ////////////////////////////////////////////////////////////////////////// //
245 public __gshared string mailRootDir
= "/mnt/bigass/Mail";
248 shared static this () {
249 import core
.stdc
.stdlib
: getenv
;
250 const(char)* home
= getenv("HOME");
251 if (home
!is null && home
[0] == '/' && home
[1] && home
[1] != '/') {
252 import std
.string
: fromStringz
;
253 mailRootDir
= home
.fromStringz
.idup
;
254 if (mailRootDir
.length
== 0) assert(0, "wtf?!");
255 if (mailRootDir
[$-1] != '/') mailRootDir
~= "/";
256 mailRootDir
~= "Mail";
261 // ////////////////////////////////////////////////////////////////////////// //
262 __gshared NotificationAreaIcon trayicon
;
263 __gshared Image
[6] trayimages
;
264 __gshared MemoryImage
[6] icons
; // 0: normal
267 // ////////////////////////////////////////////////////////////////////////// //
273 bool valid () const nothrow @safe @nogc { pragma(inline
, true); return (tagid
&& uid
); }
274 void clear () nothrow @safe @nogc { pragma(inline
, true); tagid
= uid
= 0; }
276 bool opEqual (const ref ArticleId other
) const nothrow @safe @nogc {
277 pragma(inline
, true);
278 return (valid
&& other
.valid
&& tagid
== other
.tagid
&& uid
== other
.uid
);
283 // ////////////////////////////////////////////////////////////////////////// //
284 static immutable ubyte[] iconsZipData
= cast(immutable(ubyte)[])import("databin/icons.zip");
287 // ////////////////////////////////////////////////////////////////////////// //
288 struct MailReplacement
{
294 __gshared MailReplacement
[string
] repmailreps
;
297 // ////////////////////////////////////////////////////////////////////////// //
298 string
getBrowserCommand (bool forceOpera
) {
299 __gshared string browser
;
300 if (forceOpera
) return "opera";
301 if (browser
.length
== 0) {
302 import core
.stdc
.stdlib
: getenv
;
303 const(char)* evar
= getenv("BROWSER");
304 if (evar
!is null && evar
[0]) {
305 import std
.string
: fromStringz
;
306 browser
= evar
.fromStringz
.idup
;
315 // ////////////////////////////////////////////////////////////////////////// //
317 private void setXStr (ref char[] dest, SQ3Text src) {
319 if (src.length == 0) return;
320 dest = new char[src.length];
326 // ////////////////////////////////////////////////////////////////////////// //
328 uint tagid
; // 0 means "ephemeral"
330 const(char)[] visname
; // slice of the `name`
333 // used in rescanner;
336 ~this () nothrow @trusted @nogc { clear(); }
338 void clear () nothrow @trusted @nogc {
343 // ephemeral folders doesn't exist, they are here only for visual purposes
344 bool ephemeral () const nothrow @safe @nogc { pragma(inline
, true); return (tagid
== 0); }
346 void calcDepthVisName () {
348 visname
= name
[0..$];
349 if (visname
.length
== 0 || visname
== "/" || visname
[0] == '#') return;
350 visname
= visname
[1..$];
351 foreach (immutable char ch
; visname
) if (ch
== '/') ++depth
;
352 auto spos
= visname
.lastIndexOf('/');
353 if (spos
>= 0) visname
= visname
[spos
+1..$];
356 static int findByFullName (const(char)[] aname
) {
357 if (aname
.length
== 0) return -1;
358 foreach (immutable idx
, const FolderInfo fi
; folderList
) {
359 if (fi
.name
== aname
) return cast(int)idx
;
364 bool needEphemeral () const {
365 if (depth
== 0) return false;
366 assert(name
.length
> 1 && name
[0] == '/');
367 const(char)[] n
= name
[0..$];
369 if (findByFullName(n
) < 0) return true;
370 auto spos
= n
.lastIndexOf('/');
371 if (spos
<= 0) return false;
377 void createEphemerals () const {
378 if (depth
== 0) return;
379 assert(name
.length
> 1 && name
[0] == '/');
380 const(char)[] n
= name
[0..$];
382 auto spos
= n
.lastIndexOf('/');
383 if (spos
<= 0) break;
385 //conwriteln(" n=<", n, ">; spos=", spos);
386 if (findByFullName(n
) < 0) {
387 //conwriteln(" creating: '", n, "'");
388 //foreach (const FolderInfo nfi; folderList) conwriteln(" <", nfi.name, "> : <", nfi.visname, "> : ", nfi.depth);
389 FolderInfo newfi
= new FolderInfo
;
392 newfi
.unreadCount
= 0;
394 newfi
.calcDepthVisName();
401 __gshared FolderInfo
[] folderList
;
402 __gshared
uint folderDataVersion
= uint.max
;
405 //FIXME: make this faster
406 //FIXME: force-append account folders
407 // returns `true` if something was changed
408 bool rescanFolders () {
409 import std
.conv
: to
;
412 if (folderList
.length
!= 0 && dbView
.getDataVersion() == folderDataVersion
) return false; // nothing to do here
414 bool needsort
= false;
415 foreach (FolderInfo fi
; folderList
) fi
.seen
= false;
417 // unhide any folder tags with unread messages
418 static stmtUnhide
= LazyStatement
!"View"(`
424 (tag='#spam' OR (tag<>'' AND SUBSTR(tag, 1, 1)='/')) AND
425 EXISTS (SELECT uid FROM threads WHERE tagid=tagnames.tagid AND appearance=`~(cast(int)Appearance
.Unread
).to
!string
~`)
427 stmtUnhide
.st
.doAll();
429 static auto stmtGet
= LazyStatement
!"View"(`
436 (hidden=0 AND tag<>'' AND SUBSTR(tag, 1, 1)='/')
439 static auto stmtGetUnread
= LazyStatement
!"View"(`
443 WHERE tagid=:tagid AND appearance=`~(cast(int)Appearance
.Unread
).to
!string
~`
446 foreach (auto row
; stmtGet
.st
.range
) {
448 uint tagid
= row
.tagid
!uint;
449 foreach (FolderInfo fi
; folderList
) {
450 if (fi
.tagid
== tagid
) {
453 if (fi
.name
!= row
.name
!SQ3Text
) {
454 fi
.name
= row
.name
!SQ3Text
;
455 fi
.calcDepthVisName();
463 FolderInfo newfi
= new FolderInfo();
465 newfi
.name
= row
.name
!SQ3Text
;
466 newfi
.unreadCount
= 0;
468 newfi
.calcDepthVisName();
473 // remove unseen folders
474 for (usize f
= 0; f
< folderList
.length
; ) {
475 if (!folderList
[f
].seen
&& !folderList
[f
].ephemeral
) {
477 folderList
[f
].clear();
478 delete folderList
[f
];
479 foreach (immutable c
; f
+1..folderList
.length
) folderList
[c
-1] = folderList
[c
];
480 folderList
[$-1] = null;
481 folderList
.length
-= 1;
488 // remove all epemerals
489 for (usize f
= 0; f
< folderList
.length
; ) {
490 if (folderList
[f
].ephemeral
) {
491 folderList
[f
].clear();
492 delete folderList
[f
];
493 foreach (immutable c
; f
+1..folderList
.length
) folderList
[c
-1] = folderList
[c
];
494 folderList
[$-1] = null;
495 folderList
.length
-= 1;
501 // readd all ephemerals
504 foreach (FolderInfo fi
; folderList
) {
505 if (fi
.needEphemeral
) {
506 //conwriteln("ephemeral for '", fi.name, "'");
508 fi
.createEphemerals();
515 static bool isAccount (const(char)[] s
) pure nothrow @trusted @nogc {
516 if (!s
.startsWith("/accounts")) return false;
517 return (s
.length
== 9 || s
[9] == '/');
520 import std
.algorithm
.sorting
: sort
;
521 folderList
.sort
!((const FolderInfo a
, const FolderInfo b
) {
522 if (a
.name
== b
.name
) return false;
523 if (isAccount(a
.name
) && !isAccount(b
.name
)) return true; // a < b
524 if (!isAccount(a
.name
) && isAccount(b
.name
)) return false; // a >= b
525 if (a
.name
[0] == '#' && b
.name
[0] != '#') return false; // a >= b
526 if (a
.name
[0] != '#' && b
.name
[0] == '#') return true; // a < b
527 return (a
.name
< b
.name
);
532 // check unread counts
533 foreach (FolderInfo fi
; folderList
) {
534 if (fi
.ephemeral
) continue;
535 foreach (auto row
; stmtGetUnread
.st
.bind(":tagid", fi
.tagid
).range
) {
536 if (fi
.unreadCount
!= row
.unread
!uint) {
538 fi
.unreadCount
= row
.unread
!uint;
543 setupTrayAnimation();
544 folderDataVersion
= dbView
.getDataVersion();
545 //conwriteln("ver=", folderDataVersion);
550 // ////////////////////////////////////////////////////////////////////////// //
551 __gshared
bool dbg_dump_keynames
;
554 // ////////////////////////////////////////////////////////////////////////// //
555 class TrayAnimationStepEvent
{}
556 __gshared TrayAnimationStepEvent evTrayAnimationStep
;
557 shared static this () { evTrayAnimationStep
= new TrayAnimationStepEvent(); }
559 __gshared
int trayAnimationIndex
= 0; // 0: no animation
560 __gshared
int trayAnimationDir
= 1; // direction
561 __gshared
uint trayAnimDataVersion
= uint.max
;
564 // ////////////////////////////////////////////////////////////////////////// //
565 void trayPostAnimationEvent () {
566 if (vbwin
!is null && !vbwin
.eventQueued
!TrayAnimationStepEvent
) vbwin
.postTimeout(evTrayAnimationStep
, 100);
570 void trayDoAnimationStep () {
571 if (trayicon
is null || trayicon
.closed
) return; // no tray icon
572 if (vbwin
is null || vbwin
.closed
) return;
573 if (trayAnimationIndex
== 0) return; // no animation
574 trayPostAnimationEvent();
575 if (trayAnimationDir
< 0) {
576 if (--trayAnimationIndex
== 1) trayAnimationDir
= 1;
578 if (++trayAnimationIndex
== trayimages
.length
-1) trayAnimationDir
= -1;
580 trayicon
.icon
= trayimages
[trayAnimationIndex
];
581 //vbwin.icon = icons[trayAnimationIndex];
582 //vbwin.sendDummyEvent(); // or it won't redraw itself
583 //flushGui(); // or it may not redraw itself
587 // ////////////////////////////////////////////////////////////////////////// //
588 void trayStartAnimation () {
589 if (trayicon
is null) return; // no tray icon
590 if (trayAnimationIndex
== 0) {
591 trayAnimationIndex
= 1;
592 trayAnimationDir
= 1;
593 trayicon
.icon
= trayimages
[1];
594 vbwin
.icon
= icons
[1];
595 flushGui(); // or it may not redraw itself
596 trayPostAnimationEvent();
601 void trayStopAnimation () {
602 if (trayicon
is null) return; // no tray icon
603 if (trayAnimationIndex
!= 0) {
604 trayAnimationIndex
= 0;
605 trayAnimationDir
= 1;
606 trayicon
.icon
= trayimages
[0];
607 vbwin
.icon
= icons
[0];
608 flushGui(); // or it may not redraw itself
613 // check if we have to start/stop animation, and do it
614 void setupTrayAnimation () {
615 import std
.conv
: to
;
616 static auto stmtGetUnread
= LazyStatement
!"View"(`
619 WHERE appearance=`~(cast(int)Appearance
.Unread
).to
!string
~`
623 if (trayicon
is null) return; // no tray icon
625 immutable uint dver
= dbView
.getDataVersion();
626 //conwriteln("TRAY: dver=", dver, "; trv=", trayAnimDataVersion);
627 if (dver
== trayAnimDataVersion
) return;
628 trayAnimDataVersion
= dver
;
630 foreach (auto row
; stmtGetUnread
.st
.range
) {
631 //conwriteln("TRAY: start anim!");
632 trayStartAnimation();
635 //conwriteln("TRAY: stop anim!");
640 // ////////////////////////////////////////////////////////////////////////// //
641 __gshared string
[string
] mainAppKeyBindings
;
643 void clearBindings () {
644 mainAppKeyBindings
.clear();
648 void mainAppBind (ConString kname
, ConString concmd
) {
649 KeyEvent evt
= KeyEvent
.parse(kname
);
651 mainAppKeyBindings
[evt
.toStr
] = concmd
.idup
;
653 mainAppKeyBindings
.remove(evt
.toStr
);
658 void mainAppUnbind (ConString kname
) {
659 KeyEvent evt
= KeyEvent
.parse(kname
);
660 mainAppKeyBindings
.remove(evt
.toStr
);
664 void setupDefaultBindings () {
665 //mainAppBind("C-L", "dbg_font_window");
666 mainAppBind("C-Q", "quit_prompt");
668 mainAppBind("N", "next_unread ona");
669 mainAppBind("S-N", "next_unread tan");
670 mainAppBind("M", "next_unread ona");
671 mainAppBind("S-M", "next_unread tan");
673 mainAppBind("U", "mark_unread");
674 mainAppBind("R", "mark_read");
676 mainAppBind("Space", "artext_page_down");
677 mainAppBind("S-Space", "artext_page_up");
678 mainAppBind("M-Up", "artext_line_up");
679 mainAppBind("M-Down", "artext_line_down");
681 mainAppBind("Up", "article_prev");
682 mainAppBind("Down", "article_next");
683 mainAppBind("PageUp", "article_pgup");
684 mainAppBind("PageDown", "article_pgdown");
685 mainAppBind("Home", "article_to_first");
686 mainAppBind("End", "article_to_last");
687 mainAppBind("C-Up", "article_scroll_up");
688 mainAppBind("C-Down", "article_scroll_down");
690 mainAppBind("C-PageUp", "folder_prev");
691 mainAppBind("C-PageDown", "folder_next");
693 mainAppBind("M-O", "folder_options");
695 //mainAppBind("C-M-U", "folder_update");
696 mainAppBind("C-S-I", "update_all");
697 mainAppBind("C-H", "article_dump_headers");
699 mainAppBind("C-Backslash", "find_mine");
701 //mainAppBind("C-Slash", "article_to_parent");
702 //mainAppBind("C-Comma", "article_to_prev_sib");
703 //mainAppBind("C-Period", "article_to_next_sib");
705 //mainAppBind("C-Insert", "article_copy_url_to_clipboard");
706 mainAppBind("C-M-K", "article_twit_thread");
707 mainAppBind("T", "article_edit_poster_title");
709 mainAppBind("C-R", "article_reply");
710 mainAppBind("S-R", "article_reply_to_from");
712 mainAppBind("S-P", "new_post");
714 //mainAppBind("S-Enter", "article_open_in_browser");
715 //mainAppBind("M-Enter", "article_open_in_browser tan");
717 mainAppBind("Delete", "article_softdelete_toggle");
718 mainAppBind("C-Delete", "article_harddelete_toggle");
722 // ////////////////////////////////////////////////////////////////////////// //
723 struct ImgViewCommand
{
727 private void imageViewThread (Tid ownerTid
) {
730 conwriteln("waiting for the message...");
732 (ImgViewCommand cmd
) {
733 fname
= cmd
.filename
;
736 conwriteln("got filename: \"", fname
, "\"");
740 //FIXME: make regvar for image viewer
741 //auto pid = execute(["keh", attfname], null, Config.detached);
743 import std
.stdio
: File
;
744 auto frd
= File("/dev/null");
745 auto fwr
= File("/dev/null", "w");
746 auto pid
= spawnProcess(["keh", fname
], frd
, fwr
, fwr
, null, Config
.none
/*detached*/);
748 } catch (Exception e
) {
749 conwriteln("ERROR executing image viewer: ", e
.msg
);
751 } catch (Throwable e
) {
752 // here, we are dead and fucked (the exact order doesn't matter)
753 //import core.stdc.stdlib : abort;
754 import core
.stdc
.stdio
: fprintf
, stderr
;
755 //import core.memory : GC;
756 import core
.thread
: thread_suspendAll
;
757 //GC.disable(); // yeah
758 //thread_suspendAll(); // stop right here, you criminal scum!
759 auto s
= e
.toString();
760 fprintf(stderr
, "\n=== FATAL ===\n%.*s\n", cast(uint)s
.length
, s
.ptr
);
763 import std
.file
: remove
;
765 conwriteln("deleting file \"", fname
, "\"");
768 } catch (Exception e
) {}
772 // ////////////////////////////////////////////////////////////////////////// //
773 void initConsole () {
774 import std
.functional
: toDelegate
;
776 conRegVar
!scrollKeepLines("scroll_keep_lines", "number of lines to keep on page up or page down.");
777 conRegVar
!unreadTimeoutInterval("t_unread_timeout", "timout to mark keyboard-selected message as unread (<1: don't mark)");
778 conRegVar
!preferHtmlContent("prefer_html_content", "prefer html content when both html and plain are present?");
779 conRegVar
!detectHtmlContent("detect_html_content", "detect html content in plain text?");
781 conRegFunc
!clearBindings("binds_app_clear", "clear main application keybindings");
782 conRegFunc
!setupDefaultBindings("binds_app_default", "*append* default application bindings");
783 conRegFunc
!mainAppBind("bind_app", "add main application binding");
784 conRegFunc
!mainAppUnbind("unbind_app", "remove main application binding");
787 // //////////////////////////////////////////////////////////////////// //
788 conRegFunc
!((ConString filename
) {
789 if (filename
.length
== 0) return;
790 import std
.path
: buildPath
;
791 auto fname
= buildPath(mailRootDir
, filename
);
793 scope(exit
) delete text
;
794 bool sayError
= false;
796 auto fl
= VFile(fname
);
798 conwriteln("loading style file '", fname
, "'...");
800 if (sz
> 1024*1024*32) { conwriteln("ERROR: style file too big!"); return; }
802 text
= new char[cast(usize
)sz
];
803 fl
.rawReadExact(text
);
805 } catch (Exception
) {
806 if (sayError
) conwriteln("ERROR reading style file!");
810 defaultColorStyle
.parseStyle(text
);
811 } catch (Exception e
) {
812 conwriteln("ERROR parsing style: ", e
.msg
);
814 })("load_style", "load widget style");
817 // //////////////////////////////////////////////////////////////////// //
819 auto qww
= new YesNoWindow("Quit?", "Do you really want to quit?", true);
820 qww
.onYes
= () { concmd("quit"); };
822 })("quit_prompt", "quit with prompt");
825 // //////////////////////////////////////////////////////////////////// //
826 conRegFunc
!((ConString url
, bool forceOpera
=false) {
828 import std
.stdio
: File
;
831 auto frd
= File("/dev/null");
832 auto fwr
= File("/dev/null", "w");
833 spawnProcess([getBrowserCommand(forceOpera
), url
.idup
], frd
, fwr
, fwr
, null, Config
.detached
);
834 } catch (Exception e
) {
835 conwriteln("ERROR executing URL viewer (", e
.msg
, ")");
838 })("open_url", "open given url in a browser");
841 // //////////////////////////////////////////////////////////////////// //
843 receiverForceUpdateAll();
844 })("update_all", "mark all groups for updating");
847 // //////////////////////////////////////////////////////////////////// //
849 if (mainPane
!is null && mainPane
.folderUpOne()) {
852 })("folder_prev", "go to previous group");
855 if (mainPane
!is null && mainPane
.folderDownOne()) {
858 })("folder_next", "go to next group");
861 // //////////////////////////////////////////////////////////////////// //
863 if (vbwin
is null || vbwin
.closed
) return;
864 if (mainPane
is null) return;
865 if (chiroGetMessageExactRead(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
)) {
866 chiroSetMessageUnread(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
);
868 setupTrayAnimation();
870 })("mark_unread", "mark current message as unread");
873 if (vbwin
is null || vbwin
.closed
) return;
874 if (mainPane
is null) return;
875 if (chiroGetMessageUnread(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
)) {
876 chiroSetMessageRead(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
);
877 setupTrayAnimation();
880 })("mark_read", "mark current message as read");
882 conRegFunc
!((bool allowNextGroup
=false) {
883 if (vbwin
is null || vbwin
.closed
) return;
884 if (mainPane
is null) return;
886 if (mainPane
.lastDecodedTid
!= 0) {
887 auto uid
= chiroGetPaneNextUnread(mainPane
.msglistCurrUId
);
890 if (uid
== mainPane
.msglistCurrUId
) return;
891 mainPane
.msglistCurrUId
= uid
;
892 mainPane
.threadListPositionDirty();
893 chiroSetMessageRead(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
);
894 setupTrayAnimation();
900 if (!allowNextGroup
) return;
901 int idx
= mainPane
.folderCurrIndex
;
902 foreach (; 0..cast(int)folderList
.length
) {
903 idx
= (idx
+1)%cast(int)folderList
.length
;
904 if (idx
== mainPane
.folderCurrIndex
) continue;
905 if (folderList
[idx
].ephemeral
) continue;
906 if (folderList
[idx
].unreadCount
== 0) continue;
907 mainPane
.folderSetToIndex(idx
);
908 auto uid
= chiroGetPaneNextUnread(/*mainPane.msglistCurrUId*/0);
911 if (uid
== mainPane
.msglistCurrUId
) return;
912 mainPane
.msglistCurrUId
= uid
;
913 mainPane
.threadListPositionDirty();
914 chiroSetMessageRead(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
);
915 setupTrayAnimation();
920 })("next_unread", "move to next unread message; bool arg: can skip to next group?");
923 // //////////////////////////////////////////////////////////////////// //
925 if (mainPane
!is null) mainPane
.scrollByPageUp();
926 })("artext_page_up", "do pageup on article text");
929 if (mainPane
!is null) mainPane
.scrollByPageDown();
930 })("artext_page_down", "do pagedown on article text");
933 if (mainPane
!is null) mainPane
.scrollBy(-1);
934 })("artext_line_up", "do lineup on article text");
937 if (mainPane
!is null) mainPane
.scrollBy(1);
938 })("artext_line_down", "do linedown on article text");
940 // //////////////////////////////////////////////////////////////////// //
942 conRegFunc!((bool forceOpera=false) {
943 if (auto fldx = getActiveFolder) {
944 fldx.withBaseReader((abase, cur, top, alist) {
945 if (cur < alist.length) {
946 abase.loadContent(alist[cur]);
947 if (auto art = abase[alist[cur]]) {
948 scope(exit) art.releaseContent();
949 auto path = art.getHeaderValue("path:");
950 //conwriteln("path: [", path, "]");
951 if (path.startsWithCI("digitalmars.com!.POSTED.")) {
952 import std.stdio : File;
954 //http://forum.dlang.org/post/hhyqqpoatbpwkprbvfpj@forum.dlang.org
955 string id = art.msgid;
956 if (id.length > 2 && id[0] == '<' && id[$-1] == '>') id = id[1..$-1];
957 auto pid = spawnProcess(
958 [getBrowserCommand(forceOpera), "http://forum.dlang.org/post/"~id],
959 File("/dev/zero"), File("/dev/null"), File("/dev/null"),
967 })("article_open_in_browser", "open the current article in browser (dlang forum)");
972 if (auto fldx = getActiveFolder) {
973 fldx.withBaseReader((abase, cur, top, alist) {
974 if (cur < alist.length) {
975 if (auto art = abase[alist[cur]]) {
976 auto path = art.getHeaderValue("path:");
977 if (path.startsWithCI("digitalmars.com!.POSTED.")) {
978 //http://forum.dlang.org/post/hhyqqpoatbpwkprbvfpj@forum.dlang.org
979 string id = art.msgid;
980 if (id.length > 2 && id[0] == '<' && id[$-1] == '>') id = id[1..$-1];
981 id = "http://forum.dlang.org/post/"~id;
982 setClipboardText(vbwin, id);
983 setPrimarySelection(vbwin, id);
989 })("article_copy_url_to_clipboard", "copy the url of the current article to clipboard (dlang forum)");
993 // //////////////////////////////////////////////////////////////////// //
994 conRegFunc
!((ConString oldmail
, ConString newmail
, ConString newname
) {
995 if (oldmail
.length
) {
996 if (newmail
.length
== 0) {
997 repmailreps
.remove(oldmail
.idup
);
1000 mr
.oldmail
= oldmail
.idup
;
1001 mr
.newmail
= newmail
.idup
;
1002 mr
.newname
= newname
.idup
;
1003 repmailreps
[mr
.oldmail
] = mr
;
1006 })("append_replyto_mail_replacement", "append replacement for reply mails");
1009 // //////////////////////////////////////////////////////////////////// //
1011 if (mainPane
!is null && mainPane
.threadListUp()) {
1012 postScreenRebuild();
1014 })("article_prev", "go to previous article");
1017 if (mainPane
!is null && mainPane
.threadListDown()) {
1018 postScreenRebuild();
1020 })("article_next", "go to next article");
1023 if (mainPane
!is null && mainPane
.threadListPageUp()) {
1024 postScreenRebuild();
1026 })("article_pgup", "artiles list: page up");
1029 if (mainPane
!is null && mainPane
.threadListPageDown()) {
1030 postScreenRebuild();
1032 })("article_pgdown", "artiles list: page down");
1035 if (mainPane
!is null && mainPane
.threadListScrollUp(movecurrent
:false)) {
1036 postScreenRebuild();
1038 })("article_scroll_up", "scroll article list up");
1041 if (mainPane
!is null && mainPane
.threadListScrollDown(movecurrent
:false)) {
1042 postScreenRebuild();
1044 })("article_scroll_down", "scroll article list up");
1047 if (mainPane
!is null && mainPane
.threadListHome()) {
1048 postScreenRebuild();
1050 })("article_to_first", "go to first article");
1053 if (mainPane
!is null && mainPane
.threadListEnd()) {
1054 postScreenRebuild();
1056 })("article_to_last", "go to last article");
1059 // //////////////////////////////////////////////////////////////////// //
1061 auto pw
= new PostWindow();
1062 //pw.setFrom("goo boo!");
1063 pw
.caption
= "WRITE NEW MESSAGE";
1065 uint tid
= mainPane
.lastDecodedTid
;
1067 dynstring tn
= chiroGetTagName(tid
);
1069 foreach (auto row
; dbConf
.statement(`
1070 SELECT name AS name, realname AS realname, email AS email, nntpgroup AS nntpgroup
1074 ;`).bindConstText(":inbox", tn
.getData
).range
)
1076 //pw.desttag = tn; // no need to
1077 pw
.accname
= row
.name
!SQ3Text
;
1078 pw
.setFrom(row
.realname
!SQ3Text
, row
.email
!SQ3Text
);
1083 })("new_post", "post a new article or message");
1086 // //////////////////////////////////////////////////////////////////// //
1087 static void doReplyXX (string repfld
) {
1088 if (vbwin
is null || vbwin
.closed
) return;
1089 if (mainPane
is null) return;
1090 if (!mainPane
.msglistCurrUId
) return;
1092 auto pw
= new PostWindow();
1096 foreach (auto row
; dbView
.statement(`
1097 SELECT DISTINCT(tagid) AS tagid, tt.tag AS name
1099 INNER JOIN tagnames AS tt USING(tagid)
1100 WHERE uid=:uid AND name LIKE 'account:%'
1101 ;`).bind(":uid", mainPane
.msglistCurrUId
).range
)
1103 auto name
= row
.name
!SQ3Text
;
1104 if (name
.startsWith("account:")) {
1105 accname
= name
[8..$];
1106 if (accname
.length
) {
1107 pw
.accname
= accname
;
1113 if (accname
.length
== 0) {
1114 conwriteln("ERROR: source account not found!");
1117 conwriteln("account: ", accname
);
1122 foreach (auto row
; dbStore
.statement(`
1123 SELECT ChiroHdr_Field(ChiroUnpack(data), :fldname) AS fldvalue
1128 `).bind(":uid", mainPane
.msglistCurrUId
).bindConstText(":fldname", repfld
).range
)
1130 fldvalue
= row
.fldvalue
!SQ3Text
.decodeSubj
;
1133 if (fldvalue
.length
== 0 && !repfld
.strEquCI("From")) {
1134 foreach (auto row
; dbStore
.statement(`
1135 SELECT ChiroHdr_Field(ChiroUnpack(data), :fldname) AS fldvalue
1140 `).bind(":uid", mainPane
.msglistCurrUId
).bindConstText(":fldname", "From").range
)
1142 fldvalue
= row
.fldvalue
!SQ3Text
.decodeSubj
;
1146 pw
.to
.str = fldvalue
;
1147 dynstring cpt
= dynstring("Reply to: ")~fldvalue
;
1154 foreach (auto row
; dbView
.statement(`
1155 SELECT subj AS subj, from_name AS fromname
1159 `).bind(":uid", mainPane
.msglistCurrUId
).range
)
1161 fromname
= row
.fromname
!SQ3Text
;
1162 dynstring s
= "Re: ";
1163 s
~= row
.subj
!SQ3Text
;
1167 foreach (auto row
; dbView
.statement(`
1168 SELECT ChiroUnpack(content) AS content
1172 `).bind(":uid", mainPane
.msglistCurrUId
).range
)
1174 pw
.ed
.addText(fromname
);
1175 pw
.ed
.addText(" wrote:\n");
1176 pw
.ed
.addText("\n");
1177 dynstring text
= row
.content
!SQ3Text
;
1178 foreach (SQ3Text s
; text
.byLine
) {
1179 if (s
.length
== 0 || s
[0] == '>') pw
.ed
.addText(">"); else pw
.ed
.addText("> ");
1181 pw
.ed
.addText("\n");
1183 pw
.ed
.addText("\n");
1187 foreach (auto row
; dbConf
.statement(`
1191 , recvserver AS recvserver
1192 , sendserver AS sendserver
1193 , realname AS realname
1195 , nntpgroup AS nntpgroup
1197 WHERE name=:accname --AND sendserver<>'' AND email<>''
1199 `).bindConstText(":accname", accname
.getData
).range
)
1202 conwriteln("GROUP: <", row.nntpgroup!SQ3Text, ">");
1203 conwriteln("NAME: <", row.realname!SQ3Text, ">");
1204 conwriteln("EMAIL: <", row.email!SQ3Text, ">");
1207 if (row
.realname
!SQ3Text
.length
) {
1208 frm
= row
.realname
!SQ3Text
;
1210 frm
~= row
.email
!SQ3Text
;
1213 frm
= row
.email
!SQ3Text
;
1217 if (row
.nntpgroup
!SQ3Text
.length
) {
1218 pw
.to
.str = dynstring("newsgroup: ")~row
.nntpgroup
!SQ3Text
;
1219 pw
.to
.readonly
= true;
1220 pw
.to
.disabled
= true;
1221 pw
.allowAccountChange
= false;
1226 writeln("getting msgid...");
1227 foreach (auto row
; dbView
.statement(`
1228 SELECT msgid AS msgid
1232 `).bind(":uid", mainPane
.msglistCurrUId
).range
)
1234 conwriteln("MSGID: |", row
.msgid
!SQ3Text
);
1235 if (pw
.references
.length
) pw
.references
~= " ";
1236 // two times, one for references field
1237 if (pw
.references
.length
) pw
.references
~= " ";
1238 pw
.references
~= row
.msgid
!SQ3Text
;
1239 if (pw
.references
.length
) pw
.references
~= " ";
1240 pw
.references
~= row
.msgid
!SQ3Text
;
1243 writeln("select references...");
1244 foreach (auto row
; dbView
.statement(`
1245 SELECT msgid AS msgid
1249 `).bind(":uid", mainPane
.msglistCurrUId
).range
)
1251 conwriteln("REF: |", row
.msgid
!SQ3Text
);
1252 if (pw
.references
.length
) pw
.references
~= " ";
1253 pw
.references
~= row
.msgid
!SQ3Text
;
1256 pw
.desttag
= chiroGetTagName(mainPane
.lastDecodedTid
);
1259 static void doReply (string repfld
) {
1262 } catch (Exception e
) {
1263 conwriteln("EXCEPTION: ", e
.msg
);
1264 auto s
= e
.toString();
1269 conRegFunc
!(() { doReply("Reply-To"); })("article_reply", "reply to the current article with \"reply-to\" field");
1270 conRegFunc
!(() { doReply("From"); })("article_reply_to_from", "reply to the current article with \"from\" field");
1273 // //////////////////////////////////////////////////////////////////// //
1275 if (vbwin
is null || vbwin
.closed
) return;
1276 if (mainPane
is null) return;
1277 if (mainPane
.msglistCurrUId
) {
1278 //messageBogoMarkHam(mainPane.msglistCurrUId);
1279 foreach (auto mrow
; dbStore
.statement(`SELECT ChiroUnpack(data) AS data FROM messages WHERE uid=:uid LIMIT 1;`).bind(":uid", mainPane
.msglistCurrUId
).range
) {
1281 import core
.stdc
.stdio
: snprintf
;
1282 char[128] fname
= void;
1283 auto len
= snprintf(fname
.ptr
, fname
.length
, "~/Mail/_bots/z_eml_%u.eml", cast(uint)mainPane
.msglistCurrUId
);
1284 auto fo
= VFile(fname
[0..len
], "w");
1285 fo
.writeln(mrow
.data
!SQ3Text
.xstripright
);
1287 conwriteln("article exported to: ", fname
[0..len
]);
1288 } catch (Exception e
) {
1292 })("article_export", "export current article as raw text");
1296 if (vbwin
is null || vbwin
.closed
) return;
1297 if (mainPane
is null) return;
1298 if (mainPane
.msglistCurrUId
) {
1299 messageBogoMarkHam(mainPane
.msglistCurrUId
);
1300 //TODO: move out of spam
1302 })("article_mark_ham", "mark current article as ham");
1306 if (vbwin
is null || vbwin
.closed
) return;
1307 if (mainPane
is null) return;
1308 if (mainPane
.msglistCurrUId
) {
1309 immutable uint uid
= mainPane
.msglistCurrUId
;
1310 // move to the next message
1311 if (!mainPane
.threadListDown()) mainPane
.threadListUp();
1312 conwriteln("calling bogofilter...");
1313 messageBogoMarkSpam(uid
);
1314 conwriteln("adding '#spam' tag");
1315 immutable bool updatePane
= chiroMessageAddTag(uid
, "#spam");
1316 conwriteln("removing other virtual folder tags...");
1318 scope(exit
) delete tags
;
1320 static auto stGetMsgTags
= LazyStatement
!"View"(`
1321 SELECT DISTINCT(tagid) AS tagid, tt.tag AS name
1323 INNER JOIN tagnames AS tt USING(tagid)
1326 foreach (auto row
; stGetMsgTags
.st
.bind(":uid", uid
).range
) {
1327 auto tag
= row
.name
!SQ3Text
;
1328 conwriteln(" tag: ", tag
);
1329 if (tag
.startsWith("/")) tags
~= DynStr(tag
);
1331 foreach (ref DynStr tn
; tags
) {
1332 conwriteln("removing tag '", tn
.getData
, "'...");
1333 chiroMessageRemoveTag(uid
, tn
.getData
);
1335 conwriteln("done marking as spam.");
1337 mainPane
.switchToFolderTid(mainPane
.lastDecodedTid
, forced
:true);
1340 mainPane
.updateViewsIfTid(chiroGetTagUid("#spam"));
1342 postScreenRebuild();
1344 })("article_mark_spam", "mark current article as spam");
1347 // //////////////////////////////////////////////////////////////////// //
1348 conRegFunc
!((ConString fldname
) {
1349 if (vbwin
is null || vbwin
.closed
) return;
1350 if (mainPane
is null) return;
1351 if (!mainPane
.msglistCurrUId
) return;
1352 immutable uint uid
= mainPane
.msglistCurrUId
;
1354 fldname
= fldname
.xstrip
;
1355 while (fldname
.length
&& fldname
[$-1] == '/') fldname
= fldname
[0..$-1].xstrip
;
1356 immutable bool isforced
= (fldname
.length
&& fldname
[0] == '!');
1357 if (isforced
) fldname
= fldname
[1..$];
1358 if (fldname
.length
== 0) {
1359 conwriteln("ERROR: cannot move to empty folder");
1362 if (fldname
[0].isalnum
) {
1363 conwriteln("ERROR: invalid folder name '", fldname
, "'");
1369 tagid
= chiroGetTagUid(fldname
);
1371 tagid
= chiroAppendTag(fldname
, hidden
:(fldname
[0] == '#' ?
1 : 0));
1374 conwriteln("ERROR: invalid folder name '", fldname
, "'");
1378 immutable bool updatePane
= chiroMessageAddTag(uid
, fldname
);
1380 scope(exit
) delete tags
;
1382 static auto stGetMsgTags
= LazyStatement
!"View"(`
1383 SELECT DISTINCT(tagid) AS tagid, tt.tag AS name
1385 INNER JOIN tagnames AS tt USING(tagid)
1388 foreach (auto row
; stGetMsgTags
.st
.bind(":uid", uid
).range
) {
1389 auto tag
= row
.name
!SQ3Text
;
1390 conwriteln(" tag: ", tag
);
1391 if (tag
.startsWith("account:")) continue;
1392 if (tag
!= fldname
) tags
~= DynStr(tag
);
1394 foreach (ref DynStr tn
; tags
) {
1395 conwriteln("removing tag '", tn
.getData
, "'...");
1396 chiroMessageRemoveTag(uid
, tn
.getData
);
1399 mainPane
.switchToFolderTid(mainPane
.lastDecodedTid
, forced
:true);
1402 mainPane
.updateViewsIfTid(chiroGetTagUid("#spam"));
1404 postScreenRebuild();
1405 })("article_move_to_folder", "move article to existing folder");
1408 // //////////////////////////////////////////////////////////////////// //
1412 if (auto fld = getActiveFolder) {
1414 postScreenRebuild();
1417 })("article_to_parent", "jump to parent article, if any");
1421 if (auto fld = getActiveFolder) {
1422 fld.moveToPrevSib();
1423 postScreenRebuild();
1426 })("article_to_prev_sib", "jump to previous sibling");
1430 if (auto fld = getActiveFolder) {
1431 fld.moveToNextSib();
1432 postScreenRebuild();
1435 })("article_to_next_sib", "jump to next sibling");
1438 // //////////////////////////////////////////////////////////////////// //
1440 if (vbwin
is null || vbwin
.closed
) return;
1441 if (mainPane
is null) return;
1442 if (mainPane
.lastDecodedTid
== 0 || mainPane
.msglistCurrUId
== 0) return;
1443 DynStr tagname
= chiroGetTagName(mainPane
.lastDecodedTid
);
1444 if (!globmatch(tagname
.getData
, "/dmars_ng/*")) return;
1446 DynStr fromMail
, fromName
;
1447 if (!chiroGetMessageFrom(mainPane
.msglistCurrUId
, ref fromMail
, ref fromName
)) return;
1448 if (fromMail
.length
== 0 && fromName
.length
== 0) return;
1449 //writeln("!!! email=", fromMail.getData, "; name=", fromName.getData, "|");
1456 DynStr twtagglob
= "/dmars_ng/*";
1457 bool withName
= false;
1459 static auto stFindTwit
= LazyStatement
!"Conf"(`
1462 , tagglob AS tagglob
1468 WHERE email=:email AND name=:name
1471 static auto stAddTwit
= LazyStatement
!"Conf"(`
1472 INSERT INTO emailtwits
1473 ( tagglob, email, name, title, notes)
1474 VALUES(:tagglob,:email,:name,:title,:notes)
1477 static auto stModifyTwit
= LazyStatement
!"Conf"(`
1485 WHERE etwitid=:twitid
1488 static auto stRemoveTwitAuto
= LazyStatement
!"Conf"(`
1489 DELETE FROM msgidtwits
1490 WHERE etwitid=:twitid
1493 static auto stRemoveTwit
= LazyStatement
!"Conf"(`
1494 DELETE FROM emailtwits
1495 WHERE etwitid=:twitid
1499 .bindConstText(":email", fromMail
.getData
)
1500 .bindConstText(":name", fromName
.getData
);
1501 foreach (auto row
; stFindTwit
.st
.range
) {
1502 //conwriteln("!!!", row.twitid!uint, "; mail=", row.email!SQ3Text, "; name=", row.name!SQ3Text, "; title=", row.title!SQ3Text.recodeToKOI8);
1503 if (!globmatch(tagname
.getData
, row
.tagglob
!SQ3Text
)) continue;
1504 twitid
= row
.twitid
!uint;
1505 twtitle
= row
.title
!SQ3Text
;
1506 twname
= row
.name
!SQ3Text
;
1507 twemail
= row
.email
!SQ3Text
;
1508 twtagglob
= row
.tagglob
!SQ3Text
;
1509 twnotes
= row
.notes
!SQ3Text
;
1510 withName
= (fromName
.length
!= 0);
1514 if (!twitid
&& fromName
.length
) {
1516 .bindConstText(":email", fromMail
.getData
)
1517 .bindConstText(":name", "");
1518 foreach (auto row
; stFindTwit
.st
.range
) {
1519 //conwriteln("!!!", row.twitid!uint, "; mail=", row.email!SQ3Text, "; name=", row.name!SQ3Text, "; title=", row.title!SQ3Text.recodeToKOI8);
1520 if (!globmatch(tagname
.getData
, row
.tagglob
!SQ3Text
)) continue;
1521 twitid
= row
.twitid
!uint;
1522 twtitle
= row
.title
!SQ3Text
;
1523 twname
= row
.name
!SQ3Text
;
1524 twemail
= row
.email
!SQ3Text
;
1525 twtagglob
= row
.tagglob
!SQ3Text
;
1526 twnotes
= row
.notes
!SQ3Text
;
1532 //conwriteln("twitid: ", twitid, "; title=", twtitle.getData.recodeToKOI8);
1534 auto tw
= new TitlerWindow((twitid ? twname
: fromName
), (twitid ? twemail
: fromMail
), twtagglob
, twtitle
);
1535 tw
.onSelected
= delegate (name
, email
, glob
, title
) {
1536 if (email
.length
== 0 && name
.length
== 0) return false;
1537 if (glob
.length
== 0) return false;
1538 if (email
.length
&& email
[0] == '@') return false;
1539 title
= title
.xstrip
;
1541 if (title
.length
== 0) {
1543 conwriteln("removing twit...");
1544 stRemoveTwitAuto
.st
.bind(":twitid", twitid
).doAll();
1545 stRemoveTwit
.st
.bind(":twitid", twitid
).doAll();
1548 conwriteln("changing twit...");
1550 .bind(":twitid", twitid
)
1551 .bindConstText(":tagglob", glob
)
1552 .bindConstText(":email", email
)
1553 .bindConstText(":name", name
)
1554 .bindConstText(":title", title
)
1555 .bindConstText(":notes", twnotes
.getData
, allowNull
:true)
1559 if (title
.length
== 0) return false;
1561 conwriteln("adding twit...");
1563 .bindConstText(":tagglob", glob
)
1564 .bindConstText(":email", email
)
1565 .bindConstText(":name", name
)
1566 .bindConstText(":title", title
)
1567 .bindConstText(":notes", null, allowNull
:true)
1571 if (vbwin
&& !vbwin
.closed
) vbwin
.postEvent(new RecalcAllTwitsEvent());
1574 })("article_edit_poster_title", "edit poster's title of the current article");
1577 // //////////////////////////////////////////////////////////////////// //
1579 if (vbwin
is null || vbwin
.closed
) return;
1580 if (mainPane
is null) return;
1581 if (mainPane
.lastDecodedTid
== 0 || mainPane
.msglistCurrUId
== 0) return;
1582 DynStr tagname
= chiroGetTagName(mainPane
.lastDecodedTid
);
1583 if (!globmatch(tagname
.getData
, "/dmars_ng/*")) return;
1584 int mute
= chiroGetMessageMute(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
);
1585 // check for non-automatic mutes
1586 if (mute
!= Mute
.Normal
&& mute
<= Mute
.ThreadStart
) return;
1587 createTwitByMsgid(mainPane
.msglistCurrUId
);
1588 mainPane
.switchToFolderTid(mainPane
.lastDecodedTid
, forced
:true);
1589 postScreenRebuild();
1590 })("article_twit_thread", "twit current thread");
1593 if (vbwin
is null || vbwin
.closed
) return;
1594 if (mainPane
is null) return;
1595 int app
= chiroGetMessageAppearance(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
);
1597 //conwriteln("oldapp: ", app, " (", isSoftDeleted(app), ")");
1598 immutable bool wasPurged
= (app
== Appearance
.SoftDeletePurge
);
1600 app
== Appearance
.SoftDeletePurge ? Appearance
.SoftDeleteUser
:
1601 isSoftDeleted(app
) ? Appearance
.Read
:
1602 Appearance
.SoftDeleteUser
;
1603 //conwriteln("newapp: ", app);
1604 chiroSetMessageAppearance(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
, cast(Appearance
)app
);
1605 if (!wasPurged
&& isSoftDeleted(app
)) mainPane
.threadListDown();
1606 postScreenRebuild();
1608 })("article_softdelete_toggle", "toggle \"soft deleted\" flag on current article");
1611 if (vbwin
is null || vbwin
.closed
) return;
1612 if (mainPane
is null) return;
1613 int app
= chiroGetMessageAppearance(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
);
1615 //conwriteln("oldapp: ", app);
1617 app
== Appearance
.SoftDeletePurge ? Appearance
.Read
:
1618 isSoftDeleted(app
) ? Appearance
.SoftDeletePurge
:
1619 Appearance
.SoftDeletePurge
;
1620 //conwriteln("newapp: ", app);
1621 chiroSetMessageAppearance(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
, cast(Appearance
)app
);
1622 if (app
== Appearance
.SoftDeletePurge
) mainPane
.threadListDown();
1623 postScreenRebuild();
1625 })("article_harddelete_toggle", "toggle \"hard deleted\" flag on current article");
1628 // //////////////////////////////////////////////////////////////////// //
1630 if (vbwin
is null || vbwin
.closed
) return;
1631 if (mainPane
is null) return;
1632 DynStr hdrs
= chiroMessageHeaders(mainPane
.msglistCurrUId
);
1633 if (hdrs
.length
== 0) return;
1634 conwriteln("============================");
1635 conwriteln("message uid: ", mainPane
.msglistCurrUId
);
1636 conwriteln(" tag tagid: ", mainPane
.lastDecodedTid
);
1637 conwriteln("============================");
1638 forEachHeaderLine(hdrs
.getData
, (const(char)[] line
) {
1639 conwriteln(" ", line
.xstripright
);
1640 return true; // go on
1642 })("article_dump_headers", "dump article headers");
1645 if (vbwin
is null || vbwin
.closed
) return;
1646 if (mainPane
is null) return;
1647 DynStr hdrs
= chiroMessageHeaders(mainPane
.msglistCurrUId
);
1648 if (hdrs
.length
== 0) return;
1649 conwriteln("============================");
1650 conwriteln("message uid: ", mainPane
.msglistCurrUId
);
1651 conwriteln(" tag tagid: ", mainPane
.lastDecodedTid
);
1652 conwriteln("============================");
1653 auto bogo
= messageBogoCheck(mainPane
.msglistCurrUId
);
1654 conwriteln("BOGO RESULT: ", bogo
);
1655 })("article_bogo_check", "check article with bogofilter (purely informational)");
1658 if (mainPane
!is null && mainPane
.lastDecodedTid
) {
1659 conwriteln("relinking ", mainPane
.lastDecodedTid
, " (", chiroGetTagName(mainPane
.lastDecodedTid
).getData
, ")...");
1660 chiroSupportRelinkTagThreads(mainPane
.lastDecodedTid
);
1661 mainPane
.switchToFolderTid(mainPane
.lastDecodedTid
, forced
:true);
1662 postScreenRebuild();
1664 })("folder_rebuild_index", "rebuild thread index");
1667 if (vbwin
&& !vbwin
.closed
&& mainPane
!is null /*&& mainPane.lastDecodedTid*/) {
1668 vbwin
.postEvent(new RecalcAllTwitsEvent());
1670 })("folder_rebuild_twits", "rebuild all twits");
1673 if (mainPane
!is null && mainPane
.folderCurrTag
.length
) {
1674 auto w
= new TagOptionsWindow(mainPane
.folderCurrTag
.getData
);
1675 w
.onUpdated
= delegate void (tagname
) {
1676 if (vbwin
&& !vbwin
.closed
&& mainPane
!is null && mainPane
.lastDecodedTagName
== tagname
) {
1677 mainPane
.switchToFolderTid(mainPane
.lastDecodedTid
, forced
:true);
1680 postScreenRebuild();
1682 })("folder_options", "show options window");
1686 if (auto fld = getActiveFolder) {
1687 fld.withBase(delegate (abase) {
1688 uint idx = fld.curidx;
1689 if (idx >= fld.length) {
1691 } else if (auto art = abase[fld.baseidx(idx)]) {
1692 if (art.frommail.indexOf("ketmar@ketmar.no-ip.org") >= 0) {
1693 idx = (idx+1)%fld.length;
1696 foreach (immutable _; 0..fld.length) {
1697 auto art = abase[fld.baseidx(idx)];
1699 if (art.frommail.indexOf("ketmar@ketmar.no-ip.org") >= 0) {
1700 fld.curidx = cast(int)idx;
1701 postScreenRebuild();
1705 idx = (idx+1)%fld.length;
1709 })("find_mine", "find mine article");
1712 // //////////////////////////////////////////////////////////////////// //
1713 conRegVar
!dbg_dump_keynames("dbg_dump_key_names", "dump key names");
1716 // //////////////////////////////////////////////////////////////////// //
1717 conRegFunc
!((uint idx
) {
1718 if (vbwin
is null || vbwin
.closed
) return;
1719 if (mainPane
is null) return;
1720 if (mainPane
.msglistCurrUId
== 0) return;
1722 static auto statAttaches
= LazyStatement
!"View"(`
1727 , ChiroUnpack(content) AS content
1732 char[128] buf
= void;
1734 foreach (auto row
; statAttaches
.st
.bind(":uid", mainPane
.msglistCurrUId
).range
) {
1735 import core
.stdc
.stdio
: snprintf
;
1736 if (idx
!= 0) { --idx
; ++attidx
; continue; }
1737 if (!row
.mime
!SQ3Text
.startsWith("image")) return;
1738 auto name
= row
.name
!SQ3Text
.getExtension
;
1739 if (name
.length
== 0) return;
1742 fname
= "/tmp/_viewimage_";
1745 UUID id
= randomUUID();
1746 foreach (immutable ubyte b
; id
.data
[]) {
1747 fname
~= "0123456789abcdef"[b
>>4];
1748 fname
~= "0123456789abcdef"[b
&0x0f];
1752 conwriteln("writing attach #", attidx
, " to '", fname
.getData
, "'");
1753 VFile fo
= VFile(fname
.getData
, "w");
1754 fo
.rawWriteExact(row
.content
!SQ3Text
);
1757 auto vtid
= spawn(&imageViewThread
, thisTid
);
1758 string fnamestr
= fname
.getData
.idup
;
1759 vtid
.send(ImgViewCommand(fnamestr
));
1760 } catch (Exception e
) {
1761 conwriteln("ERROR writing attachment: ", e
.msg
);
1765 })("attach_view", "view attached image: attach_view index");
1768 // //////////////////////////////////////////////////////////////////// //
1769 conRegFunc
!((uint idx
, ConString userfname
=null) {
1770 if (vbwin
is null || vbwin
.closed
) return;
1771 if (mainPane
is null) return;
1772 if (mainPane
.msglistCurrUId
== 0) return;
1774 static auto statAttaches
= LazyStatement
!"View"(`
1779 , ChiroUnpack(content) AS content
1784 char[128] buf
= void;
1786 foreach (auto row
; statAttaches
.st
.bind(":uid", mainPane
.msglistCurrUId
).range
) {
1787 import core
.stdc
.stdio
: snprintf
;
1788 if (idx
!= 0) { --idx
; ++attidx
; continue; }
1790 auto name
= row
.name
!SQ3Text
/*.decodeSubj*/;
1793 if (userfname
.length
) {
1797 name
= name
.sanitizeFileNameStr
;
1798 if (name
.length
== 0) {
1799 auto len
= snprintf(buf
.ptr
, buf
.sizeof
, "attach_%02u.bin", attidx
);
1800 fname
~= buf
[0..cast(usize
)len
];
1806 conwriteln("writing attach #", attidx
, " to '", fname
.getData
, "'");
1807 VFile fo
= VFile(fname
.getData
, "w");
1808 fo
.rawWriteExact(row
.content
!SQ3Text
);
1810 } catch (Exception e
) {
1811 conwriteln("ERROR writing attachment: ", e
.msg
);
1815 })("attach_save", "save attach: attach_save index [filename]");
1819 // ////////////////////////////////////////////////////////////////////////// //
1820 //FIXME: turn into property
1821 final class ArticleTextScrollEvent
{}
1822 __gshared ArticleTextScrollEvent evArticleScroll
;
1823 shared static this () {
1824 evArticleScroll
= new ArticleTextScrollEvent();
1827 void postArticleScroll () {
1828 if (vbwin
!is null && !vbwin
.eventQueued
!ArticleTextScrollEvent
) vbwin
.postTimeout(evArticleScroll
, 25);
1832 // ////////////////////////////////////////////////////////////////////////// //
1833 class MarkAsUnreadEvent
{
1838 __gshared
int unreadTimeoutInterval
= 600;
1839 __gshared
int scrollKeepLines
= 3;
1840 __gshared
bool preferHtmlContent
= false;
1841 __gshared
bool detectHtmlContent
= true;
1844 void postMarkAsUnreadEvent () {
1845 if (unreadTimeoutInterval
> 0 && unreadTimeoutInterval
< 10000 && vbwin
!is null && mainPane
!is null) {
1846 if (!mainPane
.msglistCurrUId
) return;
1847 if (chiroGetMessageUnread(mainPane
.lastDecodedTid
, mainPane
.msglistCurrUId
)) {
1848 //conwriteln("setting new unread timer");
1849 auto evt
= new MarkAsUnreadEvent();
1850 evt
.tagid
= mainPane
.lastDecodedTid
;
1851 evt
.uid
= mainPane
.msglistCurrUId
;
1852 vbwin
.postTimeout(evt
, unreadTimeoutInterval
);
1858 // ////////////////////////////////////////////////////////////////////////// //
1859 __gshared MainPaneWindow mainPane
;
1862 final class MainPaneWindow
: SubWindow
{
1863 dynstring
[] emlines
; // in utf
1864 uint emlinesBeforeAttaches
;
1865 uint lastDecodedUId
;
1866 uint lastDecodedTid
; // for which folder we last build our view?
1868 DynStr lastDecodedTagName
;
1875 int articleTextTopLine
= 0;
1876 int articleDestTextTopLine
= 0;
1877 //__gshared Timer unreadTimer; // as main pane is never destroyed, there's no need to kill the timer
1878 //__gshared Folder unreadFolder;
1879 //__gshared uint unreadIdx;
1882 DynStr folderTopTag
= null;
1883 DynStr folderCurrTag
= null;
1884 int folderTopIndex
= 0;
1885 int folderCurrIndex
= 0;
1886 // message list view
1887 uint msglistTopUId
= 0;
1888 uint msglistCurrUId
= 0;
1889 bool saveMsgListPositions
= false;
1890 MonoTime lastStateSaveTime
;
1891 uint viewDataVersion
;
1894 super(null, GxSize(screenWidth
, screenHeight
));
1895 allowMinimise
= false;
1896 allowDragMove
= false;
1897 mType
= Type
.OnBottom
;
1900 lastStateSaveTime
= MonoTime
.currTime
;
1901 viewDataVersion
= dbView
.getDataVersion()-1u;
1904 bool isViewChanged () const nothrow @trusted @nogc {
1905 pragma(inline
, true);
1906 return (viewDataVersion
!= dbView
.getDataVersion());
1909 void updateViewsIfTid (uint tid
) {
1910 if (tid
&& lastDecodedTid
== tid
) {
1911 switchToFolderTid(lastDecodedTid
, forced
:true);
1915 void checkSaveState () {
1916 if (lastStateSaveTime
+dur
!"seconds"(30) <= MonoTime
.currTime
) {
1917 //writeln("saving state...");
1919 lastStateSaveTime
= MonoTime
.currTime
;
1920 if (lastDecodedTid
) {
1921 immutable maxuid
= chiroGetTreePaneTableMaxUId();
1922 if (maxuid
&& maxuid
> lastMaxTidUid
) {
1923 // something was changed in the database, rescal
1924 updateViewsIfTid(lastDecodedTid
);
1930 void saveCurrentState () {
1932 chiroSetOption("/mainpane/folders/toptid", folderTopTag
);
1933 chiroSetOption("/mainpane/folders/currtid", folderCurrTag
);
1934 saveThreadListPositions(transaction
:false);
1938 void loadSavedState () {
1939 chiroGetOption(folderTopTag
, "/mainpane/folders/toptid");
1940 chiroGetOption(folderCurrTag
, "/mainpane/folders/currtid");
1941 //conwriteln("curr: ", folderCurrTag);
1942 //conwriteln(" top: ", folderTopTag);
1943 rescanFolders(forced
:true);
1947 private void threadListPositionDirty () nothrow @safe @nogc {
1948 saveMsgListPositions
= true;
1951 private void saveThreadListPositionsInternal () {
1952 if (lastDecodedTagName
.length
== 0) return;
1953 import core
.stdc
.stdio
: snprintf
;
1954 const(char)[] tn
= lastDecodedTagName
.getData
;
1955 char[128] xname
= void;
1956 auto xlen
= snprintf(xname
.ptr
, xname
.sizeof
, "/mainpane/msgview/current%.*s", cast(uint)tn
.length
, tn
.ptr
);
1957 chiroSetOptionUInts(xname
[0..xlen
], msglistTopUId
, msglistCurrUId
);
1960 private void saveThreadListPositions (immutable bool transaction
=true) {
1961 if (!saveMsgListPositions
) return;
1962 saveMsgListPositions
= false;
1963 if (lastDecodedTid
== 0) return;
1965 transacted
!"Conf"(&saveThreadListPositionsInternal
);
1967 saveThreadListPositionsInternal();
1971 private void loadThreadListPositions () {
1972 saveMsgListPositions
= false;
1973 msglistTopUId
= msglistCurrUId
= 0;
1974 if (lastDecodedTid
== 0) return;
1975 import core
.stdc
.stdio
: snprintf
;
1976 char[128] xname
= void;
1977 const(char)[] tn
= lastDecodedTagName
.getData
;
1978 auto xlen
= snprintf(xname
.ptr
, xname
.sizeof
, "/mainpane/msgview/current%.*s", cast(uint)tn
.length
, tn
.ptr
);
1979 chiroGetOptionUInts(ref msglistTopUId
, ref msglistCurrUId
, xname
[0..xlen
]);
1984 private int getFolderMonthLimit () {
1986 import core
.stdc
.stdio
: snprintf
;
1987 char[1024] xname
= void;
1988 if (lastDecodedTid
== 0) return chiroGetOption
!int("/mainpane/msgview/monthlimit", 6);
1990 const(char)[] tn
= lastDecodedTagName
.getData
;
1992 auto len
= snprintf(xname
.ptr
, xname
.sizeof
, "/mainpane/msgview/monthlimit%.*s", cast(uint)tn
.length
, tn
.ptr
);
1993 int v
= chiroGetOptionEx
!int(xname
[0..len
], out exists
);
1994 //writeln(tn, " :: ", v, " :: ", exists);
1995 if (exists
) return v
;
1996 auto slp
= tn
.lastIndexOf('/', 1);
1997 if (slp
<= 0) break;
2000 return chiroGetOption
!int("/mainpane/msgview/monthlimit", 6);
2002 if (lastDecodedTid
== 0) return chiroGetOption
!int("/mainpane/msgview/monthlimit", 6);
2003 return chiroGetTagMonthLimit(lastDecodedTagName
.getData
, 6);
2008 void rescanFolders (bool forced
=false) {
2009 if (!.rescanFolders()) { if (!forced
) return; }
2010 folderTopIndex
= folderCurrIndex
= 0;
2011 bool foundTop
= false, foundCurr
= false;
2012 foreach (immutable idx
, const FolderInfo fi
; folderList
) {
2013 if (!foundTop
&& fi
.name
== folderTopTag
) { foundTop
= true; folderTopIndex
= cast(int)idx
; }
2014 if (!foundCurr
&& fi
.name
== folderCurrTag
) { foundCurr
= true; folderCurrIndex
= cast(int)idx
; }
2016 if (!foundTop
) folderTopTag
.clear();
2017 if (!foundCurr
) folderCurrTag
.clear();
2020 void folderMakeCurVisible () {
2022 if (folderList
.length
) {
2023 if (folderCurrIndex
>= folderList
.length
) folderCurrIndex
= cast(uint)folderList
.length
-1;
2024 if (folderTopIndex
>= folderList
.length
) folderTopIndex
= cast(uint)folderList
.length
-1;
2025 if (folderCurrIndex
-3 < folderTopIndex
) {
2026 folderTopIndex
= folderCurrIndex
-3;
2027 if (folderTopIndex
< 0) folderTopIndex
= 0;
2029 int hgt
= screenHeight
/(gxTextHeightUtf
+2)-1;
2030 if (hgt
< 1) hgt
= 1;
2031 if (folderCurrIndex
+2 > folderTopIndex
+hgt
) {
2032 folderTopIndex
= (folderCurrIndex
+2 > hgt ? folderCurrIndex
+2-hgt
: 0);
2033 if (folderTopIndex
< 0) folderTopIndex
= 0;
2035 if (folderTopTag
!= folderList
[folderTopIndex
].name
) folderTopTag
= folderList
[folderTopIndex
].name
;
2036 if (folderCurrTag
!= folderList
[folderCurrIndex
].name
) folderCurrTag
= folderList
[folderCurrIndex
].name
;
2038 folderCurrIndex
= folderTopIndex
= 0;
2042 private void switchToFolderTid (const uint tid
, bool forced
=false) {
2043 //setupTrayAnimation();
2044 if (!forced
&& tid
== lastDecodedTid
) return;
2045 saveThreadListPositions();
2046 if (lastDecodedTid
!= 0) chiroDeletePurgedWithTag(lastDecodedTid
);
2048 lastDecodedTid
= tid
;
2050 lastDecodedTagName
= chiroGetTagName(tid
);
2051 immutable int monthlimit
= getFolderMonthLimit();
2052 chiroCreateTreePaneTable(tid
, lastmonthes
:monthlimit
);
2054 loadThreadListPositions();
2056 if (!chiroIsTreePaneTableUidValid(msglistTopUId
)) {
2057 msglistTopUId
= chiroGetTreePaneTableIndex2Uid(0);
2058 threadListPositionDirty();
2061 if (!chiroIsTreePaneTableUidValid(msglistCurrUId
)) {
2062 msglistCurrUId
= chiroGetTreePaneTableIndex2Uid(0);
2063 threadListPositionDirty();
2065 lastMaxTidUid
= chiroGetTreePaneTableMaxUId();
2068 lastDecodedTagName
.clear();
2071 chiroClearTreePaneTable();
2075 void folderSetToIndex (int idx
) {
2076 if (idx
< 0 || idx
>= folderList
.length
) return;
2077 if (idx
== folderCurrIndex
) return;
2078 folderCurrIndex
= idx
;
2079 folderCurrTag
= folderList
[folderCurrIndex
].name
;
2080 switchToFolderTid(folderList
[folderCurrIndex
].tagid
);
2083 bool folderUpOne () {
2084 if (folderList
.length
== 0) return false;
2085 if (folderCurrIndex
<= 0) return false;
2087 folderCurrTag
= folderList
[folderCurrIndex
].name
;
2092 bool folderDownOne () {
2093 if (folderList
.length
== 0) return false;
2094 if (folderCurrIndex
+1 >= cast(int)folderList
.length
) return false;
2096 folderCurrTag
= folderList
[folderCurrIndex
].name
;
2101 bool threadListHome () {
2102 if (lastDecodedTid
== 0) return false;
2103 immutable uint firstUid
= chiroGetTreePaneTableFirstUid();
2104 if (!firstUid || firstUid
== msglistCurrUId
) return false;
2105 msglistCurrUId
= firstUid
;
2106 threadListPositionDirty();
2111 bool threadListEnd () {
2112 if (lastDecodedTid
== 0) return false;
2113 immutable uint lastUid
= chiroGetTreePaneTableLastUid();
2114 if (!lastUid || lastUid
== msglistCurrUId
) return false;
2115 msglistCurrUId
= lastUid
;
2116 threadListPositionDirty();
2121 bool threadListUp () {
2123 if (lastDecodedTid
== 0) return false;
2124 auto ctm
= Timer(true);
2125 immutable uint prevUid
= chiroGetTreePaneTablePrevUid(msglistCurrUId
);
2127 if (ChiroTimerExEnabled
) writeln("threadListUp time: ", ctm
);
2128 if (!prevUid || prevUid
== msglistCurrUId
) return false;
2129 msglistCurrUId
= prevUid
;
2130 threadListPositionDirty();
2135 bool threadListDown () {
2137 if (lastDecodedTid
== 0) return false;
2138 auto ctm
= Timer(true);
2139 immutable uint nextUid
= chiroGetTreePaneTableNextUid(msglistCurrUId
);
2141 if (ChiroTimerExEnabled
) writeln("threadListDown time: ", ctm
);
2142 if (!nextUid || nextUid
== msglistCurrUId
) return false;
2143 msglistCurrUId
= nextUid
;
2144 threadListPositionDirty();
2149 bool threadListScrollUp (bool movecurrent
) {
2151 if (lastDecodedTid
== 0) return false;
2152 auto ctm
= Timer(true);
2153 immutable uint topPrevUid
= chiroGetTreePaneTablePrevUid(msglistTopUId
);
2155 if (ChiroTimerExEnabled
) conwriteln("threadListScrollUp: prevtop time: ", ctm
);
2156 if (!topPrevUid || topPrevUid
== msglistTopUId
) return false;
2158 immutable uint currPrevUid
= (movecurrent ?
chiroGetTreePaneTablePrevUid(msglistCurrUId
) : 0);
2160 if (movecurrent
&& ChiroTimerExEnabled
) conwriteln("threadListScrollUp: prevcurr time: ", ctm
);
2161 if (movecurrent
&& !currPrevUid
) return false;
2162 msglistTopUId
= topPrevUid
;
2164 msglistCurrUId
= currPrevUid
;
2167 threadListPositionDirty();
2171 bool threadListScrollDown (bool movecurrent
) {
2173 if (lastDecodedTid
== 0) return false;
2174 auto ctm
= Timer(true);
2175 immutable uint currNextUid
= (movecurrent ?
chiroGetTreePaneTableNextUid(msglistCurrUId
) : 0);
2177 if (movecurrent
&& ChiroTimerExEnabled
) writeln("threadListScrollDown: nextcurr time: ", ctm
);
2178 if (movecurrent
&& (!currNextUid || currNextUid
== msglistCurrUId
)) return false;
2180 immutable uint topNextUid
= chiroGetTreePaneTableNextUid(msglistTopUId
);
2182 if (ChiroTimerExEnabled
) writeln("threadListScrollDown: nexttop time: ", ctm
);
2183 if (!topNextUid
) return false;
2184 msglistTopUId
= topNextUid
;
2186 msglistCurrUId
= currNextUid
;
2189 threadListPositionDirty();
2193 bool threadListPageUp () {
2196 int hgt
= guiThreadListHeight
/gxTextHeightUtf
-1;
2197 if (hgt
< 1) hgt
= 1;
2198 auto ctm
= Timer(true);
2199 foreach (; 0..hgt
) {
2200 if (!threadListScrollUp(movecurrent
:true)) break;
2204 if (ChiroTimerExEnabled
) writeln("threadListPageUp time: ", ctm
);
2205 if (res
) setupUnreadTimer();
2209 bool threadListPageDown () {
2212 int hgt
= guiThreadListHeight
/gxTextHeightUtf
-1;
2213 if (hgt
< 1) hgt
= 1;
2214 auto ctm
= Timer(true);
2215 foreach (; 0..hgt
) {
2216 if (!threadListScrollDown(movecurrent
:true)) break;
2220 if (ChiroTimerExEnabled
) writeln("threadListPageDown time: ", ctm
);
2221 if (res
) setupUnreadTimer();
2226 // //////////////////////////////////////////////////////////////////// //
2227 static struct WebLink
{
2229 int x
, len
; // in pixels
2231 dynstring text
; // visual text
2233 bool nofirst
= false;
2235 @property bool isAttach () const pure nothrow @safe @nogc { return (attachnum
>= 0); }
2239 int lastUrlIndex
= -1;
2241 void appendUrl (in ref WebLink wl
) {
2242 immutable oldcap
= emurls
.capacity
;
2243 if (oldcap
&& emurls
.length
< oldcap
) {
2244 import core
.stdc
.string
: memset
;
2245 memset(emurls
.ptr
+emurls
.length
, 0, (oldcap
-emurls
.length
)*emurls
[0].sizeof
);
2247 emurls
~= WebLink();
2248 if (emurls
.capacity
> oldcap
) {
2249 import core
.stdc
.string
: memset
;
2250 memset(emurls
.ptr
+oldcap
, 0, (emurls
.capacity
-oldcap
)*emurls
[0].sizeof
);
2255 void appendEmLine () {
2256 immutable oldcap
= emlines
.capacity
;
2257 if (oldcap
&& emlines
.length
< oldcap
) {
2258 import core
.stdc
.string
: memset
;
2259 memset(emlines
.ptr
+emlines
.length
, 0, (oldcap
-emlines
.length
)*emlines
[0].sizeof
);
2261 emlines
~= dynstring();
2262 if (emlines
.capacity
> oldcap
) {
2263 import core
.stdc
.string
: memset
;
2264 memset(emlines
.ptr
+oldcap
, 0, (emlines
.capacity
-oldcap
)*emlines
[0].sizeof
);
2268 void appendEmLine (in ref dynstring s
) {
2273 void appendEmLine (const(char)[] buf
) {
2275 emlines
[$-1] = dynstring(buf
);
2278 void clearDecodedText () {
2279 import core
.stdc
.string
: memset
;
2280 if (emlines
.capacity
) {
2281 //{ import core.stdc.stdio : stderr, fprintf; fprintf(stderr, "000: *** clearing %u emlines (%u) ***\n", cast(uint)emlines.length, cast(uint)emlines.capacity); }
2282 foreach (ref dynstring s
; emlines
) s
.clear();
2283 //{ import core.stdc.stdio : stderr, fprintf; fprintf(stderr, "001: *** clearing %u emlines (%u) ***\n", cast(uint)emlines.length, cast(uint)emlines.capacity); }
2284 memset(emlines
.ptr
, 0, emlines
.capacity
*emlines
[0].sizeof
);
2285 //{ import core.stdc.stdio : stderr, fprintf; fprintf(stderr, "002: *** clearing %u emlines (%u) ***\n", cast(uint)emlines.length, cast(uint)emlines.capacity); }
2287 //{ import core.stdc.stdio : stderr, fprintf; fprintf(stderr, "003: *** clearing %u emlines (%u) ***\n", cast(uint)emlines.length, cast(uint)emlines.capacity); }
2288 if (emlines
.capacity
) emlines
.assumeSafeAppend
;
2289 //{ import core.stdc.stdio : stderr, fprintf; fprintf(stderr, "004: *** clearing %u emlines (%u) ***\n", cast(uint)emlines.length, cast(uint)emlines.capacity); }
2290 if (emlines
.capacity
) memset(emlines
.ptr
, 0, emlines
.capacity
*emlines
[0].sizeof
);
2291 //{ import core.stdc.stdio : stderr, fprintf; fprintf(stderr, "005: *** clearing %u emlines (%u) ***\n", cast(uint)emlines.length, cast(uint)emlines.capacity); }
2293 if (emurls
.capacity
) {
2294 foreach (ref WebLink l
; emurls
) { l
.url
.clear(); l
.text
.clear(); }
2295 memset(emurls
.ptr
, 0, emurls
.capacity
*emurls
[0].sizeof
);
2297 if (emurls
.capacity
) emurls
.assumeSafeAppend
;
2298 if (emurls
.capacity
) memset(emurls
.ptr
, 0, emurls
.capacity
*emurls
[0].sizeof
);
2301 articleTextTopLine
= 0;
2302 articleDestTextTopLine
= 0;
2306 artfromname
.clear();
2307 artfrommail
.clear();
2313 int findUrlIndexAt (int mx
, int my
) {
2314 int tpX0
= guiGroupListWidth
+2+1;
2315 int tpX1
= screenWidth
-1-guiMessageTextLPad
*2-guiScrollbarWidth
;
2316 int tpY0
= guiThreadListHeight
+1;
2317 int tpY1
= screenHeight
-1;
2319 int y
= tpY0
+linesInHeader
*gxTextHeightUtf
+2+1+guiMessageTextVPad
;
2321 if (mx
< tpX0 || mx
> tpX1
) return -1;
2322 if (my
< y || my
> tpY1
) return -1;
2326 // yeah, i can easily calculate this, i know
2327 uint idx
= articleTextTopLine
;
2328 while (idx
< emlines
.length
&& y
< screenHeight
) {
2329 if (my
>= y
&& my
< y
+gxTextHeightUtf
) {
2330 foreach (immutable uidx
, const ref WebLink wl
; emurls
) {
2331 //conwriteln("checking url [#", uidx, "]; idx=", idx, "; ly=", wl.ly);
2333 if (mx
>= wl
.x
&& mx
< wl
.x
+wl
.len
) return cast(int)uidx
;
2338 y
+= gxTextHeightUtf
+guiMessageTextInterline
;
2344 WebLink
* findUrlAt (int mx
, int my
) {
2345 auto uidx
= findUrlIndexAt(mx
, my
);
2346 return (uidx
>= 0 ?
&emurls
[uidx
] : null);
2349 private void emlDetectUrls (uint textlines
) {
2350 static immutable string
[3] protos
= [ "https", "http", "ftp" ];
2354 static sptrdiff
urlepos (const(char)[] s
, sptrdiff spos
) {
2355 assert(spos
< s
.length
);
2356 spos
= s
.indexOf("://", spos
);
2360 while (spos
< s
.length
) {
2362 if (ch
== '/') break;
2363 if (ch
<= ' ') return spos
;
2364 if (ch
!= '.' && ch
!= '-' && !ch
.isalnum
) return spos
;
2367 if (spos
>= s
.length
) return cast(sptrdiff
)s
.length
;
2369 assert(s
[spos
] == '/');
2372 bool wasSharp
= false;
2373 for (; spos
< s
.length
; ++spos
) {
2374 import iv
.strex
: isalnum
;
2376 if (ch
<= ' ' || ch
== '<' || ch
== '>' || ch
== '"' || ch
== '\'' || ch
>= 127) return spos
;
2379 if (wasSharp
) return spos
;
2390 if (ch
== '(' || ch
== '{' || ch
== '[') {
2391 if (brlevel
>= brcmap
.length
) return spos
; // too nested
2392 if (s
.length
-spos
< 2) return spos
; // no more chars, ignore
2393 if (!isalnum(s
[spos
+1]) && s
[spos
+1] != '_' && s
[spos
+1] != '%') return spos
; // ignore
2394 // looks like URL part
2396 case '(': ch
= ')'; break;
2397 case '[': ch
= ']'; break;
2398 case '{': ch
= '}'; break;
2400 brcmap
[brlevel
++] = ch
;
2404 if (ch
== ')' || ch
== '}' || ch
== ']') {
2405 if (brlevel
== 0 || ch
!= brcmap
[brlevel
-1]) return spos
;
2409 // other punctuation
2410 if (brlevel
== 0 && !isalnum(ch
) && ch
!= '_' && ch
!= '%') {
2411 // other special chars
2412 if (s
.length
-spos
< 2) return spos
; // no more chars, ignore
2413 if (!isalnum(s
[spos
+1]) && s
[spos
+1] != '_' && s
[spos
+1] != '%') {
2414 if (ch
== '.' || ch
== '!' || ch
== ';' || ch
== ',' || s
[spos
+1] != ch
) return spos
; // ignore
2419 if (spos
>= s
.length
) spos
= cast(sptrdiff
)s
.length
;
2423 if (textlines
> emlines
.length
) textlines
= cast(uint)emlines
.length
; // just in case
2424 foreach (immutable cy
, dynstring s
; emlines
[0..textlines
]) {
2425 if (s
.length
== 0) continue;
2426 auto pos
= s
.indexOf("://");
2430 foreach (string proto
; protos
) {
2431 if (spos
>= proto
.length
&& proto
.strEquCI(s
[spos
-proto
.length
..spos
])) {
2432 if (spos
== proto
.length ||
!s
[spos
-proto
.length
-1].isalnum
) {
2434 spos
-= proto
.length
;
2441 auto epos
= urlepos(s
, spos
);
2443 wl
.nofirst
= (spos
> 0);
2444 wl
.ly
= cast(int)cy
;
2445 auto kr
= GxKerning(4, 0);
2446 s
[0..epos
].utfByDCharSPos(delegate (dchar ch
, usize stpos
) {
2447 int w
= kr
.fixWidthPre(ch
);
2448 if (stpos
== spos
) wl
.x
= w
;
2450 wl
.len
= kr
.finalWidth
-wl
.x
;
2451 wl
.url
= wl
.text
= s
[spos
..epos
];
2452 appendUrl(wl
); //emurls ~= wl;
2457 pos
= s
.indexOf("://", pos
);
2461 int attachcount
= 0;
2462 foreach (immutable uint cy
; textlines
..cast(uint)emlines
.length
) {
2463 dynstring s
= emlines
[cy
];
2464 if (s
.length
== 0) continue;
2465 auto spos
= s
.indexOf("attach:");
2466 if (spos
< 0) continue;
2468 while (epos
< s
.length
&& s
.ptr
[epos
] > ' ') ++epos
;
2469 //if (attachcount >= parts.length) break;
2471 wl
.nofirst
= (spos
> 0);
2472 wl
.ly
= cast(int)cy
;
2473 //wl.x = gxTextWidthUtf(s[0..spos]);
2474 //wl.len = gxTextWidthUtf(s[spos..epos]);
2475 auto kr
= GxKerning(4, 0);
2476 s
[0..epos
].utfByDCharSPos(delegate (dchar ch
, usize stpos
) {
2477 int w
= kr
.fixWidthPre(ch
);
2478 if (stpos
== spos
) wl
.x
= w
;
2480 wl
.len
= kr
.finalWidth
-wl
.x
;
2481 wl
.url
= wl
.text
= s
[spos
..epos
];
2482 //if (spos > 0) ++wl.x; // this makes text bolder, no need to
2483 wl
.attachnum
= attachcount
;
2484 //wl.attachfname = s[spos+7..epos];
2485 //wl.part = parts[attachcount];
2487 appendUrl(wl
); //emurls ~= wl;
2491 bool needToDecodeArticleTextNL (uint uid
) const nothrow @trusted @nogc {
2492 return (lastDecodedUId
!= uid
);
2495 // fld is locked here
2496 void decodeArticleTextNL (uint uid
) {
2497 static auto stmtGet
= LazyStatement
!"View"(`
2499 from_name AS fromName
2500 , from_mail AS fromMail
2504 , datetime(threads.time, 'unixepoch') AS time
2505 , ChiroUnpack(content_text.content) AS text
2506 , ChiroUnpack(content_html.content) AS html
2508 INNER JOIN threads USING(uid)
2509 INNER JOIN content_text USING(uid)
2510 INNER JOIN content_html USING(uid)
2515 if (!needToDecodeArticleTextNL(uid
)) return;
2517 //if (uid == 0) { clearDecodedText(); return; }
2519 lastDecodedUId
= uid
;
2521 // get article content
2522 //FIXME: see `art.getTextContent()` for GPG decryption!
2524 bool ishtml
= false;
2525 bool htmlheader
= false;
2526 foreach (auto row
; stmtGet
.st
.bind(":uid", uid
).range
) {
2527 auto text
= row
.text
!SQ3Text
;
2528 auto html
= row
.html
!SQ3Text
;
2529 bool isHtml
= ((text
.xstrip
.length
== 0 || preferHtmlContent
) && html
.xstrip
.length
!= 0);
2530 bool forceHtml
= false;
2531 if (detectHtmlContent
&& !isHtml
&& html
.xstrip
.length
== 0 && text
.xstrip
.length
!= 0) {
2532 auto tmp
= text
.xstrip
;
2533 if (tmp
.startsWithCI("<!DOCTYPE")) forceHtml
= true;
2535 //conwriteln("! ", text.xstrip.length, " ! ", html.xstrip.length);
2536 if (isHtml || forceHtml
) {
2537 version(article_can_into_html
) {
2539 string s
= htmlToText((forceHtml ? text
.idup
: html
.idup
), false);
2541 artcontent
.removeASCIICtrls();
2543 } catch (Exception e
) {
2544 artcontent
~= (forceHtml ? text
: html
);
2547 artcontent
~= (forceHtml ? text
: html
);
2550 } else if (text
.length
!= 0) {
2553 artcontent
~= "no text content";
2555 arttoname
= row
.toName
!SQ3Text
;
2556 arttomail
= row
.toMail
!SQ3Text
;
2557 artfromname
= row
.fromName
!SQ3Text
;
2558 artfrommail
= row
.fromMail
!SQ3Text
;
2559 artsubj
= row
.subj
!SQ3Text
;
2560 arttime
= row
.time
!SQ3Text
;
2561 if (artsubj
.length
== 0) artsubj
= "no subject";
2564 if (artcontent
.length
== 0) return; // no text
2565 appendEmLine(); //emlines ~= dynstring(); // hack; this dummy line will be removed
2566 bool skipEmptyLines
= true;
2569 appendEmLine("\x01==============================================");
2570 appendEmLine("\x01--- HTML CONTENT ---");
2571 appendEmLine("\x01==============================================");
2575 bool lastEndsWithSpace () { return (emlines
[$-1].length ? emlines
[$-1][$-1] == ' ' : false); }
2579 static dynstring
addQuotes (dynstring s
, int qlevel
) {
2580 enum QuoteStr
= ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ";
2581 if (qlevel
<= 0) return s
;
2582 if (qlevel
> QuoteStr
.length
-1) qlevel
= cast(int)QuoteStr
.length
-1;
2583 return dynstring(QuoteStr
[$-qlevel
-1..$])~s
;
2586 // returns quote level
2587 static int removeQuoting (ref ConString s
) {
2588 // calculate quote level
2590 if (s
.length
&& s
[0] == '>') {
2591 usize lastqpos
= 0, pos
= 0;
2592 while (pos
< s
.length
) {
2593 if (s
.ptr
[pos
] != '>') {
2594 if (s
.ptr
[pos
] != ' ') break;
2601 if (s
.length
-lastqpos
> 1 && s
.ptr
[lastqpos
+1] == ' ') ++lastqpos
;
2608 bool inCode
= false;
2610 void putLine (ConString s
) {
2611 int qlevel
= (ishtml ?
0 : removeQuoting(s
));
2612 //conwriteln("qlevel=", qlevel, "; s=[", s, "]");
2613 // empty line: just insert it
2614 if (s
.length
== 0) {
2615 if (skipEmptyLines
) return;
2616 if (qlevel
== 0 && emlines
[$-1].xstripright
.length
== 0) return;
2617 appendEmLine(addQuotes(dynstring(), qlevel
).xstripright
);
2619 if (s
.xstrip
.length
== 0) {
2620 if (skipEmptyLines
) return;
2621 if (qlevel
== 0 && emlines
[$-1].xstripright
.length
== 0) return;
2623 skipEmptyLines
= false;
2624 // join code lines if it is possible
2625 if (inCode
&& qlevel
== lastQLevel
&& lastEndsWithSpace
) {
2626 //conwriteln("<", s, ">");
2627 emlines
[$-1] ~= addQuotes(dynstring(s
.xstrip
), qlevel
);
2630 // two spaces at the beginning usually means "this is code"; don't wrap it
2631 if (s
.length
>= 1 && s
[0] == '\t') {
2632 appendEmLine(addQuotes(dynstring(s
), qlevel
));
2633 // join next lines if it is possible
2635 //conwriteln("[", s, "]");
2636 lastQLevel
= qlevel
;
2641 bool newline
= false;
2642 if (lastQLevel
!= qlevel ||
!lastEndsWithSpace
) {
2646 //while (s.length > 1 && s.ptr[0] <= ' ') s = s[1..$];
2651 while (epos
< s
.length
&& s
.ptr
[epos
] <= ' ') ++epos
;
2653 //assert(s[0] > ' ');
2654 while (epos
< s
.length
&& s
.ptr
[epos
] <= ' ') ++epos
;
2656 while (epos
< s
.length
&& s
.ptr
[epos
] > ' ') ++epos
;
2658 while (epos
< s
.length
&& s
.ptr
[epos
] <= ' ') ++epos
;
2659 if (!newline
&& emlines
[$-1].length
+xlen
<= 80) {
2660 // no wrapping, continue last line
2661 emlines
[$-1] ~= s
[0..epos
];
2664 // wrapping; new line
2665 appendEmLine(addQuotes(dynstring(s
[0..epos
]), qlevel
));
2669 if (newline
) appendEmLine(addQuotes(dynstring(), qlevel
));
2671 lastQLevel
= qlevel
;
2675 //foreach (ConString s; LineIterator!false(art.getTextContent)) putLine(s);
2676 const(char)[] buf
= artcontent
;
2677 while (buf
.length
) {
2678 usize epos
= skipOneLine(buf
, 0);
2680 if (eend
>= 2 && buf
[eend
-2] == '\r' && buf
[eend
-1] == '\n') eend
-= 2;
2681 else if (eend
>= 1 && buf
[eend
-1] == '\n') eend
-= 1;
2682 putLine(buf
[0..eend
]);
2685 // remove first dummy line
2686 if (emlines
.length
) emlines
= emlines
[1..$];
2687 // remove trailing empty lines
2688 while (emlines
.length
&& emlines
[$-1].xstrip
.length
== 0) emlines
.length
-= 1;
2689 } catch (Exception e
) {
2690 conwriteln("================================= ERROR: ", e
.msg
, " =================================");
2691 conwriteln(e
.toString
);
2696 auto lcount
= cast(uint)emlines
.length
;
2697 emlinesBeforeAttaches
= lcount
;
2700 static auto statAttaches
= LazyStatement
!"View"(`
2709 foreach (auto row
; statAttaches
.st
.bind(":uid", uid
).range
) {
2710 import core
.stdc
.stdio
: snprintf
;
2711 if (attcount
== 0) { appendEmLine(); appendEmLine(); }
2713 char[128] buf
= void;
2714 //if (type.length == 0) type = "unknown/unknown";
2715 //string s = " [%02s] attach:%s -- %s".format(attcount, Article.fixAttachmentName(filename), type);
2716 auto mime
= row
.mime
!SQ3Text
;
2717 auto name
= row
.name
!SQ3Text
/*.decodeSubj*/;
2718 auto len
= snprintf(buf
.ptr
, buf
.sizeof
, " [%2u] attach:%.*s -- %.*s",
2719 attcount
, cast(uint)name
.length
, name
.ptr
, cast(uint)mime
.length
, mime
.ptr
);
2721 if (len
> buf
.sizeof
) len
= cast(int)buf
.sizeof
;
2722 appendEmLine(buf
[0..len
]);
2726 art.forEachAttachment(delegate(ConString type, ConString filename) {
2727 if (attcount == 0) { emlines ~= null; emlines ~= null; }
2728 import std.format : format;
2729 if (type.length == 0) type = "unknown/unknown";
2730 string s = " [%02s] attach:%s -- %s".format(attcount, Article.fixAttachmentName(filename), type);
2736 emlDetectUrls(lcount
);
2739 @property int visibleArticleLines () {
2740 int y
= guiThreadListHeight
+1+linesInHeader
*gxTextHeightUtf
+2+guiMessageTextVPad
;
2741 return (screenHeight
-y
)/(gxTextHeightUtf
+guiMessageTextInterline
);
2744 void normalizeArticleTopLine () {
2745 int lines
= visibleArticleLines
;
2746 if (lines
< 1 || emlines
.length
<= lines
) {
2747 articleTextTopLine
= 0;
2748 articleDestTextTopLine
= 0;
2750 if (articleTextTopLine
< 0) articleTextTopLine
= 0;
2751 if (articleTextTopLine
+lines
> emlines
.length
) {
2752 articleTextTopLine
= cast(int)emlines
.length
-lines
;
2753 if (articleTextTopLine
< 0) articleTextTopLine
= 0;
2758 void doScrollStep () {
2759 auto oldtop
= articleTextTopLine
;
2760 foreach (immutable _
; 0..6) {
2761 normalizeArticleTopLine();
2762 if (articleDestTextTopLine
< articleTextTopLine
) {
2763 --articleTextTopLine
;
2764 } else if (articleDestTextTopLine
> articleTextTopLine
) {
2765 ++articleTextTopLine
;
2769 normalizeArticleTopLine();
2771 if (articleTextTopLine
== oldtop
) {
2772 // can't scroll anymore
2773 articleDestTextTopLine
= articleTextTopLine
;
2776 postScreenRebuild();
2777 postArticleScroll();
2780 void scrollBy (int delta
) {
2781 articleDestTextTopLine
+= delta
;
2785 void scrollByPageUp () {
2786 int lines
= visibleArticleLines
-scrollKeepLines
;
2787 if (lines
< 1) lines
= 1;
2791 void scrollByPageDown () {
2792 int lines
= visibleArticleLines
-scrollKeepLines
;
2793 if (lines
< 1) lines
= 1;
2797 // ////////////////////////////////////////////////////////////////// //
2798 // this also fixes current/top uids
2799 void getAndFixThreadListIndicies (out int topidx
, out int curridx
) {
2800 int hgt
= guiThreadListHeight
/gxTextHeightUtf
-1;
2801 if (hgt
< 1) hgt
= 1;
2803 topidx
= chiroGetTreePaneTableUid2Index(msglistTopUId
);
2804 immutable origTopIdx
= topidx
;
2805 if (topidx
< 0) topidx
= 0;
2806 curridx
= chiroGetTreePaneTableUid2Index(msglistCurrUId
);
2807 immutable origCurrIdx
= curridx
;
2808 if (curridx
< 0) curridx
= 0;
2810 //conwriteln("topuid: ", msglistTopUId, "; topidx=", topidx);
2811 //conwriteln("curruid: ", msglistCurrUId, "; curridx=", curridx);
2813 if (curridx
-3 < topidx
) {
2815 if (topidx
< 0) topidx
= 0;
2817 if (curridx
+3 > topidx
+hgt
) {
2818 topidx
= (curridx
+3 > hgt ? curridx
+3-hgt
: 0);
2819 if (topidx
< 0) topidx
= 0;
2822 if (origCurrIdx
!= curridx || msglistCurrUId
== 0) {
2823 immutable ocurr
= msglistCurrUId
;
2824 msglistCurrUId
= chiroGetTreePaneTableIndex2Uid(curridx
);
2825 if (ocurr
!= msglistCurrUId
) {
2826 threadListPositionDirty();
2831 if (origTopIdx
!= topidx || msglistTopUId
== 0) {
2832 immutable otop
= msglistTopUId
;
2833 msglistTopUId
= chiroGetTreePaneTableIndex2Uid(topidx
);
2834 if (otop
!= msglistTopUId
) threadListPositionDirty();
2838 void setupUnreadTimer () {
2839 postMarkAsUnreadEvent();
2842 // //////////////////////////////////////////////////////////////////// //
2843 //TODO: move parts to widgets
2844 override void onPaint () {
2845 viewDataVersion
= dbView
.getDataVersion();
2848 gxFillRect(0, 0, guiGroupListWidth
, screenHeight
, getColor("grouplist-back"));
2849 gxVLine(guiGroupListWidth
, 0, screenHeight
, getColor("grouplist-divline"));
2851 gxFillRect(guiGroupListWidth
+1, 0, screenWidth
, guiThreadListHeight
, getColor("threadlist-back"));
2852 gxHLine(guiGroupListWidth
+1, guiThreadListHeight
, screenWidth
, getColor("threadlist-divline"));
2854 // ////////////////////////////////////////////////////////////////// //
2855 void drawArticle (uint uid
) {
2856 import core
.stdc
.stdio
: snprintf
;
2857 import std
.format
: format
;
2858 import std
.datetime
;
2860 const(char)[] tbufs
;
2862 void xfmt (string s
, const(char)[][] strs
...) {
2864 void puts (const(char)[] s
...) {
2865 foreach (char ch
; s
) {
2866 if (dpos
>= tbuf
.length
) break;
2871 if (strs
.length
&& s
.length
> 1 && s
[0] == '%' && s
[1] == 's') {
2880 tbufs
= tbuf
[0..dpos
];
2883 if (needToDecodeArticleTextNL(uid
)) {
2884 decodeArticleTextNL(uid
);
2888 gxClipX0 = guiGroupListWidth+2;
2889 gxClipX1 = screenWidth-1;
2890 gxClipY0 = guiThreadListHeight+1;
2891 gxClipY1 = screenHeight-1;
2893 gxClipRect
= GxRect(GxPoint(guiGroupListWidth
+2, guiThreadListHeight
+1), GxPoint(screenWidth
-1, screenHeight
-1));
2895 int msx
= lastMouseX
;
2896 int msy
= lastMouseY
;
2898 int curDrawYMul
= 1;
2901 immutable int hdrHeight
= (3+(arttoname
.length || arttomail
.length ?
1 : 0))*gxTextHeightUtf
+2;
2902 gxFillRect(gxClipRect
.x0
, gxClipRect
.y0
, gxClipRect
.x1
-gxClipRect
.x0
+1, hdrHeight
, getColor("msg-header-back"));
2904 if (artfromname
.length
) {
2905 xfmt("From: %s <%s>", artfromname
, artfrommail
);
2907 xfmt("From: %s", artfrommail
);
2909 gxDrawTextUtf(gxClipRect
.x0
+guiMessageTextLPad
, gxClipRect
.y0
+0*gxTextHeightUtf
+1, tbufs
, getColor("msg-header-from"));
2910 if (arttoname
.length || arttomail
.length
) {
2911 if (arttoname
.length
) {
2912 xfmt("To: %s <%s>", arttoname
, arttomail
);
2914 xfmt("To: %s", arttomail
);
2916 gxDrawTextUtf(gxClipRect
.x0
+guiMessageTextLPad
, gxClipRect
.y0
+curDrawYMul
*gxTextHeightUtf
+1, tbufs
, getColor("msg-header-to"));
2919 xfmt("Subject: %s", (artsubj
.length ? artsubj
: "no subject"));
2920 gxDrawTextUtf(gxClipRect
.x0
+guiMessageTextLPad
, gxClipRect
.y0
+curDrawYMul
*gxTextHeightUtf
+1, tbufs
, getColor("msg-header-subj"));
2923 //auto t = SysTime.fromUnixTime(arttime);
2924 //auto tlen = snprintf(tbuf.ptr, tbuf.length, "Date: %04d/%02d/%02d %02d:%02d:%02d", t.year, t.month, t.day, t.hour, t.minute, t.second);
2925 auto tlen
= snprintf(tbuf
.ptr
, tbuf
.length
, "Date: %.*s", cast(uint)arttime
.length
, arttime
.ptr
);
2926 gxDrawTextUtf(gxClipRect
.x0
+guiMessageTextLPad
, gxClipRect
.y0
+curDrawYMul
*gxTextHeightUtf
+1, tbuf
[0..tlen
], getColor("msg-header-date"));
2932 linesInHeader
= curDrawYMul
;
2933 int y
= gxClipRect
.y0
+curDrawYMul
*gxTextHeightUtf
+2;
2935 gxHLine(gxClipRect
.x0
, y
, gxClipRect
.x1
-gxClipRect
.x0
+1, getColor("msg-header-divline"));
2937 gxFillRect(gxClipRect
.x0
, y
, gxClipRect
.x1
-gxClipRect
.x0
+1, screenHeight
-y
, getColor("msg-text-back"));
2938 y
+= guiMessageTextVPad
;
2942 normalizeArticleTopLine();
2944 bool drawUpMark
= (articleTextTopLine
> 0);
2945 bool drawDownMark
= false;
2947 immutable uint messageTextNormalColor
= getColor("msg-text-text");
2948 immutable uint messageTextQuote0Color
= getColor("msg-text-quote0");
2949 immutable uint messageTextQuote1Color
= getColor("msg-text-quote1");
2950 immutable uint messageTextHtmlHeaderColor
= getColor("msg-text-html-sign");
2951 immutable uint messageTextLinkColor
= getColor("msg-text-link");
2952 immutable uint messageTextLinkHoverColor
= getColor("msg-text-link-hover");
2953 immutable uint messageTextLinkPressedColor
= getColor("msg-text-link-pressed");
2955 uint idx
= articleTextTopLine
;
2956 bool msvisible
= isMouseVisible
;
2957 bool checkQuotes
= true;
2958 if (emlines
.length
&& emlines
[0].length
&& emlines
[0][0] == 1) {
2960 checkQuotes
= false;
2962 while (idx
< emlines
.length
&& y
< screenHeight
) {
2964 dynstring s
= emlines
[idx
];
2967 foreach (immutable char ch
; s
) {
2968 if (ch
<= ' ') continue;
2969 if (ch
!= '>') break;
2974 uint clr
= messageTextNormalColor
;
2976 final switch (qlevel
%2) {
2977 case 0: clr
= messageTextQuote0Color
; break;
2978 case 1: clr
= messageTextQuote1Color
; break;
2982 if (!checkQuotes
&& s
.length
&& s
[0] == 1) {
2983 clr
= messageTextHtmlHeaderColor
;
2987 gxDrawTextUtfOpt(GxDrawTextOptions
.TabColor(4, clr
), gxClipRect
.x0
+guiMessageTextLPad
, y
, s
);
2989 foreach (const ref WebLink wl
; emurls
) {
2991 uint lclr
= messageTextLinkColor
;
2992 if (msvisible
&& msy
>= y
&& msy
< y
+gxTextHeightUtf
&&
2993 msx
>= gxClipRect
.x0
+1+guiMessageTextLPad
+wl
.x
&&
2994 msx
< gxClipRect
.x0
+1+guiMessageTextLPad
+wl
.x
+wl
.len
)
2996 lclr
= (lastMouseLeft ? messageTextLinkPressedColor
: messageTextLinkHoverColor
);
2997 //lclr = getColor("msg-text-link", (lastMouseLeft ? "pressed" : "hover"));
2999 gxDrawTextUtfOpt(GxDrawTextOptions
.TabColorFirstFull(4, lclr
, wl
.nofirst
), gxClipRect
.x0
+guiMessageTextLPad
+wl
.x
, y
, wl
.text
);
3003 if (gxClipRect
.y1
-y
< gxTextHeightUtf
&& emlines
.length
-idx
> 0) drawDownMark
= true;
3006 y
+= gxTextHeightUtf
+guiMessageTextInterline
;
3009 //gxDrawTextOutScaledUtf(1, gxClipRect.x1-gxTextWidthUtf(triangleDownStr)-3, sty, triangleDownStr, (drawUpMark ? gxRGB!(255, 255, 255) : gxRGB!(85, 85, 85)), gxRGB!(0, 69, 69));
3010 //gxDrawTextOutScaledUtf(1, gxClipRect.x1-gxTextWidthUtf(triangleUpStr)-3, gxClipRect.y1-7, triangleUpStr, (drawDownMark ? gxRGB!(255, 255, 255) : gxRGB!(85, 85, 85)), gxRGB!(0, 69, 69));
3012 gxDrawScrollBar(GxRect(gxClipRect
.x1
-10, sty
+10, 5, gxClipRect
.y1
-sty
-17), cast(int)emlines
.length
-1, idx
-1);
3014 bool twited
= false;
3015 DynStr twittext
= chiroGetMessageTwit(lastDecodedTid
, uid
, out twited
);
3017 immutable uint clr
= getColor("twit-shade");
3019 foreach (immutable dy; gxClipRect.y0+3*gxTextHeightUtf+2..gxClipRect.y1+1) {
3020 foreach (immutable dx; gxClipRect.x0..gxClipRect.x1+1) {
3021 if ((dx^dy)&1) gxPutPixel(dx, dy, clr);
3025 GxRect rc
= gxClipRect
;
3026 rc
.y0
= rc
.y0
+3*gxTextHeightUtf
+2;
3027 gxDashRect(rc
, clr
);
3029 if (twittext
.length
) {
3030 immutable ofdz
= egraFontSize
;
3031 scope(exit
) egraFontSize
= ofdz
;
3033 int tx
= gxClipRect
.x0
+(gxClipRect
.width
-gxTextWidthUtf(twittext
))/2-1;
3034 int ty
= gxClipRect
.y0
+(gxClipRect
.height
-gxTextHeightUtf
)/2-1;
3035 gxDrawTextOutUtf(tx
, ty
, twittext
, getColor("twit-text"), getColor("twit-outline"));
3040 // ////////////////////////////////////////////////////////////////// //
3041 void drawThreadList () {
3043 if (folderCurrIndex
>= 0 && folderCurrIndex
< folderList
.length
) tid
= folderList
[folderCurrIndex
].tagid
;
3044 switchToFolderTid(tid
);
3047 int topidx
, curridx
;
3048 getAndFixThreadListIndicies(out topidx
, out curridx
);
3050 int hgt
= (guiThreadListHeight
+gxTextHeightUtf
-1)/gxTextHeightUtf
;
3051 if (hgt
< 1) hgt
= 1;
3053 gxClipRect
.x0
= guiGroupListWidth
+2;
3054 gxClipRect
.x1
= screenWidth
-1-5;
3056 gxClipRect
.y1
= guiThreadListHeight
-1;
3057 immutable uint origX0
= gxClipRect
.x0
;
3058 immutable uint origX1
= gxClipRect
.x1
;
3059 immutable uint origY0
= gxClipRect
.y0
;
3060 immutable uint origY1
= gxClipRect
.y1
;
3063 static uint darkenBy (in uint clr
, in int val
) pure nothrow @safe @nogc {
3064 pragma(inline
, true);
3067 (clr
&0xff_00_00_00)|
3068 (cast(uint)clampToByte(cast(int)(cast(ubyte)(clr
>>16))-val
)<<16)|
3069 (cast(uint)clampToByte(cast(int)(cast(ubyte)(clr
>>8))-val
)<<8)|
3070 (cast(uint)clampToByte(cast(int)(cast(ubyte)clr
)-val
)) :
3074 chiroGetPaneTablePage(topidx
, hgt
,
3075 delegate (int pgofs
, /* offset from the page start, from zero and up to `limit` */
3076 int iid
, /* item id, never zero */
3077 uint uid
, /* msguid, never zero */
3078 uint parentuid
, /* parent msguid, may be zero */
3079 uint level
, /* threading level, from zero */
3080 Appearance appearance
, /* see above */
3081 Mute mute
, /* see above */
3082 SQ3Text date
, /* string representation of receiving date and time */
3083 SQ3Text subj
, /* message subject, can be empty string */
3084 SQ3Text fromName
, /* message sender name, can be empty string */
3085 SQ3Text fromMail
, /* message sender email, can be empty string */
3086 SQ3Text title
) /* title from twiting */
3088 import std
.format
: format
;
3089 import std
.datetime
;
3091 if (y
>= guiThreadListHeight
) return;
3092 if (subj
.length
== 0) subj
= "no subject";
3094 gxClipRect
.x0
= origX0
;
3095 gxClipRect
.x1
= origX1
;
3097 int darken
= (level
!= 0 && appearance
!= Appearance
.Unread ?
40 : 0);
3099 string style
= "normal";
3100 if (appearance
== Appearance
.Unread
) {
3104 if (mute
> Mute
.Normal
) { style
= "twit"; darken
= 0; }
3106 if (isSoftDeleted(appearance
)) {
3108 style
= (appearance
== Appearance
.SoftDeletePurge ?
"hard-del" : "soft-del");
3111 char[64] stfull
= void;
3113 if (uid
== msglistCurrUId
) {
3114 static immutable string sc
= "cursor-";
3116 stfull
[0..stpos
] = sc
;
3118 stfull
[stpos
..stpos
+style
.length
] = style
;
3119 const(char)[] stname
= stfull
[0..stpos
+style
.length
];
3121 char[128] stx
= void;
3122 const(char)[] buildStyle (const(char)[] stt
) {
3123 static immutable string sc
= "threadlist-";
3124 stx
[0..sc
.length
] = sc
;
3125 usize xpos
= sc
.length
;
3126 stx
[xpos
..xpos
+stname
.length
] = stname
;
3127 xpos
+= stname
.length
;
3129 stx
[xpos
..xpos
+stt
.length
] = stt
;
3131 return stx
[0..xpos
];
3134 //conwriteln("STNAME: <", stname, ">; darken=", darken);
3136 immutable uint clrBack
= getColor(buildStyle("back"));
3137 immutable uint clrOut
= getColor(buildStyle("outline"));
3138 immutable uint clrFrom
= darkenBy(getColor(buildStyle("from-text")), darken
);
3139 immutable uint clrMail
= darkenBy(getColor(buildStyle("mail-text")), darken
);
3140 immutable uint clrSubj
= darkenBy(getColor(buildStyle("subj-text")), darken
);
3141 immutable uint clrTime
= darkenBy(getColor(buildStyle("time-text")), darken
);
3144 if (!gxIsTransparent(clrBack
)) gxFillRect(gxClipRect
.x0
, y
, gxClipRect
.width
-1, gxTextHeightUtf
, clrBack
);
3145 gxClipRect
.x0
= gxClipRect
.x0
+1;
3146 gxClipRect
.x1
= gxClipRect
.x1
-1;
3149 int timewdt
= gxDrawTextOutUtf(gxClipRect
.x1
-gxTextWidthUtf(date
), y
, date
, clrTime
, clrOut
);
3150 if (timewdt
%8) timewdt
= (timewdt|
7)+1;
3152 SQ3Text from
= fromName
;
3154 auto vp
= from
.indexOf(" via Digitalmars-");
3156 from
= from
[0..vp
].xstrip
;
3157 if (from
.length
== 0) from
= "anonymous";
3162 gxClipRect
.x1
= gxClipRect
.x1
-/*(13*6+4)*2+33*/timewdt
;
3163 enum FromWidth
= 22*6*2+88;
3164 gxDrawTextOutUtf(gxClipRect
.x1
-FromWidth
, y
, from
, clrFrom
, clrOut
);
3165 gxDrawTextOutUtf(gxClipRect
.x1
-FromWidth
+gxTextWidthUtf(from
)+4, y
, "<", clrMail
, clrOut
);
3166 gxDrawTextOutUtf(gxClipRect
.x1
-FromWidth
+gxTextWidthUtf(from
)+4+gxTextWidthUtf("<")+1, y
, fromMail
, clrMail
, clrOut
);
3167 gxDrawTextOutUtf(gxClipRect
.x1
-FromWidth
+gxTextWidthUtf(from
)+4+gxTextWidthUtf("<")+1+gxTextWidthUtf(fromMail
)+1, y
, ">", clrMail
, clrOut
);
3168 gxClipRect
.x1
= gxClipRect
.x1
-FromWidth
-6;
3171 gxDrawTextOutUtf(gxClipRect
.x0
+level
*3, y
, subj
, clrSubj
, clrOut
);
3175 immutable uint clrDot
= getColor(buildStyle("dots"));
3176 foreach (immutable dx
; 0..level
) gxPutPixel(gxClipRect
.x0
+1+dx
*3, y
+gxTextHeightUtf
/2, clrDot
);
3179 // deleted strike line
3180 if (isSoftDeleted(appearance
)) {
3181 immutable uint clrLine
= getColor(buildStyle("strike-line"));
3182 if (!gxIsTransparent(clrLine
)) {
3183 gxClipRect
.x0
= origX0
;
3184 gxClipRect
.x1
= origX1
;
3185 gxHLine(gxClipRect
.x0
, y
+gxTextHeightUtf
/2, gxClipRect
.x1
-gxClipRect
.x0
+1, clrLine
);
3186 if (appearance
== Appearance
.SoftDeletePurge
) {
3187 gxHLine(gxClipRect
.x0
, y
+gxTextHeightUtf
/2+1, gxClipRect
.x1
-gxClipRect
.x0
+1, clrLine
);
3192 y
+= gxTextHeightUtf
;
3197 if (msglistCurrUId
) {
3198 gxClipRect
.x0
= origX0
;
3199 gxClipRect
.x1
= origX1
+5;
3200 gxClipRect
.y0
= origY0
;
3201 gxClipRect
.y1
= origY1
;
3202 gxDrawScrollBar(GxRect(gxClipRect
.x1
-5, gxClipRect
.y0
, 4, gxClipRect
.height
-1),
3203 cast(int)chiroGetTreePaneTableCount()-1, curridx
);
3206 drawArticle(msglistCurrUId
);
3209 // ////////////////////////////////////////////////////////////////// //
3210 void drawFolders () {
3211 immutable uint clrNormal
= getColor("grouplist-normal-text");
3212 immutable uint clrNormalCursor
= getColor("grouplist-cursor-normal-text");
3213 immutable uint clrNormalChild
= getColor("grouplist-normal-child-text");
3214 immutable uint clrNormalChildCursor
= getColor("grouplist-cursor-normal-child-text");
3215 immutable uint clrDots
= getColor("grouplist-dots");
3216 immutable uint clrNormOutline
= getColor("grouplist-outline");
3217 immutable uint clrCurOutline
= getColor("grouplist-cursor-outline");
3219 folderMakeCurVisible();
3222 foreach (immutable idx
, const FolderInfo fi
; folderList
) {
3223 if (idx
< folderTopIndex
) continue;
3224 if (ofsy
>= screenHeight
) break;
3227 immutable int depth
= fi
.depth
;
3228 uint clr
= (depth ? clrNormalChild
: clrNormal
);
3229 uint clrOut
= clrNormOutline
;
3231 immutable bool isCursor
= (idx
== folderCurrIndex
);
3233 gxFillRect(0, ofsy
-1, guiGroupListWidth
, (gxTextHeightUtf
+2), getColor("grouplist-cursor-back"));
3234 clr
= (depth ? clrNormalChildCursor
: clrNormalCursor
);
3235 clrOut
= clrCurOutline
;
3237 gxClipRect
.x0
= ofsx
-1;
3238 gxClipRect
.y0
= ofsy
;
3239 gxClipRect
.x1
= guiGroupListWidth
-3;
3241 if (fi
.unreadCount
) {
3242 clr
= getColor(isCursor ?
"grouplist-cursor-unread-text" : "grouplist-unread-text");
3243 } else if (depth
== 0) {
3244 if (fi
.name
== "#spam") clr
= getColor(isCursor ?
"grouplist-cursor-spam-text" : "grouplist-spam-text");
3245 else if (fi
.name
== "/accounts") clr
= getColor(isCursor ?
"grouplist-cursor-accounts-text" : "grouplist-accounts-text");
3246 } else if (depth
== 1 && fi
.name
.startsWith("/accounts/")) {
3247 clr
= getColor(isCursor ?
"grouplist-cursor-accounts-child-text" : "grouplist-accounts-child-text");
3248 } else if (fi
.name
.startsWith("/accounts/") && fi
.name
.endsWith("/inbox")) {
3249 clr
= getColor(isCursor ?
"grouplist-cursor-inbox-text" : "grouplist-inbox-text");
3251 foreach (immutable dd; 0..depth
) gxPutPixel(ofsx
+dd*6+2, ofsy
+gxTextHeightUtf
/2, clrDots
);
3252 gxDrawTextOutUtf(ofsx
+depth
*6, ofsy
, fi
.visname
, clr
, clrOut
);
3253 ofsy
+= gxTextHeightUtf
+2;
3259 //setupTrayAnimation();
3261 version(test_round_rect
) {
3263 gxFillRoundedRect(lastMouseX
-16, lastMouseY
-16, 128, 96, rrad
, /*gxSolidWhite*/gxRGBA
!(0, 255, 0, 127));
3264 //gxDrawRoundedRect(lastMouseX-16, lastMouseY-16, 128, 96, rrad, gxRGBA!(0, 255, 0, 127));
3268 version(test_round_rect
) {
3272 override bool onKeySink (KeyEvent event
) {
3273 if (event
.pressed
) {
3274 version(test_round_rect
) {
3275 if (event
== "Plus") { ++rrad
; postScreenRebuild(); return true; }
3276 if (event
== "Minus") { --rrad
; postScreenRebuild(); return true; }
3278 if (dbg_dump_keynames
) conwriteln("key: ", event
.toStr
, ": ", event
.modifierState
&ModifierState
.windows
);
3279 //foreach (const ref kv; mainAppKeyBindings.byKeyValue) if (event == kv.key) concmd(kv.value);
3281 if (auto cmdp
= event
.toStrBuf(kname
[]) in mainAppKeyBindings
) {
3287 if (event == "S-Up") {
3288 if (folderTop > 0) --folderTop;
3289 postScreenRebuild();
3292 if (event == "S-Down") {
3293 if (folderTop+1 < folders.length) ++folderTop;
3294 postScreenRebuild();
3298 //if (event == "Tab") { new PostWindow(); return true; }
3299 //if (event == "Tab") { new SelectPopBoxWindow(null); return true; }
3301 return super.onKeySink(event
);
3304 // returning `false` to avoid screen rebuilding by dispatcher
3305 override bool onMouseSink (MouseEvent event
) {
3309 if (event
.type
== MouseEventType
.buttonPressed
&& event
.button
== MouseButton
.left
) {
3311 if (mx
>= 0 && mx
< guiGroupListWidth
&& my
>= 0 && my
< screenHeight
) {
3312 uint fnum
= my
/(gxTextHeightUtf
+2)+folderTopIndex
;
3313 if (fnum
>= 0 && fnum
!= folderCurrIndex
&& folderCurrIndex
< folderList
.length
) {
3314 folderCurrIndex
= fnum
;
3315 postScreenRebuild();
3320 if (mx
> guiGroupListWidth
&& mx
< screenWidth
&& my
>= 0 && my
< guiThreadListHeight
) {
3321 if (lastDecodedTid
!= 0) {
3322 my
/= gxTextHeightUtf
;
3324 int topidx
, curridx
;
3325 getAndFixThreadListIndicies(out topidx
, out curridx
);
3326 int newidx
= topidx
+my
;
3327 if (curridx
!= newidx
) {
3328 uint newuid
= chiroGetTreePaneTableIndex2Uid(newidx
);
3329 if (newuid
&& newuid
!= msglistCurrUId
) {
3330 chiroSetMessageRead(lastDecodedTid
, newuid
);
3331 msglistCurrUId
= newuid
;
3332 setupTrayAnimation();
3333 postScreenRebuild();
3339 auto uidx
= findUrlIndexAt(mx
, my
);
3340 if (uidx
!= lastUrlIndex || lastUrlIndex
>= 0) { lastUrlIndex
= uidx
; postScreenRebuild(); }
3344 if (event
.type
== MouseEventType
.buttonPressed
&& (event
.button
== MouseButton
.wheelUp || event
.button
== MouseButton
.wheelDown
)) {
3346 if (mx
>= 0 && mx
< guiGroupListWidth
&& my
>= 0 && my
< screenHeight
) {
3347 if (event
.button
== MouseButton
.wheelUp
) {
3348 if (folderCurrIndex
> 0) {
3350 postScreenRebuild();
3353 if (folderCurrIndex
+1 < folderList
.length
) {
3355 postScreenRebuild();
3361 if (mx
> guiGroupListWidth
&& mx
< screenWidth
&& my
>= 0 && my
< guiThreadListHeight
) {
3362 if (event
.button
== MouseButton
.wheelUp
) {
3363 if (threadListUp()) postScreenRebuild();
3365 if (threadListDown()) postScreenRebuild();
3370 if (mx
> guiGroupListWidth
&& mx
< screenWidth
&& my
> guiThreadListHeight
&& my
< screenHeight
) {
3371 enum ScrollLines
= 2;
3372 if (event
.button
== MouseButton
.wheelUp
) scrollBy(-ScrollLines
); else scrollBy(ScrollLines
);
3373 postScreenRebuild();
3378 if (event
.type
== MouseEventType
.buttonReleased
&& event
.button
== MouseButton
.left
) {
3380 auto uidx
= findUrlIndexAt(mx
, my
);
3381 auto url
= findUrlAt(mx
, my
);
3384 if (event
.modifierState
&(ModifierState
.alt|ModifierState
.shift|ModifierState
.ctrl
)) {
3385 concmdf
!"attach_save %s"(url
.attachnum
);
3387 concmdf
!"attach_view %s"(url
.attachnum
);
3390 if (event
.modifierState
&(ModifierState
.shift|ModifierState
.ctrl
)) {
3391 //conwriteln("link-to-clipboard: <", url.url, ">");
3392 setClipboardText(vbwin
, url
.url
.getData
.idup
); // it is safe to cast here
3393 setPrimarySelection(vbwin
, url
.url
.getData
.idup
); // it is safe to cast here
3394 conwriteln("url copied to the clipboard.");
3396 //conwriteln("link-open: <", url.url, ">");
3397 concmdf
!"open_url \"%s\" %s"(url
.url
, ((event
.modifierState
&ModifierState
.alt
) != 0));
3400 postScreenRebuild();
3402 if (lastUrlIndex
>= 0) postScreenRebuild();
3404 lastUrlIndex
= uidx
;
3406 if (event
.type
== MouseEventType
.motion
) {
3407 auto uidx
= findUrlIndexAt(mx
, my
);
3408 if (uidx
!= lastUrlIndex
) { lastUrlIndex
= uidx
; postScreenRebuild(); return false; }
3412 if (event.type == MouseEventType.buttonPressed || event.type == MouseEventType.buttonReleased) {
3413 postScreenRebuild();
3415 // for OpenGL, this rebuilds the whole screen anyway
3416 postScreenRepaint();
3425 // ////////////////////////////////////////////////////////////////////////// //
3426 __gshared LockFile mainLockFile
;
3429 void checkMainLockFile () {
3430 import std
.path
: buildPath
;
3431 mainLockFile
= LockFile(buildPath(mailRootDir
, ".chiroptera2.lock"));
3432 if (!mainLockFile
.tryLock
) {
3433 mainLockFile
.close();
3434 //assert(0, "already running");
3435 conwriteln("another copy of Chiroptera is running, disabling updater.");
3441 void main (string
[] args
) {
3443 import etc
.linux
.memoryerror
;
3446 while (idx
< args
.length
) {
3447 string a
= args
[idx
++];
3448 if (a
== "--") break;
3452 foreach (immutable c
; idx
+1..args
.length
) args
[c
-1] = args
[c
];
3455 if (setMH
) registerMemoryErrorHandler();
3458 defaultColorStyle
.parseStyle(ChiroStyle
);
3460 glconAllowOpenGLRender
= false;
3462 checkMainLockFile();
3463 scope(exit
) mainLockFile
.close();
3465 sdpyWindowClass
= "Chiroptera";
3466 //glconShowKey = "M-Grave";
3470 //hitwitInitConsole();
3473 setupDefaultBindings();
3475 concmd("exec chiroptera.rc tan");
3476 concmd("load_style userstyle.rc");
3481 //FIXME:concmdf!"exec %s/accounts.rc tan"(mailRootDir);
3482 //FIXME:concmdf!"exec %s/addressbook.rc tan"(mailRootDir);
3483 //FIXME:concmdf!"exec %s/filters.rc tan"(mailRootDir);
3484 //FIXME:concmdf!"exec %s/highlights.rc tan"(mailRootDir);
3485 //FIXME:concmdf!"exec %s/twits.rc tan"(mailRootDir);
3486 //FIXME:concmdf!"exec %s/twit_threads.rc tan"(mailRootDir);
3487 //FIXME:concmdf!"exec %s/auto_twits.rc tan"(mailRootDir);
3488 //FIXME:concmdf!"exec %s/auto_twit_threads.rc tan"(mailRootDir);
3489 //FIXME:concmdf!"exec %s/repreps.rc tan"(mailRootDir);
3490 conProcessQueue(); // load config
3491 conProcessArgs
!true(args
);
3493 chiroOpenStorageDB();
3496 //ChiroTimerEnabled = true;
3497 //ChiroTimerExEnabled = true;
3501 egraCreateSystemWindow("Chiroptera", allowResize
:true);
3503 static if (is(typeof(&vbwin
.closeQuery
))) {
3504 vbwin
.closeQuery
= delegate () { concmd("quit"); egraPostDoConCommands(); };
3508 vbwin
.windowResized
= delegate (int wdt
, int hgt
) {
3509 egraSdpyOnWindowResized(wdt
, hgt
);
3511 // TODO: fix gui sizes
3512 if (vbwin
.closed
) return;
3514 double glwFrac
= cast(double)guiGroupListWidth
/screenWidth
;
3515 double tlhFrac
= cast(double)guiThreadListHeight
/screenHeight
;
3517 if (wdt
< screenEffScale
*32) wdt
= screenEffScale
;
3518 if (hgt
< screenEffScale
*32) hgt
= screenEffScale
;
3519 int newwdt
= (wdt
+screenEffScale
-1)/screenEffScale
;
3520 int newhgt
= (hgt
+screenEffScale
-1)/screenEffScale
;
3522 guiGroupListWidth
= cast(int)(glwFrac
*newwdt
+0.5);
3523 guiThreadListHeight
= cast(int)(tlhFrac
*newhgt
+0.5);
3525 if (guiGroupListWidth
< 12) guiGroupListWidth
= 12;
3526 if (guiThreadListHeight
< 16) guiThreadListHeight
= 16;
3530 vbwin
.addEventListener((QuitEvent evt
) {
3531 if (vbwin
.closed
) return;
3532 if (isQuitRequested
) { vbwin
.close(); return; }
3537 vbwin
.addEventListener((TrayAnimationStepEvent evt
) {
3538 if (vbwin
.closed
) return;
3539 if (isQuitRequested
) { vbwin
.close(); return; }
3540 trayDoAnimationStep();
3544 HintWindow uphintWindow
;
3546 vbwin
.addEventListener((UpdatingAccountEvent evt
) {
3547 DynStr accName
= chiroGetAccountName(evt
.accid
);
3548 if (accName
.length
) {
3549 DynStr msg
= "updating: ";
3551 if (uphintWindow
!is null) {
3552 uphintWindow
.message
= msg
;
3554 uphintWindow
= new HintWindow(msg
);
3555 uphintWindow
.y0
= guiThreadListHeight
+1+(3*gxTextHeightUtf
+2-uphintWindow
.height
)/2;
3557 postScreenRebuild();
3561 vbwin
.addEventListener((UpdatingAccountCompleteEvent evt
) {
3562 if (uphintWindow
is null) return;
3563 DynStr accName
= chiroGetAccountName(evt
.accid
);
3564 if (accName
.length
) {
3565 DynStr msg
= "done: ";
3567 uphintWindow
.message
= msg
;
3568 postScreenRebuild();
3572 vbwin
.addEventListener((UpdatingCompleteEvent evt
) {
3574 uphintWindow
.close();
3575 uphintWindow
= null;
3577 if (vbwin
is null || vbwin
.closed
) return;
3578 setupTrayAnimation(); // check if we have to start/stop animation, and do it
3579 postScreenRebuild();
3582 vbwin
.addEventListener((TagThreadsUpdatedEvent evt
) {
3583 if (vbwin
is null || vbwin
.closed
) return;
3584 if (mainPane
is null) return;
3585 if (evt
.tagid
&& mainPane
.lastDecodedTid
== evt
.tagid
) {
3586 // force view pane rebuild
3587 mainPane
.switchToFolderTid(evt
.tagid
, forced
:true);
3588 postScreenRebuild();
3593 ProgressWindow recalcHintWindow
;
3595 vbwin
.addEventListener((RecalcAllTwitsEvent evt
) {
3596 if (vbwin
!is null && !vbwin
.closed
) {
3598 if (recalcHintWindow
!is null) recalcHintWindow
.close();
3599 recalcHintWindow
= new ProgressWindow("recalculating twits");
3600 egraRebuildScreen();
3602 recalcHintWindow
= null;
3605 disableMailboxUpdates();
3606 scope(exit
) enableMailboxUpdates();
3607 chiroRecalcAllTwits((msg
, curr
, total
) {
3608 if (recalcHintWindow
is null) return;
3609 if (recalcHintWindow
.setProgress(msg
, curr
, total
)) {
3610 egraRebuildScreen();
3614 if (vbwin
!is null && !vbwin
.closed
) {
3615 if (recalcHintWindow
!is null) recalcHintWindow
.close();
3616 if (mainPane
!is null) mainPane
.switchToFolderTid(mainPane
.lastDecodedTid
, forced
:true);
3617 postScreenRebuild();
3621 vbwin
.addEventListener((ArticleTextScrollEvent evt
) {
3622 if (vbwin
is null || vbwin
.closed
) return;
3623 if (mainPane
is null) return;
3624 mainPane
.doScrollStep();
3627 vbwin
.addEventListener((MarkAsUnreadEvent evt
) {
3628 if (vbwin
is null || vbwin
.closed
) return;
3629 if (mainPane
is null) return;
3630 //conwriteln("unread timer fired");
3631 if (mainPane
.lastDecodedTid
== evt
.tagid
&& evt
.uid
== mainPane
.msglistCurrUId
) {
3632 //conwriteln("*** unread timer hit!");
3633 chiroSetMessageRead(evt
.tagid
, evt
.uid
);
3634 setupTrayAnimation();
3635 postScreenRebuild();
3639 void firstTimeInit () {
3640 // create notification icon
3641 if (trayicon
is null) {
3642 auto drv
= vfsAddPak(wrapMemoryRO(iconsZipData
[]), "", "databinz/icons.zip:");
3643 scope(exit
) vfsRemovePak(drv
);
3645 foreach (immutable idx
; 0..6) {
3646 string fname
= "databinz/icons.zip:icons";
3648 fname
~= "/main.png";
3650 import std
.format
: format
;
3651 fname
= "%s/bat%s.png".format(fname
, idx
-1);
3653 auto fl
= VFile(fname
);
3654 if (fl
.size
== 0 || fl
.size
> 1024*1024) throw new Exception("fucked icon");
3655 auto pngraw
= new ubyte[](cast(uint)fl
.size
);
3656 fl
.rawReadExact(pngraw
);
3657 auto img
= readPng(pngraw
);
3658 if (img
is null) throw new Exception("fucked icon");
3659 icons
[idx
] = imageFromPng(img
);
3661 foreach (immutable idx
, MemoryImage img
; icons
[]) {
3662 trayimages
[idx
] = Image
.fromMemoryImage(img
);
3664 vbwin
.icon
= icons
[0];
3665 trayicon
= new NotificationAreaIcon("Chiroptera", trayimages
[0], (MouseButton button
) {
3666 scope(exit
) if (!conQueueEmpty()) egraPostDoConCommands();
3667 if (button
== MouseButton
.left
) vbwin
.switchToWindow();
3668 if (button
== MouseButton
.middle
) concmd("quit");
3670 setupTrayAnimation();
3671 flushGui(); // or it may not redraw itself
3672 } catch (Exception e
) {
3673 conwriteln("ERROR loading icons: ", e
.msg
);
3678 vbwin
.visibleForTheFirstTime
= delegate () {
3679 egraFirstTimeInit();
3683 mainPane
= new MainPaneWindow();
3684 egraSkipScreenClear
= true; // main pane is fullscreen
3686 postScreenRebuild();
3691 MonoTime lastCollect
= MonoTime
.currTime
;
3692 vbwin
.eventLoop(1000*10,
3694 egraProcessConsole();
3695 if (mainPane
!is null) {
3696 if (mainPane
.isViewChanged
) postScreenRebuild();
3697 mainPane
.checkSaveState();
3698 setupTrayAnimation();
3701 immutable ctt
= MonoTime
.currTime
;
3702 if ((ctt
-lastCollect
).total
!"minutes" >= 1) {
3703 import core
.memory
: GC
;
3710 delegate (KeyEvent event
) {
3712 if (mainPane
!is null && mainPane
.isViewChanged
) postScreenRebuild();
3714 delegate (MouseEvent event
) {
3716 if (mainPane
!is null && mainPane
.isViewChanged
) postScreenRebuild();
3718 delegate (dchar ch
) {
3720 if (mainPane
!is null && mainPane
.isViewChanged
) postScreenRebuild();
3724 mainPane
.saveCurrentState();
3726 trayimages
[] = null;
3727 if (trayicon
!is null && !trayicon
.closed
) { trayicon
.close(); trayicon
= null; }
3730 conProcessQueue(int.max
/4);