aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muttrc11
-rw-r--r--offlineimaprc2
-rwxr-xr-xxinitrc2
3 files changed, 10 insertions, 5 deletions
diff --git a/muttrc b/muttrc
index 30aff3b..c7d9b2b 100644
--- a/muttrc
+++ b/muttrc
@@ -18,13 +18,18 @@ set record = "+dove/Sent"
mailboxes +INBOX
+
+# View good/bad mails
+# macro index S "<limit>~h \"X-Spam-Flag: YES\"<enter><last-entry>" "Show only SPAM"
+# macro index s "<limit>~h \"X-Spam-Status: No\"<enter><last-entry>" "Hide SPAM"
+
macro index D \
"<save-message>+dove/Trash<enter>" \
"move message to the trash"
-macro index S \
- "<save-message>+dove/Spam<enter>" \
- "mark message as spam"
+#macro index S \
+# "<save-message>+dove/Spam<enter>" \
+# "mark message as spam"
# Dove conf
set from = "v@skozl.com"
diff --git a/offlineimaprc b/offlineimaprc
index 7ab6893..a54e9f5 100644
--- a/offlineimaprc
+++ b/offlineimaprc
@@ -15,7 +15,7 @@ localfolders = ~/.mail/dove
[Repository Dovecot-Remote]
type = IMAP
-#idlefolders = ['INBOX']
+idlefolders = ['INBOX']
remotehost = skozl.com
remoteuser = v@skozl.com
#remotepass = youwish
diff --git a/xinitrc b/xinitrc
index 77befb7..01899d4 100755
--- a/xinitrc
+++ b/xinitrc
@@ -26,7 +26,7 @@ fi
# Make C-v always insert selection
autocutsel -fork &
autocutsel -selection PRIMARY -fork &
-~
+
# give cursor
xsetroot -cursor_name left_ptr