* guile: update the scripts

This commit is contained in:
djcb 2012-10-22 23:14:05 +03:00
parent 1cd5af399d
commit 7463e41711
5 changed files with 25 additions and 25 deletions

View File

@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
;; along with this program; if not, write to the Free Software Foundation,
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
;; DESCRIPTION: graph the number of messages per day
;; DESCRIPTION: options:
;; DESCRIPTION: --query=<query>: limit to messages matching query
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
;; DESCRIPTION: --textonly: output in text-only format
;; INFO: graph the number of messages per day
;; INFO: options:
;; INFO: --query=<query>: limit to messages matching query
;; INFO: --muhome=<muhome>: path to mu home dir
;; INFO: --textonly: output in text-only format
(use-modules (mu) (mu script) (mu stats) (mu plot))

View File

@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
;; along with this program; if not, write to the Free Software Foundation,
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
;; DESCRIPTION: graph the number of messages per hour
;; DESCRIPTION: options:
;; DESCRIPTION: --query=<query>: limit to messages matching query
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
;; DESCRIPTION: --textonly: output in text-only format
;; INFO: graph the number of messages per hour
;; INFO: options:
;; INFO: --query=<query>: limit to messages matching query
;; INFO: --muhome=<muhome>: path to mu home dir
;; INFO: --textonly: output in text-only format
(use-modules (mu) (mu script) (mu stats) (mu plot))

View File

@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
;; along with this program; if not, write to the Free Software Foundation,
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
;; DESCRIPTION: graph the number of messages per month
;; DESCRIPTION: options:
;; DESCRIPTION: --query=<query>: limit to messages matching query
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
;; DESCRIPTION: --textonly: output in text-only format
;; INFO: graph the number of messages per month
;; INFO: options:
;; INFO: --query=<query>: limit to messages matching query
;; INFO: --muhome=<muhome>: path to mu home dir
;; INFO: --textonly: output in text-only format
(use-modules (mu) (mu script) (mu stats) (mu plot))

View File

@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
;; along with this program; if not, write to the Free Software Foundation,
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
;; DESCRIPTION: graph the number of messages per year-month
;; DESCRIPTION: options:
;; DESCRIPTION: --query=<query>: limit to messages matching query
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
;; DESCRIPTION: --textonly: output in text-only format
;; INFO: graph the number of messages per year-month
;; INFO: options:
;; INFO: --query=<query>: limit to messages matching query
;; INFO: --muhome=<muhome>: path to mu home dir
;; INFO: --textonly: output in text-only format
(use-modules (mu) (mu script) (mu stats) (mu plot))

View File

@ -19,11 +19,11 @@ exec guile -e main -s $0 $@
;; along with this program; if not, write to the Free Software Foundation,
;; Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
;; DESCRIPTION: graph the number of messages per year
;; DESCRIPTION: options:
;; DESCRIPTION: --query=<query>: limit to messages matching query
;; DESCRIPTION: --muhome=<muhome>: path to mu home dir
;; DESCRIPTION: --textonly: output in text-only format
;; INFO: graph the number of messages per year
;; INFO: options:
;; INFO: --query=<query>: limit to messages matching query
;; INFO: --muhome=<muhome>: path to mu home dir
;; INFO: --textonly: output in text-only format
(use-modules (mu) (mu script) (mu stats) (mu plot))