Table of Contents

MUTT

Q:

No matching mailcap entry found.  Viewing as text.

A:

cat<<EOF | tee -a ${HOME}/.mutt/mailcap
# file:/~/.mutt/mailcap
text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; 
EOF

THUNDERBIRD

thunderbird --verbose
# shift+ctrl+j t
# Alt+F

<code>
1625571301998	Toolkit.Telemetry	ERROR	TelemetrySend::_doPing - error making request to https://incoming-telemetry.thunderbird.net/submit/telemetry/8d59db75-845a-44f8-b2a1-544573626a??/health/Thunderbird/78.11.0/default/202105281533???v=4: eUnreachable Log.jsm:723
</code>

Thunderbird “Failed to connect to server”

Thunderbird hangs at “Checking mail server capabilities” :

MODEST

In case if your maemo (diablo) mail client fails to refresh new messages trough IMAP protocol : just rename the cache folder…

  ls /var/lib/gconf/apps/modest
  killall modest || ps auxf
  export "CAMEL_DEBUG"="all"
  { /usr/bin/maemo-summoner /usr/bin/modest.launch -s  \
 2>&1 | tee /home/user/MyDocs/.documents/log.txt ;} &
  modest showui

#| Q:
#| modest[5774]: GLIB DEBUG default - _parse_parameter: unrecognised parameter flag "secret"
#| CamelException.set(0x58ec8, 2, 'Session not yet set, use tny_camel_account_set_session')

#| A:
  cd ~/.modest/cache/mail/imap/*__* 
  mv folders folders.orig

May this be tracked upstream ?

ToDo:

MISC

MorE

mua.txt · Last modified: 2022/07/04 09:51 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki