Giter VIP home page Giter VIP logo

Comments (8)

soywod avatar soywod commented on June 3, 2024
  • every time you change view he asked to press ENTER

This may be because of your Vim cmd height. The quick fix is to increase it with set cmdheight=3. I will check how to prevent logs showing on more than 1 line.

  • every time you change view you have to wait a bit

Indeed, a call is made each time you do an action. The quick fix is to use an offline IMAP synchroniser (like isync or OfflineIMAP). This way you remove the network latency. I will see how to add cache to improve UX.

from himalaya.vim.

alecandido avatar alecandido commented on June 3, 2024

This may be because of your Vim cmd height. The quick fix is to increase it with set cmdheight=3. I will check how to prevent logs showing on more than 1 line.

This I will try, indeed I keep cmdheight=1, maybe I can search a bit.

The quick fix is to use an offline IMAP synchroniser (like isync or OfflineIMAP).

Perfect, if you have any working setup, with external utilities, can you share some details?

from himalaya.vim.

soywod avatar soywod commented on June 3, 2024

Perfect, if you have any working setup, with external utilities, can you share some details?

Check out mutt-wizard. It allows you to set up with ease a isync/msmtp/neomutt environment.

[EDIT] See also the ArchWiki about isync, it is a valuable resource.

from himalaya.vim.

soywod avatar soywod commented on June 3, 2024

For now, the tool can only fetch messages from a local/remote IMAP server. But it could be great to fetch from a local Maildir folder, this way no latency!

from himalaya.vim.

alecandido avatar alecandido commented on June 3, 2024

I don't have your experience with mail protocols, but while waiting for some native implementation, is there any way to have himalaya itself spawning a third-party IMAP server locally to interact with?
Or maybe is it as expensive as implementing Maildir support?

from himalaya.vim.

soywod avatar soywod commented on June 3, 2024

I need to read more about Maildir, but it seems to be just files in folders. So it should be easier and faster than a local IMAP server. I'm analysing a Rust crate that parses Maildirs, I will let you know!
For now I try to focus on other "mandatory" features (the one I miss to use Himalaya in production), like copy/move/delete a msg, add attachments when writting a msg etc

from himalaya.vim.

alecandido avatar alecandido commented on June 3, 2024

Perfectly fine!

from himalaya.vim.

soywod avatar soywod commented on June 3, 2024

I move the issue there, since it's not related to the UI: https://github.com/soywod/himalaya/issues/43.

from himalaya.vim.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.