various fixes
authorIan Kelling <iank@fsf.org>
Sun, 23 Jun 2019 14:33:46 +0000 (10:33 -0400)
committerIan Kelling <iank@fsf.org>
Sun, 23 Jun 2019 14:33:46 +0000 (10:33 -0400)
brc
subdir_files/.local/share/kxmlgui5/konsole/README.ian
subdir_files/.local/share/kxmlgui5/konsole/sessionui.rc
subdir_files/sieve/lists.sieve

diff --git a/brc b/brc
index f003263c7e37a8a187def9b2a3994003c39e9394..99c4e819fd09ac6d396ce6640f5f7961800b7064 100644 (file)
--- a/brc
+++ b/brc
@@ -196,7 +196,7 @@ path_add /a/exe
 path_add --end ~/.local/bin
 path_add --ifexists --end /a/work/libremanage
 path_add --ifexists --end /a/opt/adt-bundle*/tools /a/opt/adt-bundle*/platform-tools
-path_add --ifexists --end /a/opt/scancode-toolkit-2.9.2
+path_add --ifexists --end /a/opt/scancode-toolkit-3.0.2
 export WCDHOME=/a
 # based on readme.debian. dunno if this will break on other distros.
 _x=/usr/share/wcd/wcd-include.sh
@@ -642,9 +642,9 @@ fa() {
 }
 
 faf() { # find all files
-  find -L $1 -type f -not \( -name .svn -prune -o -name .git -prune \
+  find -L $1 -not \( -name .svn -prune -o -name .git -prune \
        -o -name .hg -prune -o -name .editor-backups -prune \
-       -o -name .undo-tree-history -prune \) 2>/dev/null
+       -o -name .undo-tree-history -prune \)  -type f 2>/dev/null
 }
 
 # one that comes with distros is too old for newer devices
@@ -1091,6 +1091,8 @@ ifn() {
        -o -name .hg -prune -o -name .editor-backups -prune \
        -o -name .undo-tree-history -prune \) -iname "*$**" 2>/dev/null
 }
+ifnl() {
+}
 
 
 if [[ $OS == Windows_NT ]]; then
index f0271e0ee97b656df5673c87b9dcc896d73c02fd..c206592029d94e5a47870a4b2944dcbed2c15be0 100644 (file)
@@ -1 +1,3 @@
-sessionui.rc is the result of starting konsole with no profile, and setting one keybind: open file manager with ctrl-shift-2.
\ No newline at end of file
+sessionui.rc is the result of starting konsole with no profile, and setting the following keybinds:
+open file manager with ctrl-shift-2.
+no shortcut for next tab and previous tab and view next container.
index 62c9e1ad16e80932b1f3835b1bdc05b320ac662f..76153edd3d42d38e28f3c177d38d8dfe13d099a2 100644 (file)
@@ -2,42 +2,42 @@
 <kpartgui version="24" name="session">
  <MenuBar>
   <Menu name="file">
-   <Action group="session-operations" name="file_save_as"/>
+   <Action name="file_save_as" group="session-operations"/>
    <Separator group="session-operations"/>
-   <Action group="session-operations" name="file_print"/>
+   <Action name="file_print" group="session-operations"/>
    <Separator group="session-operations"/>
-   <Action group="session-operations" name="open-browser"/>
-   <Action group="session-tab-operations" name="close-session"/>
+   <Action name="open-browser" group="session-operations"/>
+   <Action name="close-session" group="session-tab-operations"/>
   </Menu>
   <Menu name="edit">
-   <Action group="session-edit-operations" name="edit_copy"/>
-   <Action group="session-edit-operations" name="edit_paste"/>
+   <Action name="edit_copy" group="session-edit-operations"/>
+   <Action name="edit_paste" group="session-edit-operations"/>
    <Separator group="session-edit-operations"/>
-   <Action group="session-edit-operations" name="select-all"/>
+   <Action name="select-all" group="session-edit-operations"/>
    <Separator group="session-edit-operations"/>
-   <Action group="session-edit-operations" name="copy-input-to"/>
-   <Action group="session-edit-operations" name="send-signal"/>
-   <Action group="session-edit-operations" name="rename-session"/>
-   <Action group="session-edit-operations" name="zmodem-upload"/>
+   <Action name="copy-input-to" group="session-edit-operations"/>
+   <Action name="send-signal" group="session-edit-operations"/>
+   <Action name="rename-session" group="session-edit-operations"/>
+   <Action name="zmodem-upload" group="session-edit-operations"/>
    <Separator group="session-edit-operations"/>
-   <Action group="session-edit-operations" name="edit_find"/>
-   <Action group="session-edit-operations" name="edit_find_next"/>
-   <Action group="session-edit-operations" name="edit_find_prev"/>
+   <Action name="edit_find" group="session-edit-operations"/>
+   <Action name="edit_find_next" group="session-edit-operations"/>
+   <Action name="edit_find_prev" group="session-edit-operations"/>
   </Menu>
   <Menu name="view">
-   <Action group="session-view-operations" name="monitor-silence"/>
-   <Action group="session-view-operations" name="monitor-activity"/>
+   <Action name="monitor-silence" group="session-view-operations"/>
+   <Action name="monitor-activity" group="session-view-operations"/>
    <Separator group="session-view-operations"/>
-   <Action group="session-view-operations" name="enlarge-font"/>
-   <Action group="session-view-operations" name="shrink-font"/>
-   <Action group="session-view-operations" name="set-encoding"/>
+   <Action name="enlarge-font" group="session-view-operations"/>
+   <Action name="shrink-font" group="session-view-operations"/>
+   <Action name="set-encoding" group="session-view-operations"/>
    <Separator group="session-view-operations"/>
-   <Action group="session-view-operations" name="clear-history"/>
-   <Action group="session-view-operations" name="clear-history-and-reset"/>
+   <Action name="clear-history" group="session-view-operations"/>
+   <Action name="clear-history-and-reset" group="session-view-operations"/>
   </Menu>
   <Menu name="settings">
-   <Action group="session-settings" name="edit-current-profile"/>
-   <Action group="session-settings" name="switch-profile"/>
+   <Action name="edit-current-profile" group="session-settings"/>
+   <Action name="switch-profile" group="session-settings"/>
   </Menu>
  </MenuBar>
  <Menu name="session-popup-menu">
index 4dd75a2ad1fb64692a04ac24cb325224390bd517..4e17c09b4556638b2c38d8aae94506d05d21eae0 100644 (file)
@@ -58,12 +58,14 @@ if anyof (
     header :contains "list-id" "<exim-dev.exim.org>",
     header :contains "list-id" "<exim-users.exim.org>",
     header :contains "list-id" "<octave-maintainers.gnu.org>",
+    header :contains "list-id" "<discuss-gnuradio.gnu.org>",
+    header :contains "list-id" "<freetype-devel.nongnu.org>",
     header :contains "list-id" "<xmonad.haskell.org>") {
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
         fileinto :create "l/${listname}";
-    }
-}
+        }
+         }
 if anyof (
     header :contains "list-id" "<websites.lists.fedoraproject.org>",
     header :contains "list-id" "<docs.lists.fedoraproject.org>",
@@ -71,8 +73,8 @@ if anyof (
     if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
         set :lower "listname" "${1}";
         fileinto :create "l/fedora.${listname}";
-    }
-}
+        }
+         }
 
 if anyof (
     header :contains "list-id" "<activists_masspirates.org.lists.mayfirst.org>",
@@ -86,7 +88,6 @@ if anyof (
     header :contains "list-id" "<info-gnu.gnu.org>",
     header :contains "from" "<general-info@artisansasylum.com>",
     header :contains "list-id" "<spdx.lists.spdx.org>"
-
     ) {
     fileinto :create "community";
     stop;