Compare commits
No commits in common. "6f35721d0b5a02df89a3a8b98c4344605d3710e7" and "0e839d4da28c231e7a80efde85faf90121dd58a8" have entirely different histories.
6f35721d0b
...
0e839d4da2
|
@ -1,12 +1,6 @@
|
||||||
directory: ~/Music
|
directory: ~/Music
|
||||||
library: ~/.config/beets/musiclibrary.db
|
library: ~/.config/beets/musiclibrary.db
|
||||||
import:
|
import:
|
||||||
write: yes
|
|
||||||
copy: no
|
copy: no
|
||||||
move: yes
|
write: no
|
||||||
resume: ask
|
|
||||||
incremental: yes
|
|
||||||
quiet_fallback: skip
|
|
||||||
timid: no
|
|
||||||
plugins: fetchart embedart
|
plugins: fetchart embedart
|
||||||
art_filename: folder
|
|
||||||
|
|
|
@ -186,9 +186,9 @@ Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
|
||||||
Channel sync-disroot-travel
|
Channel sync-disroot-bank
|
||||||
Far :disroot-remote:"Travel"
|
Far :disroot-remote:"Bank"
|
||||||
Near :disroot-local:travel
|
Near :disroot-local:bank
|
||||||
Create Both
|
Create Both
|
||||||
Expunge Both
|
Expunge Both
|
||||||
SyncState *
|
SyncState *
|
||||||
|
@ -201,4 +201,4 @@ Channel sync-disroot-junk
|
||||||
Channel sync-disroot-bookings
|
Channel sync-disroot-bookings
|
||||||
Channel sync-disroot-buying
|
Channel sync-disroot-buying
|
||||||
Channel sync-disroot-services
|
Channel sync-disroot-services
|
||||||
Channel sync-disroot-travel
|
Channel sync-disroot-bank
|
||||||
|
|
|
@ -13,7 +13,7 @@ bind index,pager gg noop
|
||||||
bind index,pager g noop
|
bind index,pager g noop
|
||||||
bind index gg first-entry
|
bind index gg first-entry
|
||||||
unmailboxes *
|
unmailboxes *
|
||||||
mailboxes =junk =inbox =trash =sent =bookings =buying =services =travel
|
mailboxes =junk =inbox =trash =sent =bookings =buying =services =bank
|
||||||
macro index,pager gi "<change-folder>=inbox<enter>" "Go to inbox."
|
macro index,pager gi "<change-folder>=inbox<enter>" "Go to inbox."
|
||||||
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
|
macro index,pager gs "<change-folder>=sent<enter>" "Go to sent."
|
||||||
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."
|
macro index,pager gt "<change-folder>=trash<enter>" "Go to trash."
|
||||||
|
@ -21,7 +21,7 @@ macro index,pager gj "<change-folder>=junk<enter>" "Go to spam."
|
||||||
macro index,pager gb "<change-folder>=bookings<enter>" "Go to bookings."
|
macro index,pager gb "<change-folder>=bookings<enter>" "Go to bookings."
|
||||||
macro index,pager gy "<change-folder>=buying<enter>" "Go to buying."
|
macro index,pager gy "<change-folder>=buying<enter>" "Go to buying."
|
||||||
macro index,pager ge "<change-folder>=services<enter>" "Go to services."
|
macro index,pager ge "<change-folder>=services<enter>" "Go to services."
|
||||||
macro index,pager gr "<change-folder>=travel<enter>" "Go to travel."
|
macro index,pager ga "<change-folder>=bank<enter>" "Go to bank."
|
||||||
set spoolfile = "+inbox"
|
set spoolfile = "+inbox"
|
||||||
set postponed = ""
|
set postponed = ""
|
||||||
set trash = "+trash"
|
set trash = "+trash"
|
||||||
|
|
Loading…
Reference in New Issue