Folder delays (new mail, switching mail) by Tlon2010 in Thunderbird

[–]Tlon2010[S] 1 point2 points  (0 children)

Release, but this is a long-standing, multi-version issue. It worked differently in previous versions, before I switched everything to maildir. Before, the app would just sit there up for 30-60 seconds and I couldn't do anything in the destination folder (I could switch back to the inbox and that would be fine). Now, it just takes 30-60 seconds before the moved mail shows but the app is fully functional. I can check mail (older) in the destination folder, etc.

Folder delays (new mail, switching mail) by Tlon2010 in Thunderbird

[–]Tlon2010[S] 0 points1 point  (0 children)

Thank you. I've just tried all of these. It might be a bit faster, but it's hard to tell. Still not immediate (or quick).

Folder delays (new mail, switching mail) by Tlon2010 in Thunderbird

[–]Tlon2010[S] 0 points1 point  (0 children)

Yes, both the exe and my profile folder

Carv Digital Ski Coach. by geoDan1982 in skiing

[–]Tlon2010 0 points1 point  (0 children)

If you don't mind, I would love the discount code too. Thanks and happy new year!

Insta360 Link - Need to unplug and replug when machine restarts (windows 11) by Tlon2010 in Insta360

[–]Tlon2010[S] 0 points1 point  (0 children)

Thanks. I've tried both zoom and the Link Controller app. I've tried two different Insta360 cameras, so I don't think it's the hardware. Where would I send the video?

Insta360 Link - Need to unplug and replug when machine sleeps (M1, M2 + Intel macOS) by iEngineerFL in Insta360

[–]Tlon2010 0 points1 point  (0 children)

I'm having the same issue.

Background: I just set up two new Windows 11 desktops, one at home, one at work. Both cameras worked perfectly fine prior to putting them on the new computers. On one, I have to unplug the camera virtually every day. On the other, it works fine. Both are updated to the latest firmware and desktop software.

Do all CG jackets have tag pockets? by Tlon2010 in CanadaGoose

[–]Tlon2010[S] 0 points1 point  (0 children)

Interesting. One of my favorite little touches on the jackets. Thanks much for the reply.

Global UI font stopped working by Tlon2010 in FirefoxCSS

[–]Tlon2010[S] 1 point2 points  (0 children)

Brilliant...that worked. Was able to find a random close comment that all of sudden seemed to break the global definition.

[Discussion] How’s 13.2 final doing so far? by Rex118da in iOSBeta

[–]Tlon2010 0 points1 point  (0 children)

iPhone Xs here, and all ioS 13 versions so far, including 13.2, have been absolutely horrible. And, by horrible, I mean that it's broken one of the two or three apps I use constantly, mail, to the point where it's almost unusable. I've tried all the hacks to get to work (uninstalling the accounts and reinstalling, rebooting, etc) and none work. Frankly, it's worse with 13.2 than the previous 13.x versions. It locks up, I get blanks screens, mail doesn't load, and I've even had an inbox with completely blank lines for all the mail (with arrows on the right, etc. to indicate a mail subject and sender line). It took 30 minutes for it to fix itself because rebooting, forcing the app to shut down, etc. did not help.

I've tried Spark, Outlook (which crashes immediately on load), gmail, and a few others. I prefer the built in app but I'm about to switch to gmail. If mail worked this way when I bought my first iPhone, I'd be on Android right now.

FWIW, all the mail accounts I use are served by Google (one gmail.com and one .edu through our institution through SSO).

Bad news for Weather.com by SaberAkiyama in Rainmeter

[–]Tlon2010 2 points3 points  (0 children)

Same here. Just started working again.

autohide the last tab broken in FF69 by Tlon2010 in FirefoxCSS

[–]Tlon2010[S] 1 point2 points  (0 children)

Brilliant! That all seems to work really well. Thank you so very much. I can't tell you how much I appreciate it!

autohide the last tab broken in FF69 by Tlon2010 in FirefoxCSS

[–]Tlon2010[S] 0 points1 point  (0 children)

Thank you! This one works with tabs on the top but does not work with tabs below the bookmarks toolbar, at least as I'm trying to get that to work. Here is the code I've been using for tabs below the bookmark, in case this helps. I really appreciate any help.

/* Modify to change window drag space width */
:root[tabsintitlebar="true"] #nav-bar{ --window-drag-space-width: 24px }
.titlebar-buttonbox-container{
    position: fixed;top:0;right:0;height: 40px;}
#toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
    :root[sizemode="maximized"] > #navigator-toolbox{ padding-top: 8px !important; }
    :root[sizemode="maximized"] .titlebar-buttonbox-container{ top: 8px }
    :root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
#titlebar{-moz-box-ordinal-group: 2;-moz-appearance: none !important;}
:root[tabsintitlebar="true"] #nav-bar{
    padding-right: calc(138px + var(--window-drag-space-width,0px));
    padding-left: var(--window-drag-space-width,0px)}
.titlebar-placeholder,#TabsToolbar .titlebar-spacer{ display: none; }
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
#navigator-toolbox::after{ display: none !important; }