Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration wizard #432

Merged
merged 19 commits into from
Jan 27, 2023
Merged

Configuration wizard #432

merged 19 commits into from
Jan 27, 2023

Commits on Dec 15, 2022

  1. make DeserializedConfig::path more robust

    With this change, himalaya uses the crate `dirs` in order to follow XDG
    specifications on Unix, Known Folder on Windows and Standard Directories
    on MacOS. This gives us much smoother cross-platform support. It still
    has the same fallbacks (`$HOME/.config/himalaya/config.toml` and
    `$HOME/.himalayarc`.)
    
    Additionally, this commit removes a bit of in-house code-bloat.
    kmaasrud committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    82c2404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7354b70 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. wip

    kmaasrud committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    58b4384 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    088d2fa View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    f0552a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20c7516 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    aa7a854 View commit details
    Browse the repository at this point in the history
  2. build: update lockfile

    kmaasrud committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f9315bc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    3f23280 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9c8db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c67dc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    9469daa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ac5bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6526b01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ae95e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    37df24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9487aa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    8f234b1 View commit details
    Browse the repository at this point in the history
  2. fix notmuch wizard

    soywod committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ddb12e0 View commit details
    Browse the repository at this point in the history