diff options
| -rw-r--r-- | etc/mkinitcpio.conf | 4 | ||||
| -rw-r--r-- | home/xyz/.config/neomutt/neomuttrc | 10 | ||||
| -rw-r--r-- | home/xyz/.config/newsboat/urls | 3 |
3 files changed, 12 insertions, 5 deletions
diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index 86f13bb0..a4be7822 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -1,4 +1,4 @@ -# vim:set ft=sh +# vim:set ft=sh: # MODULES # The following modules are loaded before any boot hooks are # run. Advanced users may wish to specify all system modules @@ -48,7 +48,7 @@ FILES=() # HOOKS=(base udev microcode modconf block lvm2 filesystems fsck) # ## This will create a systemd based initramfs which loads an encrypted root filesystem. -# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck) +# HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole block sd-encrypt filesystems fsck) # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr and fsck hooks. diff --git a/home/xyz/.config/neomutt/neomuttrc b/home/xyz/.config/neomutt/neomuttrc index afd5aa75..941e4c73 100644 --- a/home/xyz/.config/neomutt/neomuttrc +++ b/home/xyz/.config/neomutt/neomuttrc @@ -174,9 +174,15 @@ macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash" # here must specify full path of the file to source, else it will souce in the dir where neomutt is execute at # use vim-like uppercase marks # Ca mail server -macro index,pager \'C '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/neomutt/mail"<enter><change-folder>!<enter>' +# +# mutt-wizard uses <change-folder>!<enter>, not sure what that '!' means, I +# tested with `c` hotkey which seems is <change-folder> and if I enter '!', it +# seems always go back ot ca mail server inbox. Need to learn more. I want it +# to change to current server inbox so I use <change-folder>=INBOX<enter> +# instead for now. +macro index,pager \'C '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/neomutt/mail"<enter><change-folder>=INBOX<enter>' # Ib mail server -macro index,pager \'I '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/neomutt/mail2"<enter><change-folder>!<enter>' +macro index,pager \'I '<sync-mailbox><enter-command>source "$XDG_CONFIG_HOME/neomutt/mail2"<enter><change-folder>=INBOX<enter>' # maybe useful for multiple accounts #macro index c "<change-folder>?<change-dir><home>^K=<enter>" diff --git a/home/xyz/.config/newsboat/urls b/home/xyz/.config/newsboat/urls index 3b7ecd15..b48d78ff 100644 --- a/home/xyz/.config/newsboat/urls +++ b/home/xyz/.config/newsboat/urls @@ -68,7 +68,8 @@ https://zh.wikinews.org/w/index.php?title=Special:NewsFeed&feed=atom&Category:pu #https://www.eff.org/rss/updates.xml #https://act.eff.org/action.atom # https://itsfoss.com/policies/ -https://news.itsfoss.com/latest/rss/ +#https://itsfoss.com/rss +https://feed.itsfoss.com # https://monero.observer/about/ # https://monero.observer/rss/ #https://monero.observer/feed-mini.xml |
