Thunderbird 31.0

Discussion in 'other software & services' started by ronjor, Jul 22, 2014.

Thread Status:
Not open for further replies.
  1. siljaline

    siljaline Registered Member

    Merci @ Rules
     
  2. siljaline

    siljaline Registered Member

    Still having an address book bug where if I manually add a new contact:
    Joe.Someone@domain.com ; Thunderbird adding quotes or hyphens to the new contact, resulting in:
    "Joe.Someone"@domain.com This does not only apply to newly created contacts with a (dot) in the person's name.
     
  3. JRViejo

    JRViejo Super Moderator

  4. siljaline

    siljaline Registered Member

    I've asked Mozilla on Twitter about the addressing bug as I'm certainly not the only one with this issue. Will post back when I've got a workaround or a fix.
     
  5. ronjor

    ronjor Global Moderator

  6. JRViejo

    JRViejo Super Moderator

  7. siljaline

    siljaline Registered Member

  8. siljaline

    siljaline Registered Member

  9. siljaline

    siljaline Registered Member

    Thunderbird 31.2.0 seems a bit sluggish polling an email account.

    Anyone else finding this build slow to perform it's expected tasks ?
     
  10. Wroll

    Wroll Registered Member

    It has the same behavior as always for me: not fast not slow.
     
  11. siljaline

    siljaline Registered Member

    Thanks for the feedback.
     
  12. TheWindBringeth

    TheWindBringeth Registered Member

    I just updated my Mozilla apps. Testing them on an old/slow desktop first. I watched behavior, including network traffic, as Thunderbird checked multiple test accounts (some with my ISP and some on the other side of my ISP). The process was reasonably snappy.

    Have you watched network traffic and/or used timestamped logging to zero in on what is slow?
     
  13. siljaline

    siljaline Registered Member

    I think the external email that I poll is slow but there's no measuring tool. One local ISP account works fine.

    I use T-Bird to poll GRC NEWS but only one.

    Since Mozilla pushes these out like Daisies, I'm not worried. T-Bird is still an excellent supported email client.
     
  14. TheWindBringeth

    TheWindBringeth Registered Member

    Then you may have your answer already. However, some info about logging:

    https://wiki.mozilla.org/MailNews:Logging
    http://kb.mozillazine.org/Session_logging_for_mail/news

    and an example batch file that will launch Thunderbird with logging enabled:
    Code:
    @echo off
    wmic process where (name="thunderbird.exe") get name, processid 2>nul | findstr /i "thunderbird.exe" 1>nul
    if not errorlevel 1 goto :error
    set NSPR_LOG_FILE=%USERPROFILE%\Desktop\ThunderbirdLog.txt
    REM set NSPR_LOG_MODULES=timestamp,nsHostResolver:5,nsSocketTransport:5,negotiateauth:5,imap:5,pop3:5,smtp:5,nntp:5,nsHttp:5
    set NSPR_LOG_MODULES=timestamp,imap:5,pop3:5,smtp:5,nntp:5
    set GECKO_SEPARATE_NSPR_LOGS=1
    "C:\Program Files\Mozilla Thunderbird\Thunderbird.exe"
    set GECKO_SEPARATE_NSPR_LOGS=
    set NSPR_LOG_MODULES=
    set NSPR_LOG_FILE=
    goto :done
    :error
    echo.
    echo Please close all instances of Thunderbird before running this batch file
    :done
    
     
  15. BoerenkoolMetWorst

    BoerenkoolMetWorst Registered Member

  16. siljaline

    siljaline Registered Member

    @ TheWindBringeth

    Thanks for the logging references, those are handy. Appreciated.
     
  17. ronjor

    ronjor Global Moderator

  18. siljaline

    siljaline Registered Member

  19. JRViejo

    JRViejo Super Moderator

  20. siljaline

    siljaline Registered Member

  21. JRViejo

    JRViejo Super Moderator

  22. siljaline

    siljaline Registered Member

  23. Rules

    Rules Registered Member

    Last edited: Feb 24, 2015
  24. ronjor

    ronjor Global Moderator

  25. siljaline

    siljaline Registered Member

Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice